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

On Windows, hiding a maximized window, unmaximizes instead #2233

Closed
amrbashir opened this issue Mar 30, 2022 · 0 comments · Fixed by #2336
Closed

On Windows, hiding a maximized window, unmaximizes instead #2233

amrbashir opened this issue Mar 30, 2022 · 0 comments · Fixed by #2336
Labels
B - bug Dang, that shouldn't have happened C - needs investigation Issue must be confirmed and researched DS - windows

Comments

@amrbashir
Copy link
Contributor

Steps to reproduce:

  1. cargo run --example window_debug
  2. press x to maximize the window
  3. press v to hide it

Bug:

The window isn't hidden and isn't responsive. The window actually restored its original unmaximized size instead. The window icon is removed from the taskbar.

Expected:

The window is hidden, the window icon is removed from the taskbar and the window doesn't restore to its original unmaximized size.

@maroider maroider added B - bug Dang, that shouldn't have happened DS - windows C - needs investigation Issue must be confirmed and researched labels Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B - bug Dang, that shouldn't have happened C - needs investigation Issue must be confirmed and researched DS - windows
Development

Successfully merging a pull request may close this issue.

2 participants