-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
The window jumps when the Option (⌥) is pressed #777
Comments
FWIW I see something similar but only seems to be when Terminal.app is frontmost app. |
I tried to debug this by adding an observer for Looks like when you release the Option key, the window gets incorrectly resized, here is the backtrace:
Don't know if it's a bug or a misuse yet. |
Removing Line 91 in 211f327
|
Tracked it to Line 485 in 211f327
|
I was able to consistently reproduce inside a clean VM (using VirtualBuddy) with just Maccy installed. |
I have this fixed in 2.0, but it's going to be a couple of weeks until I release the first alpha. In 2.0, Maccy uses NSPanel instead of NSMenu which makes window manipulation much easier than it currently is. |
It appears that post-popup adjustment of window position is the true culprit here Line 429 in 211f327
Personally I prefer the window to appear slightly off rather than jump around. |
Wrapping this call with |
Fixed in 2.0 |
Before Submitting Your Bug Report
Maccy Version (see 'About' window)
0.31.0
macOS Version
14.4.1
Maccy Settings
Description
See the attached video:
Window.Jumping.Issue.mp4
Refs #631
Steps to Reproduce
One way to reproduce it is to summon the popup window then press ⌥. Another way is to summon the popup window and then release the shortcut keys such that the ⌥ is released the last.
The text was updated successfully, but these errors were encountered: