Bug 307422
| Summary: | REGRESSION(263030@main): [WPE][libwpe] Click events over a certain threshold no longer promoted to axis events | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WPE WebKit | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=248076 | ||
Adrian Perez
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/58291
EWS
Committed 307164@main (728bd1cb9570): <https://commits.webkit.org/307164@main>
Reviewed commits have been landed. Closing PR #58291 and removing active labels.