-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Only hide modal on transitionend if the event originates from the modal;... #13430
Conversation
I've been thinking we should maybe just add a helper for this in the transition plugin. Because we need a similar thing for basically everywhere |
Yeah, seems to be the better option, what exactly were you thinking about? Something like this? |
Happy to help test any fixes you have. Like @fat says, it seems to be an issue in a few spots (one was already fixed with the collapse). |
yep… i think it could do the emulateTransitionEnd bit as well |
Maybe then we should merge this as a temporary solution for 3.2 until we find a better way to handle underlying problem. |
im ok with that |
@hnrch02 i took a shot at implementing a special event – what do you think? |
We can definitely close this in favor of the PR and continue the discussion there. |
cool 👍 |
... fixes #13223
Needs testing from @spotts-ce, as I myself cannot reproduce the problem he is encountering.
/cc @fat @cvrebert