bgrins / spectrum

The No Hassle JavaScript Colorpicker
https://bgrins.github.io/spectrum/
MIT License
2.32k stars 588 forks source link

"Change" event is always fired even with clickOutFiresChange = false #422

Open ncou opened 8 years ago

ncou commented 8 years ago

Hi,

I made a codepen example for the issue : http://codepen.io/anon/pen/PNVJKM

If i choose a color, then i click outside the colorpicker, the "change" event is fired :( i don't want it to be fired because i don't made a change on my color.

How can i disabled it ? I tryed with the param : clickoutFiresChange = false. but there is still this issue.

Thank you for your help.

ncou commented 8 years ago

Any news ? is the project still active ?

winternet-studio commented 7 years ago

Are you sure you didn't misspell it? "out" must be all lower case.

ncou commented 7 years ago

Hi,

no in the fiddle it's with the right spelling : clickoutFiresChange