-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
[BUG]Terminal overflow hidden doesn't work #395
Comments
do you have a screenshot of the issue ? |
it wrap on space so there is no overflow - what is the issue ? for me it is what I expected, what did you expected ? |
I expected: "overflow-x: hidden;" |
so not seeing overflow text? |
Yes, parts of the text would be out of view, but can be brought into view if needed. Currently I get this (2x "Q:7" wrapped to next line)
But I prefer this: (2 x "7" is hidden")
Perhaps I misunderstand the reason why you added "overflow-x: hidden;". |
how do you bring back the text? |
I do not want to add horizontal scroll bar that is why.I use 'overflow-x: hidden' |
Because I like to use my screen to do other things at the same time. Full screen is really full screen, so nothing else. In my view it would be better to make this screen the full size of the browser screen, not the full screen. That would be a useful option for the terminal screen. OK, I understand, you use "hidden" just to hide the horizontal scroll bar, just in case the line cannot be wrapped. |
PR are welcome if code fooprint is reasonable |
Let me check, it should not be too difficult, I believe the full screen option is a very recent addition anyway. My 38" screen is really too big to put ESP3D in full screen mode. |
Ok good then - I close issue then - feel free to PR when you are ready |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Just a tiny issue I noticed.
In _control.scss I found the terminal sections:
"overflow-x: hidden;" should hide the horizontal overflow, but this does not seem to work together with "white-space: pre-wrap;", so the horizontal overflow is shown wrapped to the next line. If I delete "white-space: pre-wrap;" then things work like how I would expect it, then the overflow is not shown, resizing the window can make if visible if needed.
I tested this in Firefox and Chrome.
The text was updated successfully, but these errors were encountered: