components
components copied to clipboard
Changing tabs while parent div is animating into the page causes the content to disappear.
trafficstars
Reproduction
Here is a StackBlitz to reproduce the issue: https://stackblitz.com/edit/angular-yqxzaq
Steps to reproduce:
- Animate a div into the page that contains material tab component.
- Change tabs as this parent div is animating into the page.
- Wait for the last div to finish animating into the page.
- The tab you switched now has no content.
Expected Behavior
If you change tabs while the parent div is animating into the page then the content should not disappear.
Actual Behavior
If you change tabs while the tabs are animating into the page then the content does disappear and is gone until you refresh the page.
Environment
- Angular: 8.0.0
- CDK/Material: 8.0.0
- Browser(s): Firefox developer edition 68.0b7 (64-bit), Chrome 75.0.3770.80
- Operating System: Windows