-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
minimizing to system tray causes window to forget it was maximized #6119
Comments
I tried reproducing it with 5.60.0, but it seems that it is fixed now. Does it still happen for you on the latest production release? |
It seems to be fixed on 5.60.0. It looks like they totally changed the way minimize works (for the better, I think). Now X goes to the tray, while minimize just minimizes, which is how other programs work. |
It seems like this issue is still happening via slightly different inputs. Steps to Reproduce
At this point, the window will be unmaximized, having forgotten it was maximized previously. This is on windows desktop 6.22.0 production, on Windows 10. |
It looks like 6.23.0 changed the behavior a little, but the bug is still there. Now,
At this point, the window will be unmaximized, having forgotten it was maximized previously. |
…) the window if it was previously minimized, instead of show()ing it
Bug Description
Minimizing to system tray causes Signal to forget it was maximized. Upon re-opening, the window will revert to the "normal" state of being un-maximized.
Steps to Reproduce
Actual Result:
Signal will pop up and be un-maximized ("normal" window state)
Expected Result:
It should remember that the window was maximized and reappear maximized. This is the behavior if you "X" the window to the system tray. Only minimizing to system tray causes it to forget it was maximized.
Platform Info
Signal Version: 5.59.0 production
Operating System: Windows 10
The text was updated successfully, but these errors were encountered: