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 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.
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?
The text was updated successfully, but these errors were encountered:
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?
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?
What is your product and what release date are you targeting?
Any other information?
The text was updated successfully, but these errors were encountered: