Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Window resize handler can sometimes throw exceptions on IE if Flash not ready #307

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While creating the Wikipedia prototype I noticed that on IE if I changed
the position style property from absolute to relative that a window resize
event gets thrown; this can sometimes cause a null pointer exception
because handler.flash isn't initialized correctly. Make the onWindowResize
method a bit more robust if it gets fired before things are finished running.

Original issue reported on code.google.com by bradneub...@gmail.com on 17 Sep 2009 at 10:27

GoogleCodeExporter commented 8 years ago
r863 closes this.

Original comment by bradneub...@gmail.com on 17 Sep 2009 at 10:28