PitPik/colorPicker

Bug with colors without hue.

Closed this issue · 2 comments

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:

  • Select black input. -> Picker is not shown
  • Select white input. -> Picker is not shown
  • Select grey input. -> Picker is not shown
  • Select blue input. -> Picker is shown perfectly
  • Select black input. -> Picker is shown perfectly
  • Select white input. -> Picker is shown perfectly
  • Select grey input. -> Picker is shown perfectly

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

@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...

@Martin1887 , should be working now ;o)