-
Notifications
You must be signed in to change notification settings - Fork 321
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
Pressing keyboard up-arrow maximizes app to full screen (sometimes) #855
Comments
Please let me know if you can reliably reproduce this issue so I can look into it further. |
Please confirm if these steps can also reliably reproduce the issue for you:
|
To reproduce this issue with Win+L, you have to press arrow key other than ↑ when SuperPutty is already maximized. Pressing arrow key is triggering same behavior with Win+→, Win+←, Win+↑, Win+↓. |
Oh, another prerequisite is that you'll need at least a session open for this bug to kick-in. It doesn't have to be connected though, but an empty SuperPuTTY (fresh launched) just won't cut it. |
I used git-bisect to find the commit that introduced this bug. And it is 9cf0816. |
Not sure where the focus is but it must be out of any tiled SSH session. I usually work with anywhere from 2 to 6 tiles, each with multiple tabs, all SSH. When focus is inside any of the tiled sessions, up arrow is interpreted by my shell and responds as expected. From time to time, focus must be somewhere on the app but not within a session. In that case, the up arrow maximizes the app window to full screen. This was not happening in 1.4.0.9.
I've seen this multiple times but cannot reproduce at will. Don't know what window state for the app triggers the behavior.
The text was updated successfully, but these errors were encountered: