[webkit-changes] [WebKit/WebKit] 765616: Reveal focused input element in an event loop task...

Ryosuke Niwa noreply at github.com
Thu May 4 00:03:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 765616e803512cdd7a1ab153b2450ff6ba939c38
      https://github.com/WebKit/WebKit/commit/765616e803512cdd7a1ab153b2450ff6ba939c38
  Author: Ryosuke Niwa <rniwa at 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




More information about the webkit-changes mailing list