This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
sidenav: does not automatically handle entering hidden state on resize #4595
Labels
for: internal contributor
The team will address this issue and community PRs are not requested.
g3: reported
The issue was reported by an internal or external product team.
has: Pull Request
A PR has been created to address this issue
P3: important
Important issues that really should be fixed when possible.
type: bug
Milestone
Comments
jelbourn
added
the
g3: reported
The issue was reported by an internal or external product team.
label
Sep 11, 2015
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 28, 2015
… needed. - Revert scope value if sidenav is shown. - Throttle Resize Events Fixes angular#4595
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 28, 2015
… needed. - Revert scope value if sidenav is shown. - Throttle Resize Events Fixes angular#4595
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 1, 2016
… needed. - Revert scope value if sidenav is shown. - Throttle Resize Events Fixes angular#4595
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 1, 2016
… needed. - Revert scope value if sidenav is shown. - Throttle Resize Events Fixes angular#4595
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 2, 2016
… needed. - Revert scope value if sidenav is shown. - Throttle Resize Events Fixes angular#4595
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 5, 2016
… needed. - Revert scope value if sidenav is shown. - Throttle Resize Events Fixes angular#4595
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 5, 2016
… needed. - Revert scope value if sidenav is shown. - Throttle Resize Events Fixes angular#4595
3 tasks
Splaktar
added
has: Pull Request
A PR has been created to address this issue
and removed
needs: investigation
The cause of this issue is not well understood and needs to be investigated by the team or community
labels
Jan 8, 2019
jelbourn
added
P3: important
Important issues that really should be fixed when possible.
and removed
P2: required
Issues that must be fixed.
labels
Feb 22, 2019
marosoft
added a commit
to marosoft/material
that referenced
this issue
May 18, 2020
Current behavior is not correct Fixes angular#4595
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
for: internal contributor
The team will address this issue and community PRs are not requested.
g3: reported
The issue was reported by an internal or external product team.
has: Pull Request
A PR has been created to address this issue
P3: important
Important issues that really should be fixed when possible.
type: bug
If a sidenav component is in an open/active state when a resize occurs and the resize causes the sidenav to go be hidden (for example hide-gt-sm is applied), I would expect the nav handle itself needing to enter a closed/nonactive state. Additionally, you can request to toggle the sidenav into an active state while it is hidden.
Both can be replicated here: http://codepen.io/josephperrott/pen/jbbpEq
Reproducables
Resize:
Open the page and size the window small enough for the sidenav to be available, toggle it open and then resize the page large enough for the sidenav to be hidden. The backdrop remains present, it then requires a click anywhere on the page for it to "close".
Toggle:
Open the page large enough that the sidenav cannot be displayed, then click the toggle sidenav button. The sidenav stays hidden, but the backdrop appears.
The text was updated successfully, but these errors were encountered: