-
Notifications
You must be signed in to change notification settings - Fork 315
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
Too aggressive downwards scrolling, and resists upwards scrolling #42
Comments
@da2x , how do you scroll? is it by scroll bar, mouse wheel or something-else? I tried with top page of YouTube or news.yahoo.com (which scroll down almost forever as page move down), I do not notice any difference in amount of move for up or down direction. Thanks! |
@hideyukn88 I hover the mouse cursor above the page contents and drag two fingers up and down on the touchpad. It happens with every page. |
Here's a screen recording of me trying to scroll downwards using the tiniest scrolling motion. Next, I'm frantically trying to scroll upwards and almost nothing happens. The page just twitches a bit. Then I try to scroll downwards by the tiniest fraction again. As you can see, it goes way further down than expected and resists going up again. It's the same in all WSLg apps, but scrolling in Windows native apps work fine. |
I'm having the same issue while using my laptop's touchpad. Using a mouse works fine. |
Thanks, I confirmed the behavior using touchpad with Surface Pro as well. |
yes issue is with touchpad |
Issue understood. the unit value in "WheelRotationMask" in TS_POINTER_EVENT in RDP needs to be treat separately between mouse wheel and two finger scroll. |
Same happens one my end with Microsoft Wireless Mouse 5000. Not touchpad. I can scroll down, but up goes only one line, need to wait a bit and then scroll up to get one more line up. Not happening in windows apps. |
Also bugged with Surface Dial with Edge Dev on Linux, connected to a Surface Book 3. I can scroll down (super fast) but never scroll up. |
After the latest update, I find the problem that scrolling down is too fast is surely fixed, but now scrolling upwards and downwards are both too aggressive. |
@SmartPolarBear , thanks for report, would you please let us know which touchpad hardware do you have? thanks! |
@hideyukn88 in my case Microsoft Wireless Mouse 5000 still can't scroll upwards. Even on 1.0.20. What's interesting:
|
@fliespl , thanks for reporting, do you see any behavior change from previous version or same? and just in case, please double check version in version.txt at /mnt/wslg ? thanks! |
@hideyukn88 you were right - I had installed it, but didn't show up in WSL machine even after shutting it down. Windows restart helped, but now it's really sensitive. Any way to change it with xinput settings? |
@fliespl , thanks for checking. first for settings, we are hoping this to be set by Windows's setting just like other Windows app and that fulfill the needs. Regarding to sensitivity, yes, we are getting internal report some user are now seeing wheel rotation is too sensitive with certain mouse, while this doesn't occur to me with all mouse I personally have, but we are activity investigating this. thanks! |
I have an OMEN-15 2020 laptop, which has a precision touchpad. |
Same issue on a ThinkPad T14s with the integrated touchpad |
@fliespl , @SmartPolarBear , @NyxCode , we have pushed the fix and it will be included in next release of WSLg, thanks all for reporting the issue! |
Too sensitive with Logitech G604 (G Hub Driver). Fixed in 1.0.21 pre |
For me, it works flawlessly on 1.0.21 |
1.0.22 with this fix has been officially released. Please run the following from an elevated command prompt to upgrade to 1.0.22.
|
I have this issue and a most-recent WSL version. How to check the WSLg version? I have no |
Alright, the
The issue exists in PHPStorm when I'm scrolling by the touchpad on my Dell XPS 9310. When I scroll down very slowly, it hardly scrolls. When I scroll down normally, it eventually scrolls up a bit instead of scrolling down. It scrolls up normally. |
It seems my issue is related to #575 |
More infomation: I meet same issue and my mouse scroll works well on 1080P with 100% zoom screen but bad on 2.5K with 200% zoom screen. I think it's related to HiDPI or scalling something. Hope it can help. |
@Cosss7, thanks for info, would you please share the output from |
I use |
Resolustion 3456 * 2160 |
Yes, please install from MS Store, aka.ms/wslstorepage, and you do not need to uninstall previous one first, thanks! |
It's fixed, thank you. On HiDPI and zoom screen it's a little bit slow but at least it works. |
Yup, can confirm. Slow on HiDPI for me too. |
Environment
Steps to reproduce
apt install firefox -y
(orepiphany-browser
ornautilus
)firefox
(orepiphany-browser
ornautilus
)Expected behavior
It should scroll down by about 40-50px, and up by about 40-50px.
Actual behavior
It scrolls ~2000px downwards per tick. It resists scrolling upwards, and need to repeat it multiple times before it finally scrolls ~10px upwards.
Hardware:
Synaptics Precision TouchPad (Lenovo)
WSL logs:
https://aka.ms/AAc0u5v (feedbackid b6a23cbb-c7f7-4d6e-a2b1-66d85f95bc0c)
The text was updated successfully, but these errors were encountered: