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

group: fix revealer hover regression #3500

Merged
merged 4 commits into from
Aug 3, 2024
Merged

Conversation

khaneliman
Copy link
Contributor

@khaneliman khaneliman commented Aug 3, 2024

Resolves #3391 .

Finally spent some time on this. This changes the handleMouseLeave event to only fire when we leave the entire event_box__ and are not just going to a child element.

@khaneliman khaneliman changed the title Group: fix revealer hover regression group: fix revealer hover regression Aug 3, 2024
We aren't including the hover detection on the revealer, so when the
animation fires we fire the leave event which starts an infinite loop of
enter/leave while we watch boxes move back and forth.
Ignore mouse leave event when we are still within the parent element
khaneliman added a commit to khaneliman/khanelinix that referenced this pull request Aug 3, 2024
Remove override and patch after
Alexays/Waybar#3500 is merged.
@Alexays Alexays merged commit 2131678 into Alexays:master Aug 3, 2024
9 checks passed
@khaneliman khaneliman deleted the group branch August 3, 2024 12:16
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.

Group Module animation behaviour
2 participants