Skip to content

When the app is maximized, the hidden taskbar cannot be triggered. #8431

@lgBlog

Description

@lgBlog

Describe the bug

The taskbar is set to auto-hide. When the app is set to maximized, the taskbar does not appear when the mouse is moved to the bottom of the screen

Steps to reproduce the bug

1.Create a new empty WinUI3 application.
2.Extend the content to the title bar.

      AppWindowTitleBar titleBar = this.AppWindow.TitleBar; 
      titleBar.ExtendsContentIntoTitleBar = true;
      titleBar.ButtonBackgroundColor = Colors.Transparent;
      titleBar.ButtonInactiveBackgroundColor = Colors.Transparent;

3.Set the taskbar to hidden mode.
4.Maximize the app
5. Move the mouse to the bottom of the screen

Expected behavior

The hidden taskbar will be shown

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 1.2.5: 1.2.230313.1

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-TitleBarIssues related to custom window title bars.bugSomething isn't workingclosed-FixedDescribed behavior has been fixed.fix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).team-ReachIssue for the Reach team

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions