[Webkit-unassigned] [Bug 216500] New: AX: Incorrect number of menuitems announced by VoiceOver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 16:07:17 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216500

            Bug ID: 216500
           Summary: AX: Incorrect number of menuitems announced by
                    VoiceOver
           Product: WebKit
           Version: Safari 13
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: todd.kloots at gmail.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 408757

  --> https://bugs.webkit.org/attachment.cgi?id=408757&action=review

Screen recording illustrating the bug in Safari

What steps will reproduce the problem?
1. Start VoiceOver
2. Go to https://codepen.io/toddlr/pen/VwadgRE
3. Press tab to move focus to the button labeled "Show menu"
4. Press enter to display the popup menu

What is the expected result?

When the menu is displayed, VoiceOver announces the number of actual menuitems (e.g. the the number of elements with the role of "menuitem." In the case of this example: 5)


What happens instead of that?

When the menu is displayed, VoiceOver announces the number of menuitems per the number of elements with text nodes and/or the role of separator. This count is misleading and doesn't represent the same count provided by VoiceOver for Mac OS menus.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200914/3d98b819/attachment.htm>


More information about the webkit-unassigned mailing list