Skip to content

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

Closed
@creativec0de

Description

@creativec0de

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentanimationThis issue is related to Angular animations or CSS animationsi18nThis issue is related to internationalization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions