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

RadWindowManager in a RadWindow errors in IE10

3 Answers 70 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dan Lehmann
Top achievements
Rank 1
Dan Lehmann asked on 07 May 2013, 03:53 PM
Hello,
Can someone from telerik please confirm this bug?

A few users have identified a reproducable bug with RadWindows inside RadWindows. Please see this thread for the details:
http://www.telerik.com/community/forums/aspnet-mvc/grid/edit-unable-to-get-value-of-the-property-tolowercase-object-is-null-or-undefined.aspx

Thanks,
Dan

3 Answers, 1 is accepted

Sort by
0
Mike Hobbs
Top achievements
Rank 1
answered on 07 May 2013, 03:59 PM
Adding to this top level item.  I'm seeing this issue all the time because we use a lot of child RadWindows in our solution.  This is a serious problem also because options like opening child as maximized is also being blocked.  I have replied inside the linked forum item mentioned in the primary above.
0
Marin Bratanov
Telerik team
answered on 08 May 2013, 11:14 AM
Hi guys,

There is a bug in the way IE accesses the document.activeElement property during the Sys.Application.Load event inside an iframe and more details about the case are available here: http://www.telerik.com/support/kb/aspnet-ajax/window/modal-radwindow-in-radwindow-in-ie9-and-ie10.aspx.


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Mike Hobbs
Top achievements
Rank 1
answered on 08 May 2013, 12:08 PM
I can confirm that creating an event for the "OnClientBeforeShow" for the child RadWindow works.  It only executes a single line:

document.documentElement.focus();


The IE 10 error is gone now and the window opens correctly.  Thank-you,
Tags
Window
Asked by
Dan Lehmann
Top achievements
Rank 1
Answers by
Mike Hobbs
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or