[Webkit-unassigned] [Bug 266507] New: AX: cannot use accessibility to focus an element in a cross-origin iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 14:26:11 PST 2023


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

            Bug ID: 266507
           Summary: AX: cannot use accessibility to focus an element in a
                    cross-origin iframe
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dm_mazzoni at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

If you use VoiceOver to navigate to a text field inside a cross-origin iframe, the field doesn't automatically get keyboard focus. The issue is that Element::focus checks whether the frame has had previous user interaction. To fix it, we can just mark the accessibility focus request as a user gesture.

-- 
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/20231215/a1e197cb/attachment.htm>


More information about the webkit-unassigned mailing list