NEW241445
AX: menuitem gets clicked by mistake when using VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=241445
Summary AX: menuitem gets clicked by mistake when using VoiceOver
Diego Haz
Reported 2022-06-08 19:14:10 PDT
Steps to reproduce: 1. Open https://jsbin.com/wihowazami/1/edit?html,js,console,output on Safari Desktop 2. Activate VoiceOver. 3. Focus on the "Menu button" button. 4. Activate the menu button with VO+Space. 5. Try to move to the second menu item with VO+ArrowRight. 6. See the console output that says the first menu item has been clicked.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-06-08 19:14:19 PDT
Diego Haz
Comment 2 2022-06-08 19:31:21 PDT
I just would like to add that this bug happens when the role=menu element is initially hidden (e.g., with display: none), which is the case for most menu widgets.
Note You need to log in before you can comment on or make changes to this bug.