google-code-export / jpicker

Automatically exported from code.google.com/p/jpicker
1 stars 0 forks source link

RGBA hex value in binded input field #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

This is more an enhancement proposal than an issue really.

I've attached to this case a small patch for version 1.1.6, enabling
the use of 8 hexdigit for the binded input field (instead of 6, when
the alphaSupport option is used).

As of now, the 2 last hexdigits were removed from the input field as
soon as a modification was made. I think this is probably not the
correct behavior, so here's the patch I've been using to circumvent
this minor problem. 

Regards,
Pierre-Yves Kerembellec

Original issue reported on code.google.com by py.kerem...@gmail.com on 13 Feb 2011 at 9:30

Attachments:

GoogleCodeExporter commented 9 years ago
I just encountered this same issue, and was about to prepare a patch along 
similar lines, when I noticed this issue already had one.  I can confirm that 
it fixes the issue for me.

Original comment by m...@google.com on 27 Feb 2011 at 8:14