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
creativec0de opened this issue
Jan 18, 2018
· 2 comments
· Fixed by #12215
Labels
animationThis issue is related to Angular animations or CSS animationsi18nThis issue is related to internationalizationP3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
all of them
Is there anything else we should know?
The text was updated successfully, but these errors were encountered:
josephperrott
added
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
i18n
This issue is related to internationalization
animation
This issue is related to Angular animations or CSS animations
labels
Jan 18, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
animationThis issue is related to Angular animations or CSS animationsi18nThis issue is related to internationalizationP3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
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?
The text was updated successfully, but these errors were encountered: