The background of hidden icon panel on the task bar doesn't work good #17293

Closed
opened 2026-01-31 05:38:02 +00:00 by claunia · 5 comments
Owner

Originally created by @MineCreeper86 on GitHub (Apr 20, 2022).

Windows Terminal version

No response

Windows build number

10.0.18363.0

Other Software

WeChat (ver. 3.6.0.18)

Steps to reproduce

Come (or return) to the desktop
Open the hidden icon panel
Click an item in the panel to make it show a fullscreen UI

Expected Behavior

The background of the panel will become the blurred version of the opened application rather than the wallpaper.
Or you can just close the panel, it also makes sense.

Actual Behavior

The started application's UI was partly covered with the hidden icon panel, but the background of the panel wasn't the blurred version of the UI of application but still the wallpaper.
(some of them work correctly, but for wechat in my case did't behave well)

Originally created by @MineCreeper86 on GitHub (Apr 20, 2022). ### Windows Terminal version _No response_ ### Windows build number 10.0.18363.0 ### Other Software WeChat (ver. 3.6.0.18) ### Steps to reproduce Come (or return) to the desktop Open the hidden icon panel Click an item in the panel to make it show a fullscreen UI ### Expected Behavior The background of the panel will become the blurred version of the opened application rather than the wallpaper. Or you can just close the panel, it also makes sense. ### Actual Behavior The started application's UI was partly covered with the hidden icon panel, but the background of the panel wasn't the blurred version of the UI of application but still the wallpaper. (some of them work correctly, but for wechat in my case did't behave well)
Author
Owner

@zadjii-msft commented on GitHub (Apr 20, 2022):

Can you share some screenshots of what you're describing? Maybe a screen recording/? Possibly with ScreenToGif? I'm really not sure that this is a Terminal issue...

@zadjii-msft commented on GitHub (Apr 20, 2022): Can you share some screenshots of what you're describing? Maybe a screen recording/? Possibly with [ScreenToGif](https://www.screentogif.com/)? I'm really not sure that this is a Terminal issue...
Author
Owner

@DHowett commented on GitHub (Apr 20, 2022):

This sounds like the same thing as #4774! @MineCreeper86 does your bug look like this?

image

@DHowett commented on GitHub (Apr 20, 2022): This sounds like the same thing as #4774! @MineCreeper86 does your bug look like this? ![image](https://user-images.githubusercontent.com/35339647/75679194-201ad500-5cca-11ea-8d95-0f2bfbabb944.JPG)
Author
Owner

@MineCreeper86 commented on GitHub (Apr 22, 2022):

This sounds like the same thing as #4774! @MineCreeper86 does your bug look like this?

image

No, it's not like this. Wait a minute.

@MineCreeper86 commented on GitHub (Apr 22, 2022): > This sounds like the same thing as #4774! @MineCreeper86 does your bug look like this? > > ![image](https://user-images.githubusercontent.com/35339647/75679194-201ad500-5cca-11ea-8d95-0f2bfbabb944.JPG) No, it's not like this. Wait a minute.
Author
Owner

@MineCreeper86 commented on GitHub (Apr 22, 2022):

animation
You can see that the background of the panel didn't change while the UI of a new program displayed.
Clue: The UI started like an existing invisible window became visible. The application which behaved like reload the UI didn't cause such problem.
That is to say:
frame = new Frame(...) wouldn't cause the problem.
frame.setVisible(true) would cause it.
However, it's not serious :D

@MineCreeper86 commented on GitHub (Apr 22, 2022): ![animation](https://user-images.githubusercontent.com/61276297/164642340-5f798f35-64d3-4ac7-a3c7-62f095eb6ef5.gif) You can see that the background of the panel didn't change while the UI of a new program displayed. **Clue:** The UI started like an existing invisible window became visible. The application which behaved like reload the UI didn't cause such problem. That is to say: `frame = new Frame(...)` wouldn't cause the problem. `frame.setVisible(true)` would cause it. However, it's not serious :D
Author
Owner

@zadjii-msft commented on GitHub (Apr 22, 2022):

Ah, okay. I'm not really sure how this is a terminal issue. Probably best to file that as feedback through the Feedback Hub. But it looks to me like that's already fixed in Windows 11:

gh-12945

@zadjii-msft commented on GitHub (Apr 22, 2022): Ah, okay. I'm not really sure how this is a _terminal_ issue. Probably best to file that as feedback through the Feedback Hub. But it looks to me like that's already fixed in Windows 11: ![gh-12945](https://user-images.githubusercontent.com/18356694/164704809-a5f54dc6-4463-4ac3-92fd-946869b87e84.gif)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#17293