-
Notifications
You must be signed in to change notification settings - Fork 273
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
fix(ui5-color-picker): adjust hue value update when user presses over the main color section #4601
Conversation
- Hue value remains unchanged when users press over the main color section, in order to change the color. Fixes: SAP#4540
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 think this refered issue is not fixed yet: #4541
Example:
I input ffffff, then pick red from slider and move the picker to a place different than bottom right corner(white), and then input ffffff again, the color change is not applied.
You are right @tsanislavgatev, |
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.
Again, as in the other PR I reviewed - please pay attention on the commit message title https://www.conventionalcommits.org/en/v1.0.0/#examples
Fixes: #4540