Closed GoogleCodeExporter closed 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
thanks - good to read :-)
Original comment by maku...@gmail.com
on 29 Dec 2009 at 5:12
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
works now - thanks for your fast development!!!
Original comment by maku...@gmail.com
on 4 Jan 2010 at 9:52
Original comment by christop...@gmail.com
on 26 Jan 2010 at 7:11
Original issue reported on code.google.com by
maku...@gmail.com
on 18 Dec 2009 at 9:10