Closed GoogleCodeExporter closed 8 years ago
Original comment by dmcc...@gmail.com
on 25 Dec 2007 at 2:35
Original error checking for Base64Image relied on an error being thrown by
Base64Decoder.decode(), which would then load the image using the normal
Image.source
property. However, sometimes Base64Decoder did not throw an error and decoded
fine
(even if the string was not meant to be a base 64 image), but then the Loader
would
thrown an uncaught IOErrorEvent and the component would fail silently.
Instead, we should add an IOErrorEvent listener on the loader and if an
IOErrorEvent
gets thrown then default to using super.source.
Original comment by dmcc...@gmail.com
on 25 Dec 2007 at 5:51
Original comment by dmcc...@gmail.com
on 26 Dec 2007 at 11:11
Original comment by dmcc...@gmail.com
on 26 Dec 2007 at 11:32
Original comment by dmcc...@gmail.com
on 3 Jan 2008 at 8:30
Original issue reported on code.google.com by
onefootp...@gmail.com
on 7 Dec 2007 at 3:15