Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 765616e803512cdd7a1ab153b2450ff6ba939c38
      
https://github.com/WebKit/WebKit/commit/765616e803512cdd7a1ab153b2450ff6ba939c38
  Author: Ryosuke Niwa <rn...@webkit.org>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    M Source/WebCore/html/HTMLInputElement.cpp

  Log Message:
  -----------
  Reveal focused input element in an event loop task instead of a post layout 
task
https://bugs.webkit.org/show_bug.cgi?id=256293

Reviewed by Wenson Hsieh.

Call updateFocusAppearance in an event loop task instead of a post layout task
after didAttachRenderers when the input element is focused.

* Source/WebCore/html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::didAttachRenderers):

Canonical link: https://commits.webkit.org/263665@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to