-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/overlay
Description
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/components-issue-t4rpku
Steps to reproduce:
- Check
isOpen - Scroll down
- Overlay is detached but "detached" is not console logged
Expected Behavior
Overlay should detach and call detach event when user scrolls away if reposition scroll strategy with autoClose option set to true is used
Related pull request: #8233
Actual Behavior
Overlay is detached while detach event is not being called
Environment
- Angular: 8.2.12
- CDK/Material: 8.2.3
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): macOSX/Ubuntu
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/overlay