Open GoogleCodeExporter opened 9 years ago
"I also don't necessarily want the background and text colors of the element to
change from the system default."
Whoops. I missed the 'updateInputColor' option.
Original comment by bob.patt...@gmail.com
on 27 Oct 2010 at 7:23
The reason I'm looking at jQuery color pickers is because I was using
mooRainbow and was looking for something equivalent for jQuery:
http://moorainbow.woolly-sheep.net/#demos
mooRainbow performs very well (seems even faster than farbtastic) and is just
about perfect but is unfortunately based on MooTools, which doesn't usually
play nice with jQuery. I would much rather a 100% jQuery solution.
I looked into the icon issue a bit more with Firebug. The icons appear out of
line with the 'input' elements on the example page - icons are about 5px too
low and need about 1px of space to the left of the icon. It has something to
do with using 'position: relative' with 'display: inline-block'. CSS really
doesn't make it easy to position elements precisely relative to other elements.
Original comment by bob.patt...@gmail.com
on 28 Oct 2010 at 12:08
Found another issue. The CSS should have:
.jPicker td {
margin: 0px;
padding: 0px;
}
Original comment by bob.patt...@gmail.com
on 29 Oct 2010 at 9:58
I just uploaded V1.1.6 which fixes a couple bugs and implements PART of the
requests in this issue report, most notably arrow key adjustment of the
currently focused input element. Some of the other suggestions in this issue
will find their way into a future release at some point.
Original comment by christop...@gmail.com
on 17 Dec 2010 at 9:33
Original issue reported on code.google.com by
bob.patt...@gmail.com
on 27 Oct 2010 at 7:18