Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(overlay): ensure proper stacking order when attaching #3581

Merged
merged 1 commit into from
Mar 27, 2017

Commits on Mar 13, 2017

  1. fix(overlay): ensure proper stacking order when attaching

    Fixes a case where the order of overlays can be invalid if one overlay is detached, while another is destroyed. Next time both of them are open, the one that was disposed will end up beneath the freshly-created one, no matter the order of attachment. This PR adds some logic that will ensure that all each newly-opened overlay will be at the top of the stacking order.
    
    Fixes angular#3574.
    crisbeto committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    d518fed View commit details
    Browse the repository at this point in the history