-
Notifications
You must be signed in to change notification settings - Fork 54
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
Disable h-scroll during v-scroll and vice versa #19
Comments
Are you sure you using current master? |
I definitely have the above mentioned commit (when I check via Anything else I can check? Any debug option I can turn on? |
In this case I will have to first reproduce and then debug it. Please post your configuration (as described in readme) |
I still have this issue, was this resolved? Output of My configuration (not minimal) I'm on the latest commit (eb3b9c3...). |
Is h-scroll triggered only at the bottom of the scrolled window? Which button events are generated (xinput --test )? |
No, when v-scrolling, h-scroll triggers whereever, even in the center of a webbrowser page . When scrolling up for example, it's some button press/release 5 intersperced with some button press/release 6. Partial output here: log.txt |
Could you please also attach output of |
To be completely honest, I thought it was initially it was the "default" effect. It's usually smooth and perfectly consistent. It jitters a lot when I move two fingers in a circle, but if it's just slight movements, mostly vertical, it's perfectly smooth. I made a gif to show the interaction: Here's the output of |
So, this is how SmoothScroll(aka. pixel perfect scroll) works: what we observe is just "inaccurate" v-scroll. |
Please check how it behave with this commit: fe08710 before I push it to master. |
Solid, it works. |
…xis at time. Don't emit h-scroll events during v-scroll. Fixes github #19.
Slightly modified fix landed on master. |
Is it possible to disable horizontal scrolling while you scroll vertically and vice versa?
This seems to be the standard behavior on OSX with two-finger scroll and is kind of easier.
It happens a lot to me, if I am using half a browser width and pages have a big horizontal scroll, that once I scroll up/down I also move left/right by accident.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: