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
The element that serves as the tooltip container has role tooltip.
The element that triggers the tooltip references the tooltip element with aria-describedby.
Still, I tried to get the Tooltip to be announced but couldn't get it to work, neither with VoiceOver, nor with NVDA on Windows.
I noticed that the Tooltip implementation has an element with role="tooltip" and an element with role="dialog" inside it. This is probably the root cause of the issue.
Please also note that I suggested a solution for VoiceOver in PR #5957 but I couldn't get it to work in NVDA. I think NVDA will be able to announce the Tooltip once this PR is sorted out: #5488.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce the issue
This is super easy to reproduce and identify:
Expected result:
VoiceOver announces the contents of the Tooltip
Actual result:
The Tooltip is not announced.
Additional information
Please note that the current implementation seems to fit ARIA 1.1 practices:
See here:
Still, I tried to get the Tooltip to be announced but couldn't get it to work, neither with VoiceOver, nor with NVDA on Windows.
I noticed that the Tooltip implementation has an element with role="tooltip" and an element with role="dialog" inside it. This is probably the root cause of the issue.
Please also note that I suggested a solution for VoiceOver in PR #5957 but I couldn't get it to work in NVDA. I think NVDA will be able to announce the Tooltip once this PR is sorted out: #5488.
The text was updated successfully, but these errors were encountered: