-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Linux integrated terminal mouse-wheel scrolling problems #7377
Comments
If possible could you capture a gif? I've never seen any issues like that on Xenial. |
Ummmm, yeah, I'll see if I can find the time. We're pedal-to-the-metal at the moment! >_< |
Encountering something similar myself on OSX 10.11.4 Using two fingers to scroll after doing a "git status" (or anything else that overpopulates the window), terminal will scroll up and quickly stop. Literally just noticed that when the mouse isn't over any content in the terminal scrolling won't work. The moment I move my cursor over some content scrolling works fine. Expect: Scrolling to be smooth and consistent regardless of what part of the terminal my cursor is over. |
That may very well be the problem I was experiencing... except the horizontal scrolling was weird too. |
Thanks @Tyriar, thats great to hear! I have experienced the horizontal scrolling issue that @TurkeyMan is reporting. Gets stuck and can't see the left hand site without closing and reopening the terminal. |
@TurkeyMan I think this may be fixed when we switched to xterm.js, if you manage to repro in insiders please comment/reopen. |
Seem to work for me in Version 1.7.0-insider, Elementary OS, Freya |
Steps to Reproduce:
In windows, the terminal scrolls smoothly as expected.
On linux, the terminal scrolling is very jerky, unresponsive, and occasionally it scrolls horizontally instead of vertically, and the terminal display gets stuck scrolled to the right with the left-hand text cut off/not-visible.
Expect: Scrolling the terminal on linux should be smooth, and work properly.
The text was updated successfully, but these errors were encountered: