You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A best example is to allow all space icons to highlight when mouse.entered for that item.
mouse.exited doesn't always turn highlight off when I move away the mouse.
I've worked around this by also using mouse.exited.global, but that's kinda a bad solution.
Right now, this means that if I move the mouse quick enough over other sketchybar items, because I've set them to show popup on hover, the item's popups sometimes get stuck open.
This is bad. like, really bad. because when you highlight the popup, it forgets to update certain items when mouse.exited.global is triggered.
So, SOMEtimes I just have random popups stuck open.
This would be solved in 2 ways:
1 - by me. I would have to specify in the config, under mouse.entered, remove popups of ALL other items. This would be an iterative script implementation, which would likely be slow, but it would solve my issue of popups getting stuck forever.
2 - by you. You would likely be able to solve this much more efficiently, and the best way I think would be to improve the reliability of mouse.exited event specifically.
The text was updated successfully, but these errors were encountered:
Update:
Oh my goodness this bothers me. I really want this fixed. I keep getting sketchybar popups stuck. They display over everything! So annoying. I really hope there's a fix..
A best example is to allow all space icons to highlight when mouse.entered for that item.
mouse.exited doesn't always turn highlight off when I move away the mouse.
I've worked around this by also using mouse.exited.global, but that's kinda a bad solution.
Right now, this means that if I move the mouse quick enough over other sketchybar items, because I've set them to show popup on hover, the item's popups sometimes get stuck open.
This is bad. like, really bad. because when you highlight the popup, it forgets to update certain items when mouse.exited.global is triggered.
So, SOMEtimes I just have random popups stuck open.
This would be solved in 2 ways:
1 - by me. I would have to specify in the config, under mouse.entered, remove popups of ALL other items. This would be an iterative script implementation, which would likely be slow, but it would solve my issue of popups getting stuck forever.
2 - by you. You would likely be able to solve this much more efficiently, and the best way I think would be to improve the reliability of mouse.exited event specifically.
The text was updated successfully, but these errors were encountered: