-
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
Nested <md-tab-group>s crash Angular #4277
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 27, 2017
Fixes an animation error that gets thrown when nesting tab groups. It appears to be due to the animation not having a defined "from" style when going from `void` to something else. Fixes angular#4277.
mmalerba
pushed a commit
that referenced
this issue
Apr 28, 2017
Fixes an animation error that gets thrown when nesting tab groups. It appears to be due to the animation not having a defined "from" style when going from `void` to something else. Fixes #4277.
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Before this pull request animation behavior was working fine as intended:
fbfd032
What is the current behavior?
Nested
<md-tab-group>
s with more than two<md-tab>
s crash the app. With two<md-tab>
s the second tab is overlaid on top of the first.What are the steps to reproduce?
Here is a plunker detailing the bug. The plunker is running on Angular v4.0.3:
https://plnkr.co/edit/qSZMIMlfSLIVcGkEzUQq
What is the use-case or motivation for changing an existing behavior?
It should be possible to nest tab groupings.
Which versions of Angular, Material, OS, browsers are affected?
Most recent, see PR referenced.
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: