Skip to content

Accessibility problems (TalkBack/VoiceOver) #19

@Vasusn

Description

@Vasusn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions