[Webkit-unassigned] [Bug 231219] New: Remove unnecessary autofocus attribute dependencies in tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 00:18:36 PDT 2021


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

            Bug ID: 231219
           Summary: Remove unnecessary autofocus attribute dependencies in
                    tests
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
            Blocks: 203139

The new autofocus behaviour timing happens asynchronously with the page "update rendering" steps.

Some tests are using it solely to focus synchronously on elements. We should just use HTMLElement.focus() there so those tests don't rely on the current synchronous timing of autofocus.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=203139
[Bug 203139] Implement new autofocus behavior
-- 
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/20211005/2d9725be/attachment.htm>


More information about the webkit-unassigned mailing list