-
Notifications
You must be signed in to change notification settings - Fork 13
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
JAWS skipps input fields when navigating through a region (role="region") with arrow key #199
Comments
|
I can confirm the error. I can only add the following: If you navigate backwards with the up arrow, JAWS gets stuck in the input field, i.e. the contents in front of the input field or the region are no longer reached and output. The problem occurs not only with role=region, but also with other regions: #241 |
Another test case with a similar "jump to the end of the form on down arrow" behavior: https://www.html5accessibility.com/html5elements/ Also, this test case shows the backward navigation (up arrow) behavior mentioned in the previous comment. What I am wondering is whether this is behaving as designed? i.e. maybe the expectation is that the user will type |
Could not reproduce issue in JAWS 2020.2004.66 ILM with Chrome Version 81.0.4044.138 (Official Build) (64-bit) or Firefox 77.0b7 (64-bit), Windows 10 |
Summary
To reproduce, visit https://codepen.io/anon/pen/LoqqEL
Expected result
All inputs in a region should get focused when navigating through a region with "R" and the arrow-down/-up keys.
Actual result
For inputs in regions, only the first input will get announced. As soon as the first input gets focused, the next keypress on arrow-down focusses the next region.
Example
visit: https://codepen.io/anon/pen/LoqqEL
JAWS version and build number
JAWS Version 2019.1901.66 ILM
Operating System and version
Windows 10 pro 64bit
Browser and version:
tested in:
The text was updated successfully, but these errors were encountered: