[Wayland-bugs] [Bug 89949] Fake finger switching bug in edge scrolling and tapping code
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 7 22:19:03 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89949
Bug ID: 89949
Summary: Fake finger switching bug in edge scrolling and
tapping code
Product: Wayland
Version: unspecified
Hardware: Other
OS: All
Status: ASSIGNED
Severity: normal
Priority: medium
Component: libinput
Assignee: wayland-bugs at lists.freedesktop.org
Reporter: peter.hutterer at who-t.net
CC: jwrdegoede at fedoraproject.org
Created attachment 114942
--> https://bugs.freedesktop.org/attachment.cgi?id=114942&action=edit
evemu recording
To switch from one to two fingers on a touchpad without slots, the event
sequence is:
BTN_TOOL_FINGER 0
BTN_TOOL_DOUBLETAP 1
SYN_REPORT
On those touchpads, all touches are fake touches (sort-of). The above sequence
will end the currently active touch and then re-start two new touches when the
DOUBLETAP is seen. This triggers a bug message in the edge scrolling code -
since there is no SYN_REPORT between the BTN_TOOL the touch is still in AREA
state when it is re-triggered as a TOUCH_BEGIN.
This also affects the tapping code.
The sequence attached is enough to trigger it, full sequence in the bug here:
https://bugzilla.redhat.com/show_bug.cgi?id=1209151
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150408/611f9b9a/attachment.html>
More information about the wayland-bugs
mailing list