Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

sidenav: backdrop stays translucent when md-is-locked-open changes to false #9377

Open
fbruffaert opened this issue Aug 22, 2016 · 1 comment
Labels
P4: minor Minor issues. May not be fixed without community contributions. type: bug
Milestone

Comments

@fbruffaert
Copy link

Actual Behavior:

  • What is the issue? *

I have a sidenav component that must be locked if two conditions are met:

  • screen is bigger than medium size (1280px)
  • sidenav has not been hidden manually by the user.

I seem to have a problem with the backdrop rendering:
KO- I open a window that is bigger than 1280px. Then I reduce its width below 1280px. Sidenav isn’t locked anymore (OK). A backdrop is present (OK) but it stays translucent (NOK). I seems to be because of the "ng-enter" class that is not removed.
OK- I open a window that is bigger than 1280px . Then I click twice on "show/hide link" (once to hide the sidenav, once to reopen it). Then I reduce its width below 1280px. Sidenav isn’t locked anymore (OK). This time, backdrop is present (OK) and opaque (OK).

  • What is the expected behavior?
    Backdrop should be opaque in both cases.

CodePen (or steps to reproduce the issue): *

Angular Versions: *

  • Angular Version:1.5.5
  • Angular Material Version: 1.1.0-rc.5

Additional Information:

  • Browser Type: * Desktop
  • Browser Version: * Chrome
  • OS: * Ubuntu
@ThomasBurleson ThomasBurleson added the P5: nice to have These issues will not be fixed without community contributions. label Aug 22, 2016
@ThomasBurleson ThomasBurleson added this to the - Backlog milestone Aug 22, 2016
@clshortfuse clshortfuse added type: bug P4: minor Minor issues. May not be fixed without community contributions. and removed P5: nice to have These issues will not be fixed without community contributions. labels Sep 4, 2016
@Splaktar Splaktar changed the title Sidenav: backdrop stays translucent sidenav: backdrop stays translucent when md-is-locked-open changes to false Mar 7, 2018
@Splaktar Splaktar modified the milestones: - Backlog, 1.1.9 Mar 7, 2018
@Splaktar
Copy link
Member

Splaktar commented Mar 7, 2018

Updated CodePen for 1.1.7 still shows this issue.

@Splaktar Splaktar modified the milestones: 1.1.9, 1.1.10 Apr 19, 2018
@Splaktar Splaktar modified the milestones: 1.1.10, 1.1.11 Jun 19, 2018
@Splaktar Splaktar modified the milestones: 1.1.11, 1.1.12 Sep 10, 2018
@Splaktar Splaktar modified the milestones: 1.1.12, 1.1.13 Jan 3, 2019
@Splaktar Splaktar modified the milestones: 1.1.13, 1.1.14 Feb 10, 2019
@Splaktar Splaktar modified the milestones: 1.1.14, - Backlog Feb 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P4: minor Minor issues. May not be fixed without community contributions. type: bug
Projects
None yet
Development

No branches or pull requests

5 participants