[Webkit-unassigned] [Bug 225069] AX: VoiceOver doesn’t read the context menu options for <input type="password"> when naving with arrow keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 13:01:32 PDT 2021


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

--- Comment #4 from Morgan Reschenberg <mreschenberg at mozilla.com> ---
When I log events on Firefox Nightly using the STR above (and pressing the arrow keys 4 times while within the menu), I receive the following sequence of events.

```
[AXFocusedUIElementChanged] secure text field : AXRole=AXTextField AXTitle= AXDescription= AXValue=
[AXMenuOpened] menu : AXRole=AXMenu AXTitle= AXDescription= AXValue=
[AXFocusedUIElementChanged] menu : AXRole=AXMenu AXTitle= AXDescription= AXValue=
[AXSelectedChildrenChanged] menu : AXRole=AXMenu AXTitle= AXDescription= AXValue=
[AXSelectedChildrenChanged] menu : AXRole=AXMenu AXTitle= AXDescription= AXValue=
[AXSelectedChildrenChanged] menu : AXRole=AXMenu AXTitle= AXDescription= AXValue=
[AXSelectedChildrenChanged] menu : AXRole=AXMenu AXTitle= AXDescription= AXValue=
[AXMenuClosed] unknown : AXRole= AXTitle= AXDescription= AXValue=
[AXFocusedUIElementChanged] secure text field : AXRole=AXTextField AXTitle= AXDescription= AXValue=
```

So it looks like even though we're tracking menu open/close, selection changed, and focus changed (on the input), VO still won't announce items as they're traversed... ��

-- 
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/20210428/20ded67b/attachment.htm>


More information about the webkit-unassigned mailing list