[Wayland-bugs] [Bug 99976] Clickpad button presses registered wrongly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 1 01:51:49 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=99976
--- Comment #4 from Peter Hutterer <peter.hutterer at who-t.net> ---
Found it, patch available on the list:
https://lists.freedesktop.org/archives/wayland-devel/2017-March/033258.html
FTR, the triggering sequence is around
E: 4.227286 0003 0035 1828 # EV_ABS / ABS_MT_POSITION_X 1828
The pressure goes below the threshold, switching the touch to end, then hover/
The actual end event is papered over this way (as seen and by the button state
machine), the button state triggers on the current position (1828/803) which is
in AREA. When the new touch comes down in 1756/1769 we're already in state AREA
and don't update, hence the left button click despite these coordinates being
in the middle button area.
--
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/20170301/e8377fb1/attachment-0001.html>
More information about the wayland-bugs
mailing list