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
Which @angular/* package(s) are the source of the bug?
animations
Is this a regression?
Yes
Description
Our Angular web app allows users to drag-and-drop components to reorder them.
Recently, we noticed that dragging-and-dropping was causing items to disappear from the page entirely!
Please see the attached mp4 video for a demonstration of this behavior against a minimal repro (stackblitz link for this repro is included below)
We suspect it was caused by a change in the animations package, and we were able to mitigate the "disappearing" issue by removing these two lines from the relevant HTML snippet (i.e. disabling the animation):
Which @angular/* package(s) are the source of the bug?
animations
Is this a regression?
Yes
Description
Our Angular web app allows users to drag-and-drop components to reorder them.
Recently, we noticed that dragging-and-dropping was causing items to disappear from the page entirely!
Please see the attached mp4 video for a demonstration of this behavior against a minimal repro (stackblitz link for this repro is included below)
We suspect it was caused by a change in the
animationspackage, and we were able to mitigate the "disappearing" issue by removing these two lines from the relevant HTML snippet (i.e. disabling the animation):I believe this behavior is new as of release
21.2.0-rc.0- I've pinned all Angular packages to that version in the repro link belowPlease provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/stackblitz-starters-2puwya73?file=src%2Fapp.component.html
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version)Anything else?
drag_and_drop_disappearing_items.mp4