[webkit-changes] [WebKit/WebKit] 0b543c: Quirks: ceac.state.gov requires document.activeEle...

Karl Dubost noreply at github.com
Sun Jan 21 18:11:49 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0b543cc9ff31a50857a570a65f9d33f405b30a15
      https://github.com/WebKit/WebKit/commit/0b543cc9ff31a50857a570a65f9d33f405b30a15
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2024-01-21 (Sun, 21 Jan 2024)

  Changed paths:
    M Source/WebCore/page/Quirks.cpp

  Log Message:
  -----------
  Quirks: ceac.state.gov requires document.activeElement to be HTMLInputElement
https://bugs.webkit.org/show_bug.cgi?id=267569
rdar://110953808

Reviewed by Aditya Keerthi.

Fixes a regression introduced by adding a new method in Quirks.
https://bugs.webkit.org/show_bug.cgi?id=260938
There is a followup bug to improve the new method and make sure
that every type of domain matching is covered.
See https://bugs.webkit.org/show_bug.cgi?id=267623

* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::needsFormControlToBeMouseFocusable const):

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




More information about the webkit-changes mailing list