Bug 164867
Summary: | AX: ARIA menuitem role & aria-expanded state not spoken to VoiceOver iOS 10 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul J. Adam <paul> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 10 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 10 |
Paul J. Adam
Steps to Reproduce:
1. Turn on VoiceOver on iOS 10
2. Visit http://w3c.github.io/aria-practices/examples/menubar/menubar-2/menubar-2.html in Safari iOS.
3. Set focus to the Font menuitem.
4. Double-tap to expand the Font menuitem then tap on the Font menuitem again.
Expected Results:
VoiceOver speaks "Font, Menuitem, Shows pop up, Collapsed" after step 3.
VoiceOver speaks "Font, Menuitem, Shows pop up, Expanded" after step 4.
Actual Results:
VoiceOver speaks "Font, Shows pop up" after step 3.
VoiceOver speaks "Font, Shows pop up" after step 4.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/29311187>
paritoshyadav978
(In reply to Paul J. Adam from comment #0)
> Steps to Reproduce:
> 1. Turn on VoiceOver on iOS 10
> 2. Visit
> http://w3c.github.io/aria-practices/examples/menubar/menubar-2/menubar-2.
> html in Safari iOS.
> 3. Set focus to the Font menuitem.
> 4. Double-tap to expand the Font menuitem then tap on the Font menuitem
> again.
>
> Expected Results:
> VoiceOver speaks "Font, Menuitem, Shows pop up, Collapsed" after step 3.
> VoiceOver speaks "Font, Menuitem, Shows pop up, Expanded" after step 4.
>
> Actual Results:
> VoiceOver speaks "Font, Shows pop up" after step 3.
> VoiceOver speaks "Font, Shows pop up" after step 4.
Hey Paul,
Could you please provide an update?
Paul J. Adam
@paritoshyadav978 This bug is now fixed in latest version of iOS 13 for me.