-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: range does not work when document is rtl but component is forced to ltr #20201
Comments
Thanks for the issue! The codepen you added is using a very old version of Ionic, please make sure you're using latest, which is @abennouna could you confirm this? |
The range issue has been solved in a previous version of Ionic (4.0.2). I understand that the pen demonstrates an issue when using the As a matter of fact, the RTL fix involved checking the direction on the document itself, and does not account for other parent elements, or the slider itself. So if this is a mixed-direction document, that may be an issue. |
Yes, I am using mixed-direction. If I remove dir attribute from ion-range works fine but with attribute it breaks . |
Any update on this issue ? |
Any option to force component direction to LTR when my app direction is RTL ? |
Its still broken :( |
Hello everyone 👋 this has been fixed in #24597 and will be available in the next release of Ionic. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Hello Devs,
I was trying to use ion-slider for RTL application but its not working as expected. In LTR mode its working fine. In RTL mode, Knob gets stick in right side and can not change by dragging also value change appears in reverse mode like Dragging from Right to left but animate from left to right.
Here I am adding Codepen project to where I reproduced this issue. Hope it will help you to understand issue.
[https://codepen.io/ashishgehlot95/pen/RwNBbpr?editors=1010]
The text was updated successfully, but these errors were encountered: