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
Hi I found an issue that for the colours red + green the opacity slider also changes the rgb values when the wheel control type is used.
When i click on the blue swatch #00fand change the opacity slider i have the normal behaviour.
But when i click the red #f00and change the slider there is also an amount of blue and green added rgb(255,3,7), opacity instead of rgb(255,0,0), opacity.
Did you find a fix for this? We're running into this issue as well.
To make this easier for @claviska to debug, the bug also appears on the minicolors demo page.
To reproduce:
Hi I found an issue that for the colours red + green the opacity slider also changes the rgb values when the wheel control type is used.
When i click on the blue swatch
#00f
and change the opacity slider i have the normal behaviour.But when i click the red
#f00
and change the slider there is also an amount of blue and green addedrgb(255,3,7), opacity
instead ofrgb(255,0,0), opacity
.Which can be seen in the demo below
The text was updated successfully, but these errors were encountered: