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

additional information read out by jaws (x of x) #12692

Open
AlexanderSchygulaEviden opened this issue Nov 5, 2024 · 0 comments
Open

additional information read out by jaws (x of x) #12692

AlexanderSchygulaEviden opened this issue Nov 5, 2024 · 0 comments

Comments

@AlexanderSchygulaEviden
Copy link

Is this a bug, enhancement, or feature request?

probably a bug request

Describe your proposal.

When you enter the sidenav by clicking or navigating through the CX Sidenav in version 50. and beyond the position will be read out additionally by jaws screenreader:

"Level 1 item (3 of 5)"
"3 of 5"

the second counter comes sometimes with wrong values like 1 of 1 or 1 of 2 when for examples 9 sub treeitems are given in a group

Can you handle that on the application side

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

angular 17
fundamentla 50 and 53

If this is a bug, please provide steps for reproducing it; the exact components you are using;

Open the application
join the sidenav
open a submenu in the sidenav
navigate in and out the submenus with the arrow keys.
when you enter or leave a submenu either way (up or down) it will read out numbers additionally.

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

for a consistent read of the numbers you can use aria-posinset to specify in which position the item is in the given submenu and aria-setsize to describe the number of items in the subtree.
the numbers will be then read out depending on the users jaws settings correctly

Did you check the documentation and the API?

yes

Did you search for similar issues?

no

Is there anything else we should know?

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

1 participant