-
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
AVT 3 - Carbon X Structured List does not announce checkbox or checkbox status using a screen reader #1937
Comments
Great catch! Will need to do a little further research and see if this fails for VO and NVDA as well. |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. Thanks for your contributions. |
This issue should remain open until it is fixed and retested. |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions. |
As there's been no activity since this issue was marked as stale, we are auto-closing it. |
Retested and this is still an issue in Structured List with Selection. The keyboard issues are present with and without of screenreader for both Vanilla and React. |
I believe this is blocked similar to #1882 esp if the markup is to be updated. substituting |
Following up on this now, our first step was to update the markup to contain the relevant ARIA roles for tabular data so that the control could be navigable. Marking as blocked as we are unsure how to proceed with implementing selection. In particular, how do we communicate that a row has been selected to a screen reader. |
Tested on Windows 10 latest in Firefox and cannot make a selection with the keyboard |
Environment
macOS Mojave version 10.14.2
Chrome version 72.0.3626.96 (Official Build) (64-bit)
Windows 7
Chrome version 72.0.3626.96 (Official Build) (64-bit)
JAWS
Description
AVT 3 - Structured List does not announce that there is a checkbox or the check box state.
Actual result: The checkbox is skipped and the status is not announced.
Expected result: VO should announce the checkbox and the state of checked or unchecked.
Note: Add the ARIA role="checkbox" and aria-checked="true"(or false when unchecked).
The text was updated successfully, but these errors were encountered: