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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
When paging is in effect and the loaded initial tab is not in the first group of visible tabs, paging should automatically (and smoothly) be done so that the selected tab's label is visible.
Alternatively, some way to cause this paging to occur should be supported.
Example - let's say we have a tab control with 10 tabs, the labels of the first 4 fit on the device's screen, and paging is in effect. We then have 4 tab labels and 2 arrows. Let's further say that the initially chosen tab (specified via 'md-selected') is tab number 8.
After loading, the user will see content from tab number 8 - with only the labels of tabs 1..4 visible above it, none of them being selected. This makes it hard for the user to understand what's going on.
In my specific usage, the tabs represents days, and the initially chosen one is the one for today. So if the current day's tab label is not visible on the screen, it's hard for the user to understand what she's initially seeing.
The text was updated successfully, but these errors were encountered:
itamarro
changed the title
Tabs: When paging is in effect, the chosen tab's label should be visible when loading
Tabs: When paging is in effect, the chosen tab's label should be visible after initialization
Jun 1, 2015
When paging is in effect and the loaded initial tab is not in the first group of visible tabs, paging should automatically (and smoothly) be done so that the selected tab's label is visible.
Alternatively, some way to cause this paging to occur should be supported.
Example - let's say we have a tab control with 10 tabs, the labels of the first 4 fit on the device's screen, and paging is in effect. We then have 4 tab labels and 2 arrows. Let's further say that the initially chosen tab (specified via 'md-selected') is tab number 8.
After loading, the user will see content from tab number 8 - with only the labels of tabs 1..4 visible above it, none of them being selected. This makes it hard for the user to understand what's going on.
In my specific usage, the tabs represents days, and the initially chosen one is the one for today. So if the current day's tab label is not visible on the screen, it's hard for the user to understand what she's initially seeing.
The text was updated successfully, but these errors were encountered: