We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tabs ink-bar moves to the wrong location in RTL, when toggling a drawer.
Watch the following GIF video, showing the entire code and behavior.
StackBlitz: https://stackblitz.com/edit/components-issue-po9bzs?file=src%2Fapp%2Fexample-component.html
Steps to reproduce:
example-component.html
<mat-drawer-container dir="rtl"> <mat-drawer #drawer mode="side" position="end"> <p>Drawer content</p> </mat-drawer> <button mat-flat-button color="primary" (click)="drawer.toggle()"> Click here (Toggle Drawer) </button> <mat-tab-group> <mat-tab label="First">Content 1</mat-tab> <mat-tab label="Second">Content 2</mat-tab> <mat-tab label="Third">Content 3</mat-tab> </mat-tab-group> </mat-drawer-container>
ink-bar's position should be calculated differently when the document's direction is RTL.
ink-bar works well in LTR but not in RTL, when using drawers/sidenavs.
14.1.0
The text was updated successfully, but these errors were encountered:
This is fixed in the MDC based components (the default components now).
Sorry, something went wrong.
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.
No branches or pull requests
Description
Tabs ink-bar moves to the wrong location in RTL, when toggling a drawer.
Watch the following GIF video, showing the entire code and behavior.
StackBlitz: https://stackblitz.com/edit/components-issue-po9bzs?file=src%2Fapp%2Fexample-component.html
Reproduction
Steps to reproduce:
example-component.html
.Expected Behavior
ink-bar's position should be calculated differently when the document's direction is RTL.
Actual Behavior
ink-bar works well in LTR but not in RTL, when using drawers/sidenavs.
Environment
14.1.0
14.1.0
The text was updated successfully, but these errors were encountered: