You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Currently the overlay element is still visible if the overlay has been detached.
This is problematic if the overlay pane element has an `height | wídth` set from the state, because now the overlay element may block clicks on the page and overlap the actual content.
* The issue isn't noticable for the `select` and other overlay components, because those don't specify a `height | width` in their state.
Nevertheless the pane elements are still visible, but just have no height and width set.
Fixesangular#2739
What is the expected behavior?
cdk-overlay-pane should disapear on close
What is the current behavior?
cdk-overlay-pane stay open and prevent from clicking on element under it
What are the steps to reproduce?
http://plnkr.co/edit/pH6rE07ldEq5EgZqWzkq?p=preview
The text was updated successfully, but these errors were encountered: