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

Animated child node's state is set to "void" when its parent is moved as a result of sorting. #26078

Open
stmihai opened this issue Sep 24, 2018 · 2 comments
Labels
area: animations freq2: medium P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent type: bug/fix
Milestone

Comments

@stmihai
Copy link

stmihai commented Sep 24, 2018

In [animation_integration_spec.ts - 'should retain state styles when the underlying DOM structure changes even if there are no insert/remove animations'], if you wrap the item in another div and move the animation to that div, like this:
`<div *ngFor="let item of items">
<div class="item" [@color]="colorExp">{{ item }}

` you will see that item "1" loses background color after sorting.

Originally posted by @stmihai in #23534

@stmihai stmihai changed the title Animated child node moves to "void" state when parent is moved as a result of sorting. Animated child node's state is set to "void" when its parent is moved as a result of sorting. Sep 24, 2018
@ngbot ngbot bot added this to the needsTriage milestone Sep 24, 2018
@ngbot ngbot bot modified the milestones: needsTriage, Backlog Sep 27, 2018
@skrtheboss
Copy link
Contributor

Hi, are there any news about this issue?

@stmihai
Copy link
Author

stmihai commented Mar 12, 2019

Not that I can see.

@jelbourn jelbourn added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent and removed severity3: broken labels Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: animations freq2: medium P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent type: bug/fix
Projects
None yet
Development

No branches or pull requests

5 participants