You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resizing the VP, The tab active indicator size and position is not recalculated.
This is causing for problems if you want to have the tabs span accross the full width via setting flex-grow: 1 for example. I currently have
* Recalculates the ink bar position, as well as the pagination, if the viewport size changes.
* Adds a missing test on the `tab-nav-bar` regarding repositioning on direction changes.
Fixesangular#3845.
Fixesangular#3044.
Fixesangular#2518.
Fixesangular#1231.
Bug, feature request, or proposal:
When resizing the VP, The tab active indicator size and position is not recalculated.
This is causing for problems if you want to have the tabs span accross the full width via setting
flex-grow: 1
for example. I currently havein my component styles.
This represents the fixed tabs type of the md tabs specs: https://material.google.com/components/tabs.html#tabs-types-of-tabs
What is the expected behavior?
The position and size should be recalculated when resizing the viewport.
What is the current behavior?
When You resize the Viewport, the length and position of the active indicator stays the same.
What are the steps to reproduce?
Visit http://plnkr.co/edit/tFkzdaw9ejYBpo3OGnKC?p=preview and resize the VP.
What is the use-case or motivation for changing an existing behavior?
Static tabs are part of the material design spec.
Which versions of Angular, Material, OS, browsers are affected?
All, I think. Tested with aplha 7 and alpha 8.
The text was updated successfully, but these errors were encountered: