This is a migrated thread and some comments may be shown as answers.

RadWindow crash in JQuery

1 Answer 85 Views
Window
This is a migrated thread and some comments may be shown as answers.
Eugene
Top achievements
Rank 1
Eugene asked on 24 May 2010, 11:27 PM
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,

 

<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

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 27 May 2010, 02:44 PM
Hi Eugene,

The provided information is not enough for me to determine the exact reason for the behavior that you experience. Could you please open a new support ticket and send me a simple project which shows the problems? I will check it and do my best to provide a solution as soon as possible.

Best wishes,
Fiko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Eugene
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or