Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 728bd1cb95706d1db9a73aad7c0dd575c74277c1
https://github.com/WebKit/WebKit/commit/728bd1cb95706d1db9a73aad7c0dd575c74277c1
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/API/libwpe/TouchGestureController.cpp
Log Message:
-----------
REGRESSION(263030@main): [WPE][libwpe] Click events over a certain threshold
no longer promoted to axis events
https://bugs.webkit.org/show_bug.cgi?id=307422
Reviewed by Carlos Garcia Campos.
* Source/WebKit/UIProcess/API/libwpe/TouchGestureController.cpp:
(WebKit::TouchGestureController::handleEvent): Move upo the
GesturedEvent::ContextMenu case to have the ::Click case right
before ::Axis one, thus restoring the fallthrough behaviour when
an event is promoted from ::Click to ::Axis.
Canonical link: https://commits.webkit.org/307164@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications