-
Notifications
You must be signed in to change notification settings - Fork 255
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
Terminals scrolling problem (needs resizing) #105
Comments
Yes, we we're aware that there are some issues with the terminals the first time they render. That's why we added this message: It's pretty tricky yo make the terminal scrolls work ok in all browsers and platforms. This shouldn't happen using chrome though. Which OS are you using?, can you reproduce it consistently?. Have you tried a different browser? |
hello @marcosnils My OS and browser versions are mentioned in the issue description and yes, with these environments, I can reproduce it each time I refresh the page to start the lab again. Thanks for your help |
Sorry, I didn't see the OS. I'll give it a shot during the week and see if I can reproduce |
@yogeek can you try using chrome to see if the problem is there as well? |
@marcosnils I already tested with both firefox and chrome before submitting but only with these 2 specific versions |
I also have this issue on Ubuntu 19.10, latest Firefox 74.0. Whenever I type something, the terminal scrolls fully up and hides anything I type. |
There are some displaying problems with terminal scroll bars in some labs.
Example to reproduce the problem :
docker swarm init --advertise-addr $(hostname -i)
in the upper terminal (the scroll bar doen not follow the output)=> the scroll bar goes back up and prevents to see what is typed
It seems that resizing the page or moving the central vertical slide bar to change left-right proportion once makes the scrolling issue disappear.
OS : Ubuntu 16.04.4 LTS
Chrome version tested : Version 64.0.3282.186 (Build officiel) (64 bits)
Firefox version tested : 58.0.2 (64 bits)
Thank you !
The text was updated successfully, but these errors were encountered: