New issue 617 by joshua.p...@gmail.com: Null Reference Error in Clean-Up
Code (IE9 Standards Mode)
http://code.google.com/p/svgweb/issues/detail?id=617
What steps will reproduce the problem?
1. Load a page with svgweb in IE9 Standards mode
2. Navigate away or refresh
3. the method '_fireUnload', has the
line: 'svgweb.handlers[i].document.documentElement = null;' but the
document is null.
What is the expected output? What do you see instead?
Expect no errors.
What version of the product are you using? On what operating system,
browser, and version of Flash?
Please provide any additional information below. Reduced test cases are
always appreciated!
Just needs a null check, I guess.
There's a patch, that solves another issue, and this issue too:
http://code.google.com/p/svgweb/issues/detail?id=616#c3
(I reverted all changes I did, and used the patched version, and now
there's no error.)