-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[a11y]: Keyboard operation for menu on pagination component #14686
Comments
We are using the browser default I am unable to open a browser default Dropdown is a custom Carbon listbox that is powered by I'd like to know what @mbgower thinks about this one, and if the browser default |
As @tw15egan points out, what you folks are encountering is the native HTML So this isn't a bug. It is expected behaviour. In regard to the request to make arrow keys move between components, it would be technically very difficult to do here, and I don't see it as necessary or even better. The values in a Select are cycled with both the up/down arrow keys AND the left/right arrow keys. So how would you be able to move away from a select with an arrow key? The normal way of moving away from an input is Tab, and that works fine here. |
We purposely do not override any of the browser defaults for the I believe the reason we use |
Package
@carbon/react
Browser
Chrome
Operating System
MacOS
Package version
v11
React version
v1.38
Automated testing tool and ruleset
n/a
Assistive technology
No response
Description
WCAG 2.1 Violation
WCAG 2.2.1 Keyboard
Reproduction/example
n/a
Steps to reproduce
Component live demo
Code of Conduct
The text was updated successfully, but these errors were encountered: