Description
When using overlay_tooltip, the tooltip content is not read by accessibility services (Android TalkBack / iOS VoiceOver).
The tooltip is not focusable and screen readers continue to announce underlying widgets instead of the tooltip currently shown.
Expected
- Tooltip should be included in the accessibility tree
- Screen reader should announce tooltip content automatically
- Underlying widgets should not receive accessibility focus while tooltip is active
Actual
- Tooltip is skipped by screen readers
- Underlying widgets remain focusable and are announced instead
Platforms Tested
| Platform |
Result |
| Android (TalkBack) |
❌ Not accessible |
| iOS (VoiceOver) |
❌ Not accessible |
Description
When using
overlay_tooltip, the tooltip content is not read by accessibility services (Android TalkBack / iOS VoiceOver).The tooltip is not focusable and screen readers continue to announce underlying widgets instead of the tooltip currently shown.
Expected
Actual
Platforms Tested