Antonio-Laguna / jQuery-ColorPicker

This is yet another colorpicker plugin for jQuery since most of them are not on GitHub nor being mantained at the moment.
Other
91 stars 22 forks source link

these is a related affect between colorpickers #4

Closed wuv1982 closed 11 years ago

wuv1982 commented 11 years ago

u can see this issue at the demo page in the download zip file, not the web one. when i first changed the last colorpicker (image button), then changed the colorpicker above(input text), it seems that the last one will be also changed automatically.

wuv1982 commented 11 years ago

perhaps the problem is the line 173 in colorpicker.js $(".colorpicker_color").one('click', current, moveSelector); it binds the click event for all $(".colorpicker_color") element, i changed it to $(".colorpicker_color", current.cal).one('click', current, moveSelector);

:) solved!

i love your project, thank u

gluemonkey commented 11 years ago

This solved my problem, thanks wuv1982!

davidbehan commented 11 years ago

This was giving me a headache too but this solution worked. Thanks.

Antonio-Laguna commented 11 years ago

Should be already fixed with latest PR #10