https://bugs.freedesktop.org/show_bug.cgi?id=96687

Peter Hutterer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Peter Hutterer <[email protected]> ---
The problem is two-fold here. The gesture is recognised as a pinch gesture
instead, caused by 83f3dbd. Thats arguably wrong for a 4 finger gesture but the
immediate fix (checking for == 2 fingers in that condition) doesn't fix your
issue either because only two fingers are detected in the first event. So it
still triggers, with extra fingers added later.

Looks like this is the case where we need to start using the cancel event more
aggressively.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to