google-code-export / jpicker

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

Settings - active - Internetexplorer #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set colorpicker "active" to an empty string
2. works great in Firefox (all fields become transparent)
3. IE shows a Javascript error (in jquery 1.3.2)

So is it a bug or not possible to set an empty active color/transparent?

Original issue reported on code.google.com by maku...@gmail.com on 18 Dec 2009 at 9:10

GoogleCodeExporter commented 9 years ago
Issue verified. Will attempt solution for IE.

Empty and NULL color handling is not yet where it needs to be in the current 
release.
The planned V1.0.12 release should address all these issues. Will decide about a
V1.0.11b release to correct this behavior in IE.

Original comment by christop...@gmail.com on 29 Dec 2009 at 5:10

GoogleCodeExporter commented 9 years ago
thanks - good to read :-)

Original comment by maku...@gmail.com on 29 Dec 2009 at 5:12

GoogleCodeExporter commented 9 years ago
Issue related to backgroundColor CSS setting and IE. The code attempts to 
assign a
backgroundColor of '#' with no hex code when color is NULL which throws 
exception in
IE (but defaults to nothing or 'transparent' in Firefox).

It now checks the length of the hex value is 6 characters long and then inserts 
the
'#', or assigns 'transparent' if not. Download V1.0.11b for corrected code.

Original comment by christop...@gmail.com on 29 Dec 2009 at 6:27

GoogleCodeExporter commented 9 years ago
works now - thanks for your fast development!!!

Original comment by maku...@gmail.com on 4 Jan 2010 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 26 Jan 2010 at 7:11