Bug 314893
| Summary: | AX: VoiceOver generally does not automatically move into dialogs, despite presence of the autofocus attribute and / or explicit focus() calls | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> |
| Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, jesse.greenberg, marco.salsiccia, rsnow, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | All | ||
| OS: | All | ||
Tyler Wilcock
Example page:
https://blindsvg.com/shapeCrafter/
Press the "New file" button. This opens a dialog. The webpage calls .focus() on <h2 id="newFileDialogHeading" tabindex="-1">Create a New SVG File</h2>, but VoiceOver still requires explicit VO-Shift-Down interaction to enter the modal. VoiceOver should automatically focus on the heading instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177167634>
Tyler Wilcock
Pull request: https://github.com/WebKit/WebKit/pull/65010
EWS
Committed 313425@main (f3b6d2ac3f94): <https://commits.webkit.org/313425@main>
Reviewed commits have been landed. Closing PR #65010 and removing active labels.
Tyler Wilcock
*** Bug 311125 has been marked as a duplicate of this bug. ***
Tyler Wilcock
*** Bug 305343 has been marked as a duplicate of this bug. ***