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
Describe the issue. What is the expected and unexpected behavior?
The tooltips on the Dual List Selector component's controls do not currently get read by screen readers; whether this should be fixed since most likely the tooltip will match the aria-label of the button may require additional input. UPDATE: this portion of the issue looks to be resolved.
The tooltips also do not disappear immediately when navigating via VO (you have to navigate outside the button controls area it looks like, rather than simply navigating away from the button that has the tooltip currently displayed).
If the tooltips should be announced by screen readers, even if the contents of them matches the button's aria-label, then this might be similar to PR #6940 in that instead of using the Tooltip's reference prop, it should instead act as a wrapper around the DualListSelectorControl inner button element.
Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
Go to the PatternFly Dual List Selector page and use VO on the With Tooltips example. Notice that the buttons between the two option lists do not have tooltips announced by screen readers, nor do they immediately disappear after moving focus away from a button.
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
Could be considered a bug
The text was updated successfully, but these errors were encountered:
Updates made in PR #7332 look to have resolve the issue of tooltips not getting announced. However, there is still a small issue where when navigating via VO controls from an active button to a disabled button, the tooltip remains visible. See video below:
Dual.List.Selector.Tooltip.Visible.mov
thatblindgeye
changed the title
DualListSelectorControl tooltips not read by VO
DualListSelectorControl tooltips remain visible after VO blur
May 10, 2022
Describe the issue. What is the expected and unexpected behavior?
The tooltips on the Dual List Selector component's controls do not currently get read by screen readers; whether this should be fixed since most likely the tooltip will match the
aria-label
of the button may require additional input. UPDATE: this portion of the issue looks to be resolved.The tooltips also do not disappear immediately when navigating via VO (you have to navigate outside the button controls area it looks like, rather than simply navigating away from the button that has the tooltip currently displayed).
If the tooltips should be announced by screen readers, even if the contents of them matches the button's
aria-label
, then this might be similar to PR #6940 in that instead of using the Tooltip'sreference
prop, it should instead act as a wrapper around the DualListSelectorControl inner button element.Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
Go to the PatternFly Dual List Selector page and use VO on the With Tooltips example. Notice that the buttons between the two option lists do not have tooltips announced by screen readers, nor do they immediately disappear after moving focus away from a button.
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
Could be considered a bug
The text was updated successfully, but these errors were encountered: