You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: