#10098 closed bug (fixed)
Tabs: Voiceover announces all tabpanel content elems as "clickable"
Reported by: | mpiotrowicz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.1 |
Component: | ui.tabs | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using Safari 7.0.4 , Voiceover announces "clickable" after each content item inside a tab panel, even if it isn't actually clickable on its own (ie. paragraphs and headings). Related to https://bugs.webkit.org/show_bug.cgi?id=133613
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → open |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Tabs: Work around bad Safari/VoiceOver heuristics
Move disabled tab click handlers from the container to the tablist to prevent panel contents from being announced as clickable.
Fixes #10098 Closes gh-1261
Changeset: b4fb51199dcdaf08d959cfb8a6d5f5a6f8e76d75
comment:3 Changed 9 years ago by
Milestone: | none → 1.11.1 |
---|
Note: See
TracTickets for help on using
tickets.
Confirmed, and ugh.
Related PR: https://github.com/jquery/jquery-ui/pull/1261