-
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
Nav Tabs line acts strange #3754
Comments
Looks like a dupe of #3495 |
@mbeckenbach with #3622 landed, are you still seeing the issue? |
@willshowell As far as i understand this, it should be fixed in master? At the moment i can't update my app from beta.2 to something newer for deadline reasons. |
Yes, it should be fixed in master. I say should because that PR was really set out to solve a different issue with layout direction changes, but I'm not able to replicate the issue anymore using a Plunker based on master. |
Closing this as "suspected to be fixed". Feel free to re-open if it's still an issue. |
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:
Right after initializing the component the bottom line of the tab has a wrong size;
As soon as you navigate to the second tab (DRV in my screenshot) and then back to the first one the line has the correct size;
Tabs are initialized like this:
<a md-tab-link
*ngFor="let c of clusters"
[routerLink]="[c.id]"
routerLinkActive #rla="routerLinkActive"
[active]="rla.isActive">
{{c.name}}
What is the expected behavior?
Line should habe the correct size
What is the current behavior?
See screenshots
Which versions of Angular, Material, OS, browsers are affected?
NG 2.3.1
Material 2.0.0-beta.2
The text was updated successfully, but these errors were encountered: