-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Both move and leave triggered for removed transition-group item if transition-group has display: flex #8973
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
Comments
May I take this one? |
Go ahead! |
Great! I'm working on it. |
This should not be a bug, It's just the difference between In OP's fiddle there is, .list-complete-leave-active {
transition: all 1s;
position: absolute;
} Which sets the element to See the difference when Try it in this fiddle: https://jsfiddle.net/pcb17vq4/1/ |
See @jkzing's fiddle above. Just remove |
Thanks, @jkzing! I found out that, but was trying to find a workaround. |
Thanks for your efforts! |
Version
2.5.17
Reproduction link
https://jsfiddle.net/pcb17vq4/
Steps to reproduce
See Fiddle.
What is expected?
Only a 'leave' is triggered when removing any item from the list displayed with display: flex.
What is actually happening?
Both a 'leave' and a 'move' are triggered
The text was updated successfully, but these errors were encountered: