-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Split-Pane with 'backgroundImage' set, not showing all background images #6340
Comments
... which profile has the background image? |
I had it on my default (Windows Powershell 5.1) and Command Prompt. I get the same behavior if I do |
These are the relevant sections of my settings:
I tried turning off backgroundOpacity, and removing all the defaults, the issue persisted. |
Wait is the commandline you're using |
They actually give the same result. The Command Prompt side shows no background image, the PowerShell side shows the background image. I was using I can also reproduce the issue with |
This issue seems to occur randomly, i met a few times, maybe the backgroup image too large (~350KB) and load timeout? I run My profile settings:
|
The image I'm using is 125KB. Its dimensions are 7111x4000. It is a png, with transparency. |
By any chance, does resizing the window a little bit cause the image to load? I'm honestly just grasping at straws at this point. Does opening more that two panes with the image work? I've tried locally with a profile with a background gif to no avail, so maybe the image size has something to do with it, but honestly I've got no ideas. |
Resizing or maximizing shows the background image. I changed the background image to a 46KB jpg (1920x1080), and I still have the issue. |
Hey we've had piles of changes to the codebase over the last 18 months since this was filed - any chance you're still seeing this? This seems like the kind of thing that might have been fixed by a refactor along the way. |
Microsoft Windows [Version 10.0.19043.1526]
Looks like if I load two of the same instance, the issue is there. Go to three, it is gone. Two different instances, then no problem. |
@sleepnmojo can you try out this preview build, v1.13? https://github.com/microsoft/terminal/releases/tag/v1.13.10395.0 I just realized that the refactor I'm thinking of might only be in 1.13 |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Microsoft Windows [Version 10.0.19043.1526] Problem still occurs with these two commands |
Help, thanks for trying, sorry we didn't just magically fix this one. I can't repro this myself so I suppose we'll need someone who actually can repro this to take a look. Thanks for confirming for me! |
I have a very similar problem |
I encounter this bug literally every day. I use the The bug seems to occur most reliably when I change the focus to any non-Terminal window, like my browser or email client, then move the focus back to Terminal. Nearly every time I do that, either the top or bottom pane in at least one of the tabs will be missing its background image. I sometimes also see the bug when my focus stays in the Terminal window, but less frequently than when changing focus. Resizing or maximizing the entire window or resizing the panes causes the background to load. Navigating between different Terminal tabs usually causes the background to load too. I'm happy to provide whatever details I can to help repro this. |
Environment
Steps to reproduce
wt split-pane
, orwt -p "Command Prompt" ; split-pane -p "Windows PowerShell"
Expected behavior
Terminal to open with both background images shown
Actual behavior
Only a single pane shows the background image.
wt split-pane;split-pane
also works correctly, and shows the expected behavior.The text was updated successfully, but these errors were encountered: