thednp / solid-color-picker

🎨 Modern Color Picker for SolidJS
https://thednp.github.io/solid-color-picker/
MIT License
4 stars 1 forks source link

The after number input fields turn to 1 the flip to 255 and alpha channel one doesn't work at all, #2

Open Dakotys opened 3 weeks ago

Dakotys commented 3 weeks ago

Describe the bug

image then decrease to one and it jumps to 255 image

then alpha channels inputs step buttons dont work at all, typing directly into alpha channel updates the color but doesnt update the slider image then i typed 1 and it flipped back to 63 but the color changed but slider stayed the same image

when setting directly the rgb the color changes but the hue slider and main value square doesnt update

Minimal Reproduction Link

https://thednp.github.io/solid-color-picker/

thednp commented 3 weeks ago

Thanks for reporting, will look into it asap.

thednp commented 2 weeks ago

@Dakotys thanks for bringing this to my attention.

At launch all these color-picker versions were working flawless. It would seem there have been some browser changes that break the functionality.

Rest assured I'll try to fix it asap.

thednp commented 1 week ago

@Dakotys it all has to do with bound01. I'm reworking all of it to be consistent at all times. Will let you know when done and ready to test :smile:

thednp commented 2 hours ago

@Dakotys please test the vanilla version https://thednp.github.io/color-picker/

I just finished updating it with Vitest (I can actually test stuff now on my PC).

The same treatment will be applied here.