Windows Terminal blocks the Taskbar when auto-hide mode enabled #15926

Closed
opened 2026-01-31 04:52:22 +00:00 by claunia · 5 comments
Owner

Originally created by @AmRo045 on GitHub (Nov 20, 2021).

Windows Terminal version

1.11.2921.0

Windows build number

10.0.19042.0

Other Software

No response

Steps to reproduce

  • Enable Taskbar auto-hide mode on Windows
  • Open Windows Terminal
  • Maximize Windows Terminal window
  • Move your mouse to the bottom of the screen to bring up the hidden Taskbar

Expected Behavior

The Taskbar to become visible.

Actual Behavior

The Taskbar stays hidden.

Originally created by @AmRo045 on GitHub (Nov 20, 2021). ### Windows Terminal version 1.11.2921.0 ### Windows build number 10.0.19042.0 ### Other Software _No response_ ### Steps to reproduce - Enable Taskbar auto-hide mode on Windows - Open Windows Terminal - Maximize Windows Terminal window - Move your mouse to the bottom of the screen to bring up the hidden Taskbar ### Expected Behavior The Taskbar to become visible. ### Actual Behavior The Taskbar stays hidden.
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 04:52:22 +00:00
Author
Owner

@AmRo045 commented on GitHub (Nov 20, 2021):

Maybe helpful: I had the same issue in WPF, and I solved it by removing one pixel from the window height.
752fa1f818/Source/CustomControls/CustomWindow.cs (L137)

@AmRo045 commented on GitHub (Nov 20, 2021): Maybe helpful: I had the same issue in WPF, and I solved it by removing one pixel from the window height. https://github.com/SourceSara/WpfCustomWindow/blob/752fa1f81886867ec4967011c984ef59ebe10332/Source/CustomControls/CustomWindow.cs#L137
Author
Owner

@alexandruchircu commented on GitHub (Jan 1, 2022):

Why was this closed? I can confirm the same behaviour with Windows 11 and Terminal 1.11.3471.0 .

@alexandruchircu commented on GitHub (Jan 1, 2022): Why was this closed? I can confirm the same behaviour with Windows 11 and Terminal 1.11.3471.0 .
Author
Owner

@AmRo045 commented on GitHub (Jan 1, 2022):

I saw this behavior and created this issue, but when I wanted to show that to my friend, I couldn't reproduce it. Then I closed the issue :)

@AmRo045 commented on GitHub (Jan 1, 2022): I saw this behavior and created this issue, but when I wanted to show that to my friend, I couldn't reproduce it. Then I closed the issue :)
Author
Owner

@zadjii-msft commented on GitHub (Jan 3, 2022):

See also: #4857

Note to future code archeologists: This doesn't seem to work for fullscreen on the primary display. However, testing a bunch of other apps with fullscreen modes and an auto-hiding taskbar has shown that none of them reveal the taskbar from fullscreen mode. This includes Edge, Firefox, Chrome, Sublime Text, Powerpoint - none seemed to support this.

This does however work fine for maximized

@zadjii-msft commented on GitHub (Jan 3, 2022): See also: #4857 > Note to future code archeologists: This doesn't seem to work for fullscreen on the primary display. However, testing a bunch of other apps with fullscreen modes and an auto-hiding taskbar has shown that _none_ of them reveal the taskbar from fullscreen mode. This includes Edge, Firefox, Chrome, Sublime Text, Powerpoint - none seemed to support this. > > This does however work fine for maximized
Author
Owner

@alexandruchircu commented on GitHub (Jan 3, 2022):

In my case, it's when maximized (not fullscreen) that the taskbar doesn't reveal, and only with Terminal, all other programs behave as intended regarding taskbar auto-hide.

@alexandruchircu commented on GitHub (Jan 3, 2022): > In my case, it's when maximized (not fullscreen) that the taskbar doesn't reveal, and only with Terminal, all other programs behave as intended regarding taskbar auto-hide.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15926