-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
popup items get stuck #638
Comments
Same here, macOS 15.1 2.21.0 — If I move the mouse too fast, mouse.exited is not triggered. mouse.exited.global doesn't trigger at all. This really breaks the ability to open menus on hover (It will end up getting menus stuck until the app it belongs to is force quit). |
On further testing, it seems all events are randomly getting stuck. Sometimes switching apps doesn't register and I end up with a menu bar that has no menu items. mouse events seem to just be the most interacted with and therefor most noticeable. |
Yeah, the more I use this the more I am noticing that events are not always firing correctly. All events, including app switching. I have a custom bar with the menu items, and it'll randomly just… be empty when switching apps. It's like it fired too early. Sometimes |
I have subscribed items to on-hover as mouse.entered, mouse.entered.global, mouse.exited, mouse.exited.global and I sometimes have issues where the popups get stuck and don't update.
sketchybar-v2.21.0
macOS-14.7
The text was updated successfully, but these errors were encountered: