We're having an issue with IE9 specifically and RadWindows that I am not sure if others are receiving. In IE9 the iFrame is not being created for a RadWindow and the window never opens. The JavaScript error that is received when someone clicks on a link that opens a RadWindow in other browsers is the following in IE9.
This occurs the first time the link is clicked (line 627 of the ScriptResource.axd):
SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)
var r=($telerik.isIE)?document.createElement("<iframe name='"+w+"'>"):document.createElement("iframe");
This occurs the second time the link is clicked (line 857 of the ScriptResource.axd):
if(this._reloadOnShow){b=this._getReloadOnShowUrl(b)
}this._iframe.src=b;
The RadControls for ASP.NET AJAX version we are running is: 2009.3 1314 (Jan 14, 2010)
If the document type mode is changed to render as IE8 it works fine, but there is something about IE9 that is not allowing this.
This occurs the first time the link is clicked (line 627 of the ScriptResource.axd):
SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)
var r=($telerik.isIE)?document.createElement("<iframe name='"+w+"'>"):document.createElement("iframe");
This occurs the second time the link is clicked (line 857 of the ScriptResource.axd):
if(this._reloadOnShow){b=this._getReloadOnShowUrl(b)
}this._iframe.src=b;
The RadControls for ASP.NET AJAX version we are running is: 2009.3 1314 (Jan 14, 2010)
If the document type mode is changed to render as IE8 it works fine, but there is something about IE9 that is not allowing this.