-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Menu] Disabled MenuItems still accessible via keyboard #13464
Labels
accessibility
a11y
component: menu
This is the name of the generic UI component, not the React module!
priority: important
This change can make a difference
Comments
oliviertassinari
added
accessibility
a11y
component: menu
This is the name of the generic UI component, not the React module!
priority: important
This change can make a difference
labels
Oct 31, 2018
This issue is linked to #10847. We need to rework the keyboard handling focus, the implementation is both incorrect and slow. |
oliviertassinari
changed the title
MUI3.2.0 Select - disabled MenuItems still accessible via keyboard
[Menu] Disabled MenuItems still accessible via keyboard
Oct 31, 2018
Thanks @oliviertassinari |
2 tasks
1 task
1 task
ryancogswell
added a commit
to ryancogswell/material-ui
that referenced
this issue
Apr 18, 2019
* [MenuItem] Prevent setting tabIndex for disabled menu items (part of mui#13464)
2 tasks
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
accessibility
a11y
component: menu
This is the name of the generic UI component, not the React module!
priority: important
This change can make a difference
Expected Behavior
The keyboard should not be able to navigate focus to the disabled MenuItem in a Select.
Current Behavior
When focussing a select to activate the popper on a Select, the disabled MenuItem is still able to be selected.
Steps to Reproduce
Link: https://codesandbox.io/s/7yvj6qyy4j
ScreenCap: https://www.youtube.com/watch?v=T77Ue7Srr0s
Context
Just a bit confusing from an accessibility POV is all.
Your Environment
The text was updated successfully, but these errors were encountered: