Closed
Description
Bug, feature request, or proposal:
Bug (Some different than #3044)
What is the expected behavior?
Highlighter [md-ink-bar] should invalidate position on init app
What is the current behavior?
Misaligned [md-ink-bar]. Please see attached image.
What are the steps to reproduce?
Case 1
- Open demo application from material2
- Navigate to tabs (Especially for Tab Nav Bar with routing example)
- Apply md-stretch-tabs directive for and apply styles for tab items
[md-stretch-tabs] [md-tab-link] { flex-basis: 0; flex-grow: 1; }
- Try to expand / collapse application sidebar.
Case 2 (or just apply attached git patch. )
- Open demo application from material2
- Setup <md-sidenav mode="side" opened="true"> for root app container.
- Navigate to tabs (Especially for Tab Nav Bar with routing example)
- Apply md-stretch-tabs directive for and apply styles for tab items
[md-stretch-tabs] [md-tab-link] { flex-basis: 0; flex-grow: 1; }
- Select not first tab
- Refresh page
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Patch: MD_TabBar_issue.patch.zip
Which versions of Angular, Material, OS, browsers are affected?
Based on up to date sources of material2