Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird scrolling issue #125

Open
wpovell opened this issue Dec 13, 2017 · 2 comments
Open

Weird scrolling issue #125

wpovell opened this issue Dec 13, 2017 · 2 comments

Comments

@wpovell
Copy link

wpovell commented Dec 13, 2017

I've found that if I scroll, lift up, and scroll again, I start scrolling super fast until I lift up again. The normal scroll speed is fine. Any idea what might cause this? I haven't seen any relavant settings in the documentation that would control this.

@notslang
Copy link

notslang commented Oct 3, 2018

I'm having the same issue. I didn't notice this until I enabled scroll coasting (which makes the issue way worse), but I can reproduce it without scroll coasting enabled. This is my config:

Section "InputClass"
  Identifier "touchpad"
  Driver "mtrack"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Option "Sensitivity" "0.3"
  Option "TapButton1" "1"
  Option "TapButton2" "0"
  Option "TapButton3" "0"
  Option "TapButton4" "0"
  Option "ClickFinger1" "1"
  Option "ClickFinger2" "3"
  Option "ClickFinger3" "0"
  Option "ButtonMoveEmulate" "false"
  Option "FingerHigh" "10"
  Option "FingerLow" "1"
  Option "IgnoreThumb" "true"
  Option "IgnorePalm" "true"
  Option "TapDragEnable" "false"
  Option "ScrollDownButton" "4"
  Option "ScrollUpButton" "5"
  Option "ScrollLeftButton" "7"
  Option "ScrollRightButton" "6"
  Option "ScrollCoastDuration" "600"
  Option "ScrollCoastEnableSpeed" "0.05"
EndSection

@artefom
Copy link

artefom commented Mar 10, 2021

Can indeed confirm that this is the case. Looks like a bug. Possibly coasting timer does not get disabled after tapping again during coasting, so scrolling gets applied twice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants