Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mat-tab-group animation is not supporting RTL #9465

Closed
creativec0de opened this issue Jan 18, 2018 · 2 comments · Fixed by #12215
Closed

mat-tab-group animation is not supporting RTL #9465

creativec0de opened this issue Jan 18, 2018 · 2 comments · Fixed by #12215
Labels
animation This issue is related to Angular animations or CSS animations i18n This issue is related to internationalization P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@creativec0de
Copy link

creativec0de commented Jan 18, 2018

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?

@josephperrott 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
@MeTe-30
Copy link

MeTe-30 commented Jun 26, 2018

Any Updates ... ?

devversion added a commit to devversion/material2 that referenced this issue Jul 15, 2018
Fixes that the tabs content is not animating properly in chrome when RTL is turned on.

Fixes angular#8833. Fixes angular#9465
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
animation This issue is related to Angular animations or CSS animations i18n This issue is related to internationalization P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants