bebraw / colorjoe

Scaleable color picker with touch and AMD support (MIT)
http://bebraw.github.io/colorjoe/
MIT License
569 stars 68 forks source link

Editing RGB values places the cursor incorrectly #3

Closed sharpobject closed 12 years ago

sharpobject commented 12 years ago

To see this in action, pick some color at the top right using your mouse, then edit the red value to a large number. The cursor should drop down to the black part of the area, though the correct color will appear.

http://i.imgur.com/CuwnF.png

This was observed in Chrome 20.0.1132.47 on OSX.

bebraw commented 12 years ago

Good catch! Looks like there is something wrong in my RGB -> HSV conversion. Going to fix this tomorrow.