Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Maximized fluent_ui app prevents automatically hidden taskbar from appearing #1030

Closed
roman-yepishev opened this issue Feb 25, 2024 · 2 comments

Comments

@roman-yepishev
Copy link

Description

When Explorer shell Taskbar is set to "Automatically hide", apps using fluent_ui maximize their window in a way that prevents taskbar from appearing when the mouse is moved to screen edge where taskbar is supposed to pop up.

To Reproduce
Steps to reproduce the behavior:

  1. Enable "Automatically hide the taskbar" in Taskbar Settings on Windows 11, "Automatically hide the taskbar in desktop mode" on Windows 11.
  2. Run the example fluent_ui app.
  3. Maximize the app window.
  4. Move the mouse to the edge of the screen where the taskbar was docked to.

Expected behavior
Taskbar appears.

Screenshots
Taskbar does not appear.

Additional context

When the app is maximized, the thin line showing the taskbar is not displayed (as if the app hinted to the system that is a full screen app). The workaround is to press Windows+T or Windows+B to bring the focus to the taskbar or the notification area.

flutter example app delegating window chrome drawing to Windows DWM maximizes correctly. Tested on the example app and the Shortcut Keeper.

Tested on fluent_ui rev 9c0840 under Windows 10 22H2, Windows 11 23H2 on an amd64 platform with Flutter 3.19.1 (stable).

@damywise
Copy link

This is a problem with the plugin window_manager, not fluent_ui

@roman-yepishev
Copy link
Author

Indeed, this is leanflutter/window_manager#438.

@roman-yepishev roman-yepishev closed this as not planned Won't fix, can't repro, duplicate, stale Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants