-
Notifications
You must be signed in to change notification settings - Fork 377
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status