[Wayland-bugs] [Bug 90990] AlpsPS/2 ALPS DualPoint TouchPad scrolling is jumpy
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 18 16:06:37 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90990
--- Comment #2 from Peter Hutterer <peter.hutterer at who-t.net> ---
ok, afaict what's happening here is that you set the finger down, then move it
and edge scrolling doesn't trigger until you pass the built-in motion threshold
(5mm). When you pass it, the first scroll event includes the full motion so far
but it's accelerated too which causes that massive jump.
I guess that leaves three options:
* reduce the initial threshold, but would likely cause the same jump even at
3mm and I don't want to go below that
* don't release the full distance but just the last delta when we hit the
threshold. this would add a dead zone to scrolling
* replay the motion history in full once the threshold is hit. this would only
add a slight delay to scrolling
--
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/20150618/a9d221e3/attachment.html>
More information about the wayland-bugs
mailing list