-
Notifications
You must be signed in to change notification settings - Fork 272
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
[ui5-slider]: Arrow Up and Down do not change properly the value in RTL mode #9967
Closed
1 task done
Labels
Comments
nikoletavnv
added a commit
that referenced
this issue
Oct 16, 2024
nikoletavnv
added a commit
that referenced
this issue
Oct 16, 2024
nikoletavnv
added a commit
that referenced
this issue
Oct 28, 2024
* fix(ui5-slider): up and down arrow behavior in RTL mode Fixes #9967 Remove redundant static method
github-project-automation
bot
moved this from In progress
to Completed
in Maintenance - Topic RL
Oct 28, 2024
kgogov
pushed a commit
that referenced
this issue
Oct 30, 2024
* fix(ui5-slider): up and down arrow behavior in RTL mode Fixes #9967 Remove redundant static method
🎉 This issue has been resolved in version v2.4.0-rc.4 🎉 The release is available on v2.4.0-rc.4 Your semantic-release bot 📦🚀 |
nikoletavnv
added a commit
that referenced
this issue
Nov 15, 2024
* fix(ui5-slider): up and down arrow behavior in RTL mode Fixes #9967
🎉 This issue has been resolved in version v1.24.14 🎉 The release is available on v1.24.14 Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
When slider is in RTL mode the Arrow Up should move the slider to the left to the bigger values, and Arrow Down should move the slider to the right. It is the expected behavior and how the native input of type "range" is working.
At the moment Arrow Up moves the slider to the right in both RTL and LTR mode.
Affected Component
ui5-slider
Expected Behaviour
No response
Isolated Example
No response
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.0.1
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: