-
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 skips main region on down arrow press #241
Comments
I can confirm the error. However, it has already been reported for role=region: #199 |
For testing:
|
HTMLThe problem occurs in Chrome within the following HTML elements: section, article, nav, main, footer, header, article, aside. For some elements, such as section, footer and header, the problem is that not only the region is skipped, but the entire page content. I.e. after the input field the virtual cursor is at the end of the page. ARIAThe problem occurs within the following ARIA roles: region, form, main, navigation, banner, contentinfo, complementary, search, document and article. In some ARIA regions, such as document, search, banner, contentinfo, complementary, form and region, the problem is that not only the region is skipped, but the entire page content. I.e. after the input field the virtual cursor is at the end of the page. CauseThe problem only occurs with input fields, because only with these JAWS switch to form mode when reading with the arrow keys. The virtual cursor is always at the end of the page if it is a region that is not output during linear reading. The regions which are not output can be defined in the settings of JAWS. SolutionUntil the problem is solved, only switching from Forms Mode Auto to SemiAuto helps (INS+6, search for Forms Mode). PriorityIn my opinion, this is a serious problem and should be addressed with high priority. Source CodeExample for testing the ARIA roles
|
The problem also occurs in Firefox (so far only tested with the ARIA region, same behaviour as with Chrome), but not in IE 11. |
If there is a form field group ( |
Replicated the issue using JAWS 2019. The page worked as expected using JAWS 2020. |
@robmc this can be closed if it works fine in 2020 |
Can confirm that the problem no longer occurs with current version of JAWS (2020.2004). With older versions (JAWS 2020.2003 and earlier), the problem still occurs |
Summary
Expected result
Actual result
Example
Additional Information
JAWS version and build number
JAWS 2019.1907.10 and up
Operating System and version
Windows 10 Enterprise. OS Build 17763.615
Browser and version:
Chrome 76.0.3809.100
The text was updated successfully, but these errors were encountered: