You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the ColorPicker example in the playground and enter the color 0854a0. If you use the top color slider and shift the color e.g. to green and afterwards apply the color 0854a0 again, the color in the selection pane (picker area) stays green but the color shown below displays the expected 0854a0.
Expected Behavior
In any case, when user is changing the color of the color picker, all UI elements should be adopted: either via hex color input, alpha value input or the sliders or the picker. All should be synchronized.
- Hue value doesn't change when user changes the color
trough the main color section.
- Hue value changes accordingly when user changes the color
through the hex input field.
Fixes: SAP#4540Fixes: SAP#4541
Bug Description
Open the ColorPicker example in the playground and enter the color
0854a0
. If you use the top color slider and shift the color e.g. to green and afterwards apply the color0854a0
again, the color in the selection pane (picker area) stays green but the color shown below displays the expected0854a0
.Expected Behavior
In any case, when user is changing the color of the color picker, all UI elements should be adopted: either via hex color input, alpha value input or the sliders or the picker. All should be synchronized.
Steps to Reproduce
0854a0
as hex value and press enter0854a0
Context
Screenshots
Priority
The text was updated successfully, but these errors were encountered: