-
Notifications
You must be signed in to change notification settings - Fork 568
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 MouseLeave event is unrelieable with the GTK shell #852
Comments
Is this still a problem? |
I just tested it out using the "glow when hot" thing from #845 and couldn't reproduce the problem. |
Ah, never mind, I can reproduce this with overlapping windows (got the hint from #927). I still can't find an issue related to mouse speed, though. |
Yup, can confirm, the problem still happens with overlapping windows. |
Turns out this is because we're calling |
Currently
MouseLeave
originates fromdrawing_area.connect_leave_notify_event
which does not fire when moving the mouse at normal / fast speed.A possible solution could be connecting it to the window, which might be more reliable.
For testing this #845 would be useful.
The text was updated successfully, but these errors were encountered: