-
Notifications
You must be signed in to change notification settings - Fork 259
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
Terminal text isn't shown on lost focus of multiple tabs and hidden scroll bar #372
Comments
Try removing |
Didn't work
Yeah, the default profile, that comes with it works fine, but that's because it has the scrollbar and title-bar (I just found out that it also affects it) shown. Even with stock settings, if you have multiple tabs, with hidden scroll bar and top bar, and you click off, the text disappears. |
You're right. That is really weird. I'm actually kinda stumped as to why it happens. It only seems to be in that one configuration, which doesn't really make sense. I'm gonna have to spend some time with this one. |
Not sure if this issue is related, but I have noticed that having multiple panes open, the text/window doesn't update unless I click the terminator window. It will typically happen after a few commands are run and then switching to a different pane. For instance, if I have the window split vertically (two panes), I'll type some commands into the left one, switch to the right one and start typing, but the text doesn't appear. I can still run the commands but nothing will show up until I click into the window. It doesn't seem to have this issue when I do not have the window split, i.e., just one standard window pane. I've only noticed this issue pop up within the last week or two and haven't really seen anything mentioned about it elsewhere. Details (let me know if you'd need more info): |
Hmm, It might no be drawing the screen right away. I think I finally figured out the cause of what was going on, but I'm just now trying to figure out how to fix it. I think the dimming on focus out is a little too eager in what it paints over when there is no scrollbar or toolbar to box it in. I still have to figure out how to give it the correct dimensions. |
Good news: I'm not insane. For me, it's solely based on the visibility of the title bar (which I've always thought was a waste of space and turned it off (personal preference of course)). The scrollbar toggling didn't help for me; only the title bar setting in the profile fixed it. And thanks very much for this hint on what to change, because I was about to switch terminals. |
Ugh. All right, I'll revert the code that does this and reopen #74. It's a cosmetic change anyways, and it doesn't seem to work, so... I'll push something out as soon as I can. |
Also, @hardaker I noticed that the bug is triggered depending on where you have the scrollbar. If you have the scrollbar on the right, it stops it from happening. If you have the scrollbar on the left, it doesn't stop if from happening. |
I've reverted the work I did for #74, which fixes this issue. Please test this out by checking out master and running. I think it's too soon to work up another release, but if anyone else comes across this they can grab the latest code. |
Thank you! The issue has annoyed me for months, but I can confirm that the commit solved the problem for me on Debian Testing/Gnome 3.38.3/Wayland |
I feel like a new release, even for if just for this one issue, is warranted. I very nearly stopped using terminator, because of this bug. The only thing that stopped me is I couldn't find a good enough alternative. I started using terminator again after running into like bugs with tilix. I did make my own Fedora 33 rpm with the necessary patch, but I bet there are 10 more people for everyone that has compiled it themselves. @mattrose What is actually involved in making a new release? Is there a need for some automation? If so, I would be willing to help. |
I think you're right. It's about time for a new release anyways, regardless of this bug. I'll work on putting one out and getting it into F33 this week. |
It would be great if this could make it into Debian Bullseye too if it is not too late. |
2.1.1 is out now. I can add it to Fedora, but I can't add things to Debian. @lazyfrosch can, though. 😃 |
I have been struggling for some time but found a solution. |
I am also struggling something simillar just watch this video and you will understand text just disappers even when i am using the terminal llo_20220315_153710.mp4 |
@anurag-mehra your issue seems to be completely different from mine, it might be a good idea to open a separate issue |
Ok i understand, but now i have switched desktop environment to mate , I am
not getting the problem
…On Tue, 15 Mar 2022, 16:46 Kamen Mladenov, ***@***.***> wrote:
@anurag-mehra <https://github.com/anurag-mehra> your issue seems to be
completely different from mine, it might be a good idea to open a separate
issue
—
Reply to this email directly, view it on GitHub
<#372 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKRTMAWOTXC7PMP4A32I33VABWSLANCNFSM4WM4MSYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Describe the bug
When having multiple tabs open, the scrollbar is hidden on the currently opened tab and the terminal isn't in focus, the text in it isn't rendered.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When you click out of Terminator (when it isn't in focus), in all cases, it should still show the text in it.
Screenshots
Here I show that it works as expected in all cases, except when the scroll bar is hidden and a tab is opened
Desktop (please complete the following information):
Additional context
My config file (although it shouldn't have anything that could cause this issue)
The text was updated successfully, but these errors were encountered: