-
Notifications
You must be signed in to change notification settings - Fork 78
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
[List and List Item] Support sorting for AT users #7426
Comments
Effort should be considered with the effort in #7537 |
This also applies to the sorting with the |
@geospatialem what exactly is the breakage? Is it not reading something, is it not moving? |
It's the same for the issue above and |
@geospatialem according to the following:
I can override this by setting the Would this be an acceptable result? I will create a PR for testing. |
**Related Issue:** #7426 ## Summary - support keyboard sorting in screen readers by setting internal role to radio - add e2e test. - https://stackoverflow.com/questions/52261977/why-javascript-if-keycode-enter-key-or-spacebar-key-does-not-work-with-nvda
Installed and assigned for verification. |
Verified on Windows with NVDA and JAWS in |
Check existing issues
Summary
With parity of
list
, we should provide support to AT users of list when using sorting to finalize the efforts initiated in #6554.Actual Behavior
When active, both JAWS and NVDA are unable to sort
list-items
in thelist
.Expected Behavior
Same behavior as keyboard navigation without AT enabled, where
space
activates the move, and the arrow keys place the item.Reproduction Sample
https://codepen.io/geospatialem/pen/bGQzavG
Reproduction Steps
space
keyReproduction Version
1.5.0-next.33 (1.5.0)
Working W3C Example/Tutorial
No response
Relevant Info
Regression?
No response
Priority impact
p3 - want for upcoming milestone
Calcite package
Esri team
Calcite (dev)
The text was updated successfully, but these errors were encountered: