Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 56ee66ab50b403f771853aa5b8a85dc155473713
https://github.com/WebKit/WebKit/commit/56ee66ab50b403f771853aa5b8a85dc155473713
Author: Lily Spiniolas <[email protected]>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M Source/WebCore/rendering/EventRegion.cpp
Log Message:
-----------
youtube.com player controls stop working via touch when touch event regions
are enabled
https://bugs.webkit.org/show_bug.cgi?id=303930
rdar://166193793
Reviewed by Wenson Hsieh and Tim Horton.
We currently translate touch action regions and wheel event regions in
`EventRegion::translate` so that the regions can be positioned correctly
if they need to be offset. Do the same for touch event regions.
* Source/WebCore/rendering/EventRegion.cpp:
(WebCore::EventRegion::translate):
Canonical link: https://commits.webkit.org/304239@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications