Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 95ee9a5a9578e98ad66013edf7c8c7cf631dedf5
https://github.com/WebKit/WebKit/commit/95ee9a5a9578e98ad66013edf7c8c7cf631dedf5
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M Source/WebCore/rendering/EventRegion.cpp
Log Message:
-----------
[Event Regions] touchEventTypes set has duplicate MouseMove and is missing
MouseUp
https://bugs.webkit.org/show_bug.cgi?id=318074
rdar://180871950
Reviewed by Lily Spiniolas.
The touchEventTypes OptionSet in EventRegion.cpp listed
MouseMove/NonPassiveMouseMove twice (a copy-paste duplicate) and omitted
MouseUp/NonPassiveMouseUp entirely. As a result, mouseup event listeners
were not accounted for when building touch event regions, even though the
EventListenerRegionType enum defines both values and they are already
handled by touchEventNonPassiveTypes and eventTypeForEventListenerType().
Replace the duplicate MouseMove entry with the missing MouseUp pair.
* Source/WebCore/rendering/EventRegion.cpp:
Canonical link: https://commits.webkit.org/316024@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications