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
md-sidenav was delayed #5850
Labels
has: Pull Request
A PR has been created to address this issue
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
Milestone
Comments
I copied the Codepen Link from your Screenshot into a plain link, so we can investigate better. Next time ... please share your link directly. http://codepen.io/Shyam-Chen/pen/KdYdme I tried to reproduce and figured out, this only happens if the sidenav is stored in the I created a fix for that, please take a look 👍 |
devversion
added a commit
to devversion/material
that referenced
this issue
Nov 22, 2015
To checkout: - Old Version: http://codepen.io/Shyam-Chen/pen/KdYdme - New Version: http://codepen.io/DevVersion/pen/KdYxbK Fixes angular#5850
devversion
added a commit
to devversion/material
that referenced
this issue
Nov 23, 2015
devversion
added a commit
to devversion/material
that referenced
this issue
Nov 23, 2015
devversion
added a commit
to devversion/material
that referenced
this issue
Nov 26, 2015
devversion
added a commit
to devversion/material
that referenced
this issue
Mar 31, 2016
devversion
added a commit
to devversion/material
that referenced
this issue
Apr 23, 2016
Currently the sidenav is not animating when the parent is scrolled, this was caused by the absolute position. This commit, updates the position of the sidenav and backdrop when the parent is scrolled. It sets the position to the current scroll position and sets the height to the parents `clientHeight`. Using a `100%` height, will impact the performance heavily. Fixes angular#5850.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
has: Pull Request
A PR has been created to address this issue
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
When I scroll down and open the
md-sidenav
, themd-sidenav
was delayed.The text was updated successfully, but these errors were encountered: