[Webkit-unassigned] [Bug 251023] New: AX: Selector labels don't redirect VoiceOver focus properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 10:06:59 PST 2023


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

            Bug ID: 251023
           Summary: AX: Selector labels don't redirect VoiceOver focus
                    properly
           Product: WebKit
           Version: Safari 16
          Hardware: Mac (Intel)
                OS: iOS 15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayush.sharma at everlaw.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

Steps to reproduce:
1. Go to about:blank in Safari.
2. Go to Safari's developer tools and edit the HTML to be the following:

<html>
<head></head>
<body>
<label for="select1">Selector label</label>
<select id="select1">
<option>Option 1</option>
<option>Option 2</option>
</select>
<p>Reset focus here</p>
</body>
</html>

3. Open VoiceOver and click on "Selector label". The first time you do this, you should see the black VoiceOver focus box immediately go to the selector, and hear/see corresponding narration by VoiceOver.
4. With VoiceOver still open, click on "Selector label" again. At this point, the black VoiceOver box should go to the word that you click on, and not to the selector as expected.
5. In an attempt to "reset" what VoiceOver is focusing on, click on "Reset focus here" and listen to/watch VoiceOver narrate this element. Then, click on "Selector label" again. The undesired behavior from step 4 should be repeated, and nothing else (short of refreshing the page) will result in the black VoiceOver box going to the selector upon clicking the "Selector label" text.

-- 
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/20230123/6dec7515/attachment.htm>


More information about the webkit-unassigned mailing list