Search and Top Navigation
#10098 closed bug (fixed)
Opened June 08, 2014 12:20AM UTC
Closed July 16, 2014 08:09PM UTC
Last modified July 16, 2014 08:10PM UTC
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
Attachments (0)
Change History (3)
Changed June 09, 2014 06:59PM UTC by comment:1
status: | new → open |
---|
Changed July 16, 2014 08:09PM UTC by comment:2
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
Changed July 16, 2014 08:10PM UTC by comment:3
milestone: | none → 1.11.1 |
---|
Confirmed, and ugh.
Related PR: https://github.com/jquery/jquery-ui/pull/1261