[Webkit-unassigned] [Bug 214859] New: delegatesFocus does not completely move focus to inner element as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 16:41:18 PDT 2020


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

            Bug ID: 214859
           Summary: delegatesFocus does not completely move focus to inner
                    element as expected
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jan at component.kitchen

Although WebKit has implemented support for the delegatesFocus flag (https://bugs.webkit.org/show_bug.cgi?id=166484), the implementation appears to be incomplete.

To repro, use the same repro from the above bug: https://bug-166484-attachments.webkit.org/attachment.cgi?id=297772

* Clicking the "Hello world" text should focus the input. The input gets a focus ring, but does not appear to have the focus -- you can't type in the input, for example.
* Programmatically invoking the focus() method on that element similarly doesn't not focus the input.

-- 
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/20200727/44c25fe7/attachment-0001.htm>


More information about the webkit-unassigned mailing list