-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[StructuredList] Unable to navigate with keyboard #2820
Comments
Hi 👋 Thanks for submitting and issue. I can confirm the lack of selection on keydown in v10 for enter using our example site, but could you provide the information requested in the template? |
just to confirm is this just for v9 and v10 react only? vanilla v10 structured list should already have keyboard navigation #1427 |
@emyarod According to @zgrossbart The issue was found in the product which is using carbon-components version 9.91.4 (this is a v9 version) and carbon-components-react version 6.115.5. |
I see, yeah it looks like this has been a missing feature from the React component for a while and includes the current version as well. we will likely need to refactor this component to support keyboard navigation |
@emyarod when do you think there can be fix available for my accessibility tester to verify? Any target date for resolution? Please advise. |
no ETA for a bugfix at the moment but the next Carbon release would be in August |
Hi @emyarod, any updates for this issue? We need a fix for v9, thanks. |
Escalating this after confirmation that we have a AVT2 and AVT3 violation. Cannot make a selection in or out of screen reader. |
Closed by #8172 |
Detailed description
In v9:
Tabbing through the list does not work at all.
In v10:
When trying to navigate the
<StructuredList>
component, I am unable to press the enter or space key to select the row item.The text was updated successfully, but these errors were encountered: