-
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 urgentanimationThis issue is related to Angular animations or CSS animationsThis issue is related to Angular animations or CSS animationsi18nThis issue is related to internationalizationThis issue is related to internationalization
Description
Bug, feature request, or proposal:
bug
What is the expected behavior?
when clicking on a tab of mat-tab-group
tabs should change with smooth animation
What is the current behavior?
if we are in a right to left app (dir="rtl") the transition between the tabs
in not working properly
What are the steps to reproduce?
<div dir="rtl"><mat-tab-group> <mat-tab label="Tab 1"> Content 1 </mat-tab> <mat-tab label="Tab 2">Content 2</mat-tab></mat-tab-group></div>
https://angular-material2-issue-f6ypcp.stackblitz.io
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
all of them
Is there anything else we should know?
MurhafSousli, netanelm54, alirezah2016, Benyaminrmb, StavM and 4 more
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 urgentanimationThis issue is related to Angular animations or CSS animationsThis issue is related to Angular animations or CSS animationsi18nThis issue is related to internationalizationThis issue is related to internationalization