We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, first thanks for this crate it's really nice to use.
One thing I noticed is that using the click trigger type on popups will keep them open when another popup trigger is clicked.
I guess the issue comes from: https://github.com/thaw-ui/thaw/blob/main/thaw/src/popover/mod.rs#L135 where the event propagation is stopped on click which prevents the other popups from closing themselves https://github.com/thaw-ui/thaw/blob/main/thaw/src/popover/mod.rs#L122
To reproduce simply add mulitple popups with trigger type click on the same page and click on the triggers
The text was updated successfully, but these errors were encountered:
Thank you for reporting this bug.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, first thanks for this crate it's really nice to use.
One thing I noticed is that using the click trigger type on popups will keep them open when another popup trigger is clicked.
I guess the issue comes from:
https://github.com/thaw-ui/thaw/blob/main/thaw/src/popover/mod.rs#L135
where the event propagation is stopped on click which prevents the other popups from closing themselves
https://github.com/thaw-ui/thaw/blob/main/thaw/src/popover/mod.rs#L122
To reproduce simply add mulitple popups with trigger type click on the same page and click on the triggers
The text was updated successfully, but these errors were encountered: