The display of some of the elements of the colorpicker are fairly odd in IE6/Win, fwiw.
One aspect of the YUI version that is missing from yours is the ability to drag the markers that are on the picker.
Jeff Howden
Ext JS - Support Team Volunteer jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
I noticed a couple of small issues when checking out the 2.0 version.
When you click somewhere that causes one of the colorpicker indicators to animate to the new position, the color at the new position is applied immediately to the swatch in the picker, not after the indicator has stopped moving.
The text fields for RGB/HSV all resist selecting the text in them. This can make it quite interesting to figure out just how one would go about keying in new values. Either change the fields to allow manual selection or change them to auto-select the value upon focus/click.
Additionally, I have a couple of feature ideas.
The text boxes that take numeric values ought to use the spinner UX posted in these forums so that there's a clear indication of how to change the values along with superb keyboard interaction.
I'd like to see this ux as an extension to a trigger field so those that need more than colorfield has to offer can use this.
Jeff Howden
Ext JS - Support Team Volunteer jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
I've made a draggable version of this. There's only a few lines to add, so it's fairly simple. I'm also making a field wrapper for this, so it can be easily tied to fields/field buttons etc. I'll post them both when I'm done.