-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/tabs
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
Is there anything else we should know?
bitbeter, delta11, dhair-seva, kristijanbambir and MikeJerred
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/tabs
