Bug 237247 - [GTK4] Handle hold gesture events
Summary: [GTK4] Handle hold gesture events
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2022-02-27 03:34 PST by Alice Mikhaylenko
Modified: 2022-08-03 11:20 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alice Mikhaylenko 2022-02-27 03:34:55 PST
GTK4 has merged hold gesture support and now we get criticals at the beginning of scrolling since we're trying to use them as scroll events.

We should stop kinetic scrolling when this happens, so really just treat them same as scroll stop events.
Comment 1 Alice Mikhaylenko 2022-08-03 08:55:12 PDT
PR: https://github.com/WebKit/WebKit/pull/2978
Comment 2 EWS 2022-08-03 11:20:00 PDT
Committed 253084@main (e9ba79dac78d): <https://commits.webkit.org/253084@main>

Reviewed commits have been landed. Closing PR #2978 and removing active labels.