-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/tabs
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Tab group should not scroll when clicking a different tab
What is the current behavior?
When a tab group is below on the page, the page scrolls back to the top of the tabset, hiding the content of the tab and you have to scroll again to view the content of the tab.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-ejf4cu?file=app/app.component.html
Browse all the way to the bottom so that the content of tab 1 is visible. Click on tab 2. The content of the tab scrolls out of view.
What is the use-case or motivation for changing an existing behavior?
If you are viewing Tab 1 and click on Tab 2 you don't want to scroll again. Tab 2 should become visible directly.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 6.1.1
Material 6.4.3
Typescript 2.9.2
Edge
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/tabs