Skip to content
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

Closed
mbeckenbach opened this issue Mar 24, 2017 · 6 comments
Closed

Nav Tabs line acts strange #3754

mbeckenbach opened this issue Mar 24, 2017 · 6 comments

Comments

@mbeckenbach
Copy link

Bug, feature request, or proposal:

Right after initializing the component the bottom line of the tab has a wrong size;

image

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;

image

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

@willshowell
Copy link
Contributor

Looks like a dupe of #3495

@willshowell
Copy link
Contributor

@mbeckenbach with #3622 landed, are you still seeing the issue?

@mbeckenbach
Copy link
Author

@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.

@willshowell
Copy link
Contributor

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.

@jelbourn
Copy link
Member

jelbourn commented Apr 9, 2017

Closing this as "suspected to be fixed". Feel free to re-open if it's still an issue.

@jelbourn jelbourn closed this as completed Apr 9, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants