-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Windows: Scrolling is not smooth but lags #13612
Comments
Did not see this on my VM, assignig to @Tyriar to check if he also sees it on his linux so we assess how serios it is |
I don't have my Linux laptop with me at the moment, I'll mark this October to remind me. /cc @alexandrudima |
I have this to, though it isn't present everywhere. The tree view panel and all the editors no longer smooth scroll, but entries which (I assume) are probably using browser rendering, like extension detail pages, do still smooth scroll. running: |
I can't tell a different on either the tree view or the editor comparing 1.6.0 and 1.5.3 using Ubuntu 16.04. @bpasero @alexandrudima any ideas? |
Dup of #12637 |
I don't believe this is a dup of that issue, that issue indicates it doesn't work at all, whereas this issue is purely related to smooth scrolling: 2-finger scrolling works, but acts like regular 'jumpy' scrolling. |
I agree with @jshap70, this is a different issue as he described. |
I think this is a regression in Chromium (I also noticed it there) which was fixed for me in 54. |
Can confirm this, using two-finger scrolling for the editor is laggy. Using version 1.6.1 on my Windows 10 machine. |
AFAIK we had no changes in the scroll handling logic, but we did update to a newer electron version (that includes Chromium 52). It would be interesting to find out if Chrome 52 also suffers from this issue. We have the exact same scrolling code in the editor https://microsoft.github.io/monaco-editor/ so if anyone would like to try it and report here the findings, I would be thankful. There are plenty of touchpads issues on Chromium: https://bugs.chromium.org/p/chromium/issues/list?can=2&q=touchpad Are we hitting a known issue for them? |
The scrolling in monaco is smooth and feels just like vscode did before for me inside Chrome (beta) 55.0.2883.21 as well as Chromium 54.0.2840.71. |
@jshap70 Thank you very much for confirming this is a Chromium bug that will get fixed once we get a newer version. fyi @bpasero I've also experienced this today on my Surface Book. It is a real bummer. Most weird, after using a mouse for a bit, the trackpad was working normally again. I'm sorry there's nothing I can do on our side, we get mousewheel events and respect them when we get them. |
@bpasero Yes the problem is solved with 17751.1 on Dell XPS 15 with precision touchpad. |
Out of curiosity: did anyone ever hit this issue on Windows 7 or Windows 8? I am asking because the fix will probably only ever be made on Windows 10. |
@bpasero I don't think it would happen on earlier versions of windows because they didn't support precision touchpads, if I remember well. |
Will this change be present in the Windows 10 October 2018 Update when it is released? |
My hp desktop pc power is on for one minute but monitors are not open and mouse or keyboard has been not working when updated my windows 10 before two years ago |
@bdr99 yes it will be available as part of the October update. |
Closing this as the Windows 10 October update is rolling out to people. This bug is fixed as part of the Windows 10 RS5 update. |
Awesome, now have to wait for RS5 - hopefully tomorrow. |
We decided to keep the https://az764295.vo.msecnd.net/insider/1d0e4299c6ccfe9210252c811b4247cfdc8a6a44/VSCodeSetup-ia32-1.29.0-insider.exe |
@isidorn I don't have the October update installed yet, so I installed the insider build to test. But thing is, the KB4462933 update fixed the issue for me. Now there's no difference between stable/insider builds, and with/without Here are more testimonials: #62327 (comment), #61824 (comment). |
@HazemAM thanks for jumping it! |
@isidorn Oh, so you meant the latest incremental update, not the October update? |
Yeah I guess I need someone that does not have https://support.microsoft.com/en-us/help/4462933/windows-10-update-kb4462933 |
Keep in mind that it is not enough to just configure |
I have no available windows updates to install (I am up to date), latest vscode and I am running bootcamp windows. When using the trackpad, there is absolutely no way (with any of the combination of suggestions in this thread) to get smooth scrolling working. Vscode ignores my control panel mouse wheel settings. The only way I can get vscode to behave is by setting the At the minute vscode is pretty unbearable to use because of this! |
Edit: Added the workaround:
Workaround
Configure:
"window.smoothScrollingWorkaround": true
"window.titleBarStyle": "native"
The text was updated successfully, but these errors were encountered: