RESOLVED FIXED307422
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
Summary REGRESSION(263030@main): [WPE][libwpe] Click events over a certain threshold ...
Adrian Perez
Reported 2026-02-10 02:00:18 PST
In 263030@main we failed to notice that the handling added for GesturedEvent::ContextMenu inside TouchGestureController::handleEvent() did not take into account that the case of events promoted from GesturedEvent::Click to GesturedEvent::Axis did a fallthrough from one case to the next, and inserted the new case in between. This results in promoted events to be ignored.
Attachments
Adrian Perez
Comment 1 2026-02-10 02:05:14 PST
EWS
Comment 2 2026-02-10 04:03:45 PST
Committed 307164@main (728bd1cb9570): <https://commits.webkit.org/307164@main> Reviewed commits have been landed. Closing PR #58291 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.