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

[a11y]: DataTable [with-radio-selection] - keyboard nav radio button bug #14268

Closed
2 tasks done
Tracked by #13962
andreancardona opened this issue Jul 20, 2023 · 0 comments · Fixed by #14644
Closed
2 tasks done
Tracked by #13962

[a11y]: DataTable [with-radio-selection] - keyboard nav radio button bug #14268

andreancardona opened this issue Jul 20, 2023 · 0 comments · Fixed by #14644

Comments

@andreancardona
Copy link
Contributor

Package

@carbon/react

Browser

FF

Package version

@carbon/[email protected]

Automated testing tool and ruleset

Manual QA

Assistive technology

JAWS

Description

Radio buttons in the table

Unable to navigate through the Radio Buttons using Up/Down arrow keys

When the focus is on the currently selected Radio button, We are unable to navigate to the other radio buttons using up / down arrow keys.

Recommended Fix

This issue might be happening due to the name attribute being different for each radio button. Use the same name attribute for all the radio buttons.

When the standard keyboard navigation method is not supported, it impacts the user’s ability to interact with page controls. This affects screen reader users.

WCAG 2.1 Violation

2.1.1 Keyboard navigation

Reproduction/example

Record Number 74 in the below table:
https://airtable.com/shrFsaeHhImOkuVNR

https://react.carbondesignsystem.com/?path=/story/components-datatable-selection--with-radio-selection

Code of Conduct

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

Successfully merging a pull request may close this issue.

3 participants