PitPik / colorPicker

Advanced javaScript color picker and color conversion / calculation (rgb, hsv, hsl, hex, cmyk, cmy, XYZ, Lab, alpha, WCAG 2.0, ...)
http://www.dematte.at/colorPicker/
MIT License
570 stars 136 forks source link

Bug with colors without hue. #11

Closed Martin1887 closed 9 years ago

Martin1887 commented 9 years ago

Hello.

I have tested new version with init color text in function of luminance and this funcionality works very well.

However, picker is not shown in some inputs until you enter in another input with hue, picker is shown for this input and then is shown for whatever. I think that this issue happens with colors without hue (blacks, whites and greys).

If I have not explained well, here are the steps done in tests:

Thank you very much and congratulations for your great work. I hope these issues were more helpful than painful :)

PitPik commented 9 years ago

@Martin1887 , thanks, great finding, I never saw it as I always started with some red color... Found the bug already and will update this evening...

PitPik commented 9 years ago

@Martin1887 , should be working now ;o)