-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Md-Sidenav open mode bootstrap animation #6865
Comments
The problem here is actually deeper than anticipated. See here: Since the margins for the @mmalerba Is there a possible refactoring we can do here, maybe by searching the element tree for CSS width if none other is available? |
As documented in #7795, there's also an issue with |
There's also currently an issue open angular/angular#19235 that is tracking an issue with |
should be fixed by #8488 |
Prevents drawers that are open by default from animating on init if they're rendered on the server. Fixes angular#6865.
Prevents drawers that are open by default from animating on init if they're rendered on the server. Fixes angular#6865.
) Prevents drawers that are open by default from animating on init if they're rendered on the server. Fixes #6865.
@crisbeto Still not fixed |
As far as I can tell, this is still happening in the latest release. Is #8969 the new issue to track for status updates? |
Hi, any updates on this? In my case it was working OK with Angular |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When using universal, the sidenav (in side mode) will be rendered already open in the initial page load, and then when the app bootstraps, it will stay open.
What is the current behavior?
The initial pre-rendered page loads with the sidenav closed, and then when the app boostraps, the sidenav animates open.
What is the use-case or motivation for changing an existing behavior?
In beta 8, it worked perfectly. The initial pre-rendered html file aligned with the bootstrap re-render.
Now, the page loads with the sidenav closed, and after a number of seconds later (when the app bootstraps) the sidenav suddenly animates open, which is quite distracting.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 4.3.3, material 2.0.0-beta8, windows 10
The text was updated successfully, but these errors were encountered: