Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled buttons can be clicked on #3007

Closed
tomgreenfield opened this issue Jan 7, 2021 · 0 comments · Fixed by #3008
Closed

Disabled buttons can be clicked on #3007

tomgreenfield opened this issue Jan 7, 2021 · 0 comments · Fixed by #3008
Assignees

Comments

@tomgreenfield
Copy link
Contributor

Subject of the issue/enhancement/features

Disabled buttons are now operational when Accessibility is disabled.

Problem PR: #2951

Your environment

Framework 5.8.1

Steps to reproduce

  1. In config.json:
  "_accessibility": { "_isEnabled": false }
  1. Click a disabled button on an unanswered question, for example.

Expected behaviour

Clicking a disabled button should have no effect.

Actual behaviour

Clicking a disabled button runs the code associated with that button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants