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

JAWS treats menu items after a separator as a different menu group #210

Closed
patrickrodee opened this issue Jun 26, 2019 · 6 comments
Closed

Comments

@patrickrodee
Copy link

patrickrodee commented Jun 26, 2019

Summary

JAWS is not including the menu items that appear after a separator in the total menu item count list.

Example:

  1. Go to https://codepen.io/patty/pen/MMEqZB
  2. Focus on the root menu

Expected result

I expect JAWS to announce "Passionfruit, one of nine."

Actual result

JAWS announces "Passionfruit, one of four"

Versions

Windows 10 Enterprise
FireFox Version: 67.0.4 (64-bit)
JAWS Version 2018.1811.2 ILM

@stevefaulkner
Copy link
Contributor

@patrickrodee what JAWS version and what browser/version?

@stevefaulkner
Copy link
Contributor

updated test case https://codepen.io/stevef/pen/OeOVQQ?editors=1000

@patrickrodee
Copy link
Author

Hey Steve, I updated the issue description with the version information. Thanks!

@stevefaulkner
Copy link
Contributor

@patrickrodee wondering why you think this should be the behaviour?

JAWS is not including the menu items that appear after a separator in the total menu item count list.

I tested with latest version of NVDA and Firefox. Got the same result as JAWS, use of the separator results in 2 lists of 4 items.

@patrickrodee
Copy link
Author

patrickrodee commented Jun 28, 2019

My thinking was that since all items are part of one group, they should be counted as such. VoiceOver on Chrome announces that there are nine items, for example. VoiceOver should probably be excluding the separator but that's a separate issue unrelated to this.

@stevefaulkner
Copy link
Contributor

@patrickrodee both JAWS and NVDA report to sets of 4 menu items as that is what is exposed in the accessibility tree in Firefox, In chrome they report 1 set of 8 menuitems. So it is not an issue with JAWS it is an issue with the differing browser implementations. I am unsure which implementation is correct (separator splits 1 set into 2 or not).

I have filed an issue on the core AAM spec

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

No branches or pull requests

2 participants