Greetings,
Sometime after closing a login RadWindow, in IE, upon calling a logout function, an exception occurs in the JQuery lib which says:
Microsoft JScript runtime error: 'undefined' is null or not an object
var events = jQuery.data(this, "events"), handlers = events[ event.type ];
Also, Firebug shows the following error:
this._iframe.contentWindow.document is null.
when running in FireFox.
However, when I added the following links to Microsoft's Ajax scripts,
Could something in RadWindow be causing this error or do you know the cause of the PageContentRequestManager error?
Respectively,
Eugene
Sometime after closing a login RadWindow, in IE, upon calling a logout function, an exception occurs in the JQuery lib which says:
Microsoft JScript runtime error: 'undefined' is null or not an object
var events = jQuery.data(this, "events"), handlers = events[ event.type ];
Also, Firebug shows the following error:
this._iframe.contentWindow.document is null.
when running in FireFox.
However, when I added the following links to Microsoft's Ajax scripts,
<script src="<%= Url.Content("~/Scripts/MicrosoftAjax.debug.js")%>" type="text/javascript"></script>
<script src="<%= Url.Content("~/Scripts/MicrosoftMvcAjax.debug.js")%>" type="text/javascript"></script>
the Error: 'Sys.WebForms.PageContentRequestManager' is null or not an object appeared, instead of the other crash.
Could something in RadWindow be causing this error or do you know the cause of the PageContentRequestManager error?
Respectively,
Eugene