angular/components
在 GitHub 查看Overlay is not destroyed while navigating using Browser's Back/Forward button (RouteReuseStrategy is used)
Closed
#17,973 创建于 2019年12月16日
P3area: cdk/overlayhelp wanted
仓库指标
- Star
- (24,044 star)
- PR 合并指标
- (平均合并 2天 16小时) (30 天内合并 80 个 PR)
描述
Reproduction
https://angular-hlrhkp-pzxidw.stackblitz.io/
Steps to reproduce:
- Click on the navigate to second page link.
- Click on Browser Back Button and Open the select box .
- Click on the browser forward button to navigate.
Expected Behavior
What behavior were you expecting to see? The overlay of the previous component should be destroyed, when the browser navigation buttons clicked
Actual Behavior
What behavior did you actually see? The overlay of the material persists even after the page is routed to next page
Environment
- Angular:
- CDK/Material: 5.21
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows