-
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
Applications behind transparent and full sceen mode not re-rendered #14059
Comments
Thanks for the report! I believe these applications can detect that there is a window in front of them and will not waste resources when that is the case. I have successfully conducted a Zoom and Teams call behind a Terminal, which suggests that it is possible. I don't know if there is anything we can do about this. Hmm. |
@DHowett Thank you. Set I confirmed it worked. |
I also found a solution for Firefox: I'm sorry that I reported a problem not caused by Windows Terminal and solved it myself. |
You do not need to apologize! This is great information we can share with other users! 😄 |
I have verified this solution works for Firefox |
fwiw the option is gone on more recent chrome. Shouldn't the semi-transparent terminal cause it to not be considered an occlusion in the first place? It's not a problem on at least two different transparent terminals (mintty and kitty (putty fork)) so I think it's something to do with windows terminal itself. |
Windows Terminal version
1.14.2282.0
Windows build number
10.0.22000.0
Other Software
Google Chrome 105.0.5195.127
Firefox Browser 105.0
Steps to reproduce
Case 1
Background opacity
< 100%, for example, 80%.Case 2
Background opacity
< 100%, for example, 80%.Expected Behavior
The contents behind the terminal are re-rendered.
Actual Behavior
Case 1
Google Chrome: The video soon becomes black screen while the sound is being still played.
Firefox: The video stops after a while, showing the shot at the point and playing the sound.
Case 2
Google Chrome: The content is not rendered. For example, if the background of a web page is white, the screen gets white.
Firefox: The window looks the same.
The text was updated successfully, but these errors were encountered: