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

popup items get stuck #638

Open
aspauldingcode opened this issue Oct 24, 2024 · 3 comments
Open

popup items get stuck #638

aspauldingcode opened this issue Oct 24, 2024 · 3 comments

Comments

@aspauldingcode
Copy link

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

@MisutaaAsriel
Copy link

MisutaaAsriel commented Nov 2, 2024

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).

@MisutaaAsriel
Copy link

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.

@MisutaaAsriel
Copy link

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 mouse.exited and mouse.exited.global won't fire. Etc.

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

No branches or pull requests

2 participants