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

Don't steal focus on mouse events that are within 1 px #3997

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

mjrochford
Copy link
Contributor

@mjrochford mjrochford commented Dec 30, 2024

Fixes #3229

Gets the desired behavior for #3229, I'm unsure if there is a nicer way to omit the mouse motion events from the event controller
when the glarea is resized due to the splitting behavior. Thresholding to 1px is required because just checking for equality results
in the focus still being stolen sometimes. This is kinda of a hack so a nicer solution would be much appreciated!

@mitchellh mitchellh force-pushed the gtk-fix-mouse-stealing branch from 8dd61b6 to 6a4842f Compare January 2, 2025 21:46
@mitchellh mitchellh enabled auto-merge January 2, 2025 21:47
@mitchellh mitchellh merged commit 3a01beb into ghostty-org:main Jan 2, 2025
21 checks passed
@github-actions github-actions bot added this to the 1.0.2 milestone Jan 2, 2025
mitchellh added a commit that referenced this pull request Jan 12, 2025
…tually change. (#4973)

Fixes #3345

Piggybacking on the logic introduced PR
#3997, this patch prevents
mouse motion events with the same cursor position triggered by the
window title updating from un-hiding the mouse even when
`mouse-hide-while-typing` config item is true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

focus-follows-mouse breaks goto_splits actions
2 participants