-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
Description
Describe the problem
Currently when using a React or selector ref for the Tooltip component, the tooltip contents does not get announced by assistive technologies. Only using the Tooltip component as a wrapper has the contents announced.
How do you reproduce the problem?
- Go to the Tooltip component
- Start Voice Over or another screen reader
- Navigate to the examples that use a React or selector Ref
- Notice that the tooltip contents may not get announced (tested using VO in Chrome)
Expected behavior
The tooltip contents gets announce when using the React or selector ref variants
Is this issue blocking you?
An alternative is using the Tooltip component as laid out in the "basic" example in the above link (using the Tooltip component as a wrapper).
Screenshots
If applicable, add screenshots to help explain the issue.
What is your environment?
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
What is your product and what release date are you targeting?
Any other information?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done