When closing the browser (IE7 running with the "disable script debugging" setting unchecked) on a page with fusion charts on it, the browser throws multiple runtime errors:
A Runtime Error has occurred.
Do you wish to Debug?
Line: 52
Error: Object required
Debugging through visual studio I get the following:
function __flash__removeCallback(instance, name) {
instance[name] = null;
}
where the values are:
--> intance = null
--> name = "setDataXML"
--> output = "Microsoft JScript runtime error: Object required"
In the callstack, the call to the above function is as follows:
__flash__removeCallback(document.getElementById(""), "setDataXML");
Seems like for each chart on the page it throws exactly 4 runtime errors. (This is the enterprise version 3.0 charts)
Any ideas on how to fix this would be greatly appreciated. Again, you will only see this bug if IE is running with script debugging enabled.
(I also noticed that this is only an issue when you have registerWithJS = 1)