Closed
Description
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/fork/angular-otmu5c
Steps to reproduce:
- start the audio player on the Player tab
- go to the Description tab
Expected Behavior
Audio continues playing
Actual Behavior
Audio stops
Environment
- Angular: 8.2.10
- CDK/Material: 8.2.3
- Browser(s): Chrome 77.0.3865.120
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 10
Description
Certainly, this is a premature optimization made at
components/src/material/tabs/tab-body.ts
Lines 76 to 91 in 14c4dba
Why are you detaching the content of the tab even when a component's user doesn't ask to?