[webkit-changes] [WebKit/WebKit] 1a9b60: Interaction regions for passwords and search field...
mwyrzykowski
noreply at github.com
Fri Dec 16 09:37:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1a9b607d44610188073e437cd7fc45a730beb29f
https://github.com/WebKit/WebKit/commit/1a9b607d44610188073e437cd7fc45a730beb29f
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M Source/WebCore/page/InteractionRegion.cpp
Log Message:
-----------
Interaction regions for passwords and search fields are incorrect
https://bugs.webkit.org/show_bug.cgi?id=248047
<radar://102158222>
Reviewed by Dean Jackson.
Expand the interaction region by the difference of the contentBoxRect
and the borderBoxRect, when an input element contains a containerElement,
as the container element did not take into account the border regions.
* Source/WebCore/page/InteractionRegion.cpp:
(WebCore::interactionRegionForRenderedRegion):
Canonical link: https://commits.webkit.org/257999@main
More information about the webkit-changes
mailing list