RESOLVED INVALID 173430
AX: VoiceOver focuses other elements after ARIA tablist selection
https://bugs.webkit.org/show_bug.cgi?id=173430
Summary AX: VoiceOver focuses other elements after ARIA tablist selection
andrew.rousset
Reported 2017-06-15 13:37:07 PDT
When selecting a tab in a tablist element targeting the WAI-ARIA spec v1.1, VoiceOver focuses other elements outside of the tablist after the tab has been selected. Steps to reproduce: 1) Turn on VoiceOver. 2) Load demo in Safari 10 on iOS 10.3.2 (demo: http://pauljadam.com/demos/aria-tabpanel.html) 2) Focus first tab in the tablist. 3) Select focused tab using double tap. 4) Observe level 2 heading "Apples" in tab panel being focused. 5) Repeat steps 2-3 for second tab. 6) Observe level 2 heading "Pick your favorite fruits!" being focused. 7) Repeat steps 2-3 for third tab. 8) Observe page heading "WAI-ARIA Tab Panel" being focused. Actual Results: Non-tab element on page is focused after tab element selection. Expected Results: Tab element that is selected should remain focused.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-06-15 13:37:38 PDT
andrew.rousset
Comment 2 2017-06-22 12:40:48 PDT
This has also been noticed with a menu widget with menuitem children.
andrew.rousset
Comment 3 2017-06-22 13:59:22 PDT
Nevermind, I was improperly single touching other elements for the menu item widget.
Note You need to log in before you can comment on or make changes to this bug.