Closed GoogleCodeExporter closed 9 years ago
To fix this issue, I simply removed the ! operator from before the
"name.indexOf" call on my local copy of the .js file.
Original comment by cobrabr
on 26 Apr 2012 at 11:07
The picker is not not designed to accept NULL as a color type to set. Since the
picker has to make decisions on what values to set based on the data you send
it, e.g. setting both RGB and HSV would conflict with each other, this
assignment of yours would require a setting type of "rgb" to properly assign
those values.
I had originally considered accepting NULL, and merely use the JSON data
supplied in the second parameter, but that conflict of RGB and HSV made me
decide that I would require specificity in the assignment.
Original comment by christop...@gmail.com
on 5 Nov 2012 at 5:35
Original issue reported on code.google.com by
cobrabr
on 26 Apr 2012 at 11:02