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
Tree item at level 2 is not announced correctly by screen reader.
Consider Basic Tree to understand the issue.
When screen reader user navigates through the tree at level 2 i.e Tree 1.1 as per example , screen reader announces 1 of 3 but actually it should announce 1 of 1, because there is only 1 item under its parent.
Similarly if you navigate to the level 2 under Tree 2, for the first item screen reader announces 2 of 3 which is again incorrect, it should be 1 of 2.
When screen reader user navigates through the tree at level 2 i.e Tree 1.1 as per example , screen reader announces 1 of 3 but actually it should announce 1 of 1, because there is only 1 item under its parent.
Similarly if you navigate to the level 2 under Tree 2, for the first item screen reader announces 2 of 3 which is again incorrect, it should be 1 of 2.
Expected behavior
Items should be announced to screen readers correctly.
Screenshots
Context
UI5 Web Components version: 0.23.6
Affected components(if known) Tree
Organization:(if applicable) SuccessFactors
Priority:(optional)(Low, Medium, High or Very High) High
The text was updated successfully, but these errors were encountered:
The issue is reproducible. Sometimes (for level 0) it reads properly, but the problem is when the whole tree is expanded, especially in Tree 2 and its sub-trees (when expanded). There are correct announcements of the Tree nodes, but incorrect announcements for number of items (X of Y). Please check!
Added new aria-posinset and aria-setsize attributes to each element. Now, screen reader will know the count of the items on the same level and the position of the current active item.
Fixes: #2553
Added new aria-posinset and aria-setsize attributes to each element. Now, screen reader will know the count of the items on the same level and the position of the current active item.
Fixes: #2553
Tree item at level 2 is not announced correctly by screen reader.
Consider Basic Tree to understand the issue.
When screen reader user navigates through the tree at level 2 i.e Tree 1.1 as per example , screen reader announces 1 of 3 but actually it should announce 1 of 1, because there is only 1 item under its parent.
Similarly if you navigate to the level 2 under Tree 2, for the first item screen reader announces 2 of 3 which is again incorrect, it should be 1 of 2.
To reproduce
Steps to reproduce the behavior:
Similarly if you navigate to the level 2 under Tree 2, for the first item screen reader announces 2 of 3 which is again incorrect, it should be 1 of 2.
Expected behavior
Items should be announced to screen readers correctly.
Screenshots
Context
Affected components (if known) Tree
Organization: (if applicable) SuccessFactors
Priority: (optional) (Low, Medium, High or Very High) High
The text was updated successfully, but these errors were encountered: