Apr/070
Color Picker version 1.0.2 released
I have made a couple of small updates to the JavaScript Color Picker and the Color Picker project page today.
I fixed a bug with IE and dynamically created tables using the DOM method. Fixed a few layout issues I came across and added the showColorInfo Option. I also updated the example pages so they are integrated into the site and layout a little better.
Enjoy!
-=Kelly
Apr/072
Color Picker v1.0.1 Released
I have done some debugging of the color picker in Opera. There were problems with many of the Canvas functions needed in Opera 9.0, but things work beautifully in Opera 9.1.
I have also done some testing with Firefox 1.5 and Safari. Things do not work at all well in FireFox 1.5 as it is missing some key functionality and I am not planning on making it work in old versions of FireFox given 2.0’s wide spread install base.
Safari is close to working but I am having specific problems with the context.createLinearGradient() function in my version of Safari. Even though; when I look at the context it says that the createLinearGradient function exists it keeps returning undefined for me when I call it. If there are any Mac/Safari gurus out there that can see why this might be happening I would love to hear from you.
The Color Picker now supports FireFox 2.0, IE 7.0, and Opera 9.10.
See examples and download from the Color Picker Project Page.