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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: detection of an application maximized to full screen #992

Open
1 task done
Eject37 opened this issue Mar 14, 2024 · 2 comments
Open
1 task done

[Bug]: detection of an application maximized to full screen #992

Eject37 opened this issue Mar 14, 2024 · 2 comments
Labels

Comments

@Eject37
Copy link

Eject37 commented Mar 14, 2024

Please check for a duplicate first

  • I have checked the issue tracker if my bug has already been fixed or answered in another (possibly closed) issue.

Steps to reproduce the issue

  1. Open the browser but not in full screen.
  2. Turn on the video on YouTube and open it in full screen (not the browser itself).
  3. Switch via Alt+Tab to another non-full screen application.
  4. Done, the taskbar does not consider that anything is open in full screen

Expected results

The taskbar should have taken the settings when the application was expanded to full screen

Actual results

The taskbar thinks I'm on the desktop and nothing is open in full screen

Windows version

Windows 11 Insider builds (builds 22623 and up). Please mention exact build.

Other details

Windows 11 22631.2715

Relevant log output

No response

@Eject37 Eject37 added the bug label Mar 14, 2024
@sylveon
Copy link
Member

sylveon commented Mar 15, 2024

Fullscreen applications are actually borderless window that are at coordinates 0x0 and with the same size than the screen - they aren't technically maximized. I can look into adding this, but I've always considered explicit support for fullscreen to be kinda pointless because they cover the taskbar anyways.

@Eject37
Copy link
Author

Eject37 commented Mar 15, 2024

Fullscreen applications are actually borderless window that are at coordinates 0x0 and with the same size than the screen - they aren't technically maximized. I can look into adding this, but I've always considered explicit support for fullscreen to be kinda pointless because they cover the taskbar anyways.

Thanks for the answer. It will be good if this is added/corrected, I often watch YouTube and switch via alt+tab to discord, and I can’t read anything on the taskbar because it doesn’t take the settings of the maximized application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants