[Wayland-bugs] [Bug 96687] Lazy four fingered swipe does not work
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 27 04:10:57 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=96687
Peter Hutterer <peter.hutterer at who-t.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #3 from Peter Hutterer <peter.hutterer at who-t.net> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160627/fc2593c9/attachment.html>
More information about the wayland-bugs
mailing list