Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QDrawer transition translateX animations comes oppositely in RTL
- Loading branch information
QDrawer transition translateX animations comes oppositely in RTL
1f4c9e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an issue when using QDrawer in RTL pages
Those changes will help to solve the problem
The problem is when using QDrawer in RTL pages, transition comes oppositely
Which means when using QDrawer side="left", css will be transition : translateX(300)
That means that it will be come from center of page to left (inside to outside) and right side also works like that and this is the problem.
Fixes show that when I using RTL don't check for side it will be get a correct result for animations and positioning.
1f4c9e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made an issue for that here
1f4c9e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
Please make sure that you have fully read (and applied the necessary steps) from https://quasar.dev/options/rtl-support
Some thoughts:
I have just verified and everything works correctly.