I am working on a project that will embed the RadEditor in a JQuery dialog. I have this working successfully in IE and Firefox, but not in Chrome, Safari, or Opera.
The issue seems to be a javascript error in the the Telerik script resource files. Line 5404 has this:
var d=this._textIframe.contentWindow.document;
Chrome stops on this line and reports that the contentWindow is null. I dont have a javascript debugger for Safari or Opera, but I imagine it is the same issue there as well.
I've attached a screenshot that includes the javascript callstack.
The issue seems to be a javascript error in the the Telerik script resource files. Line 5404 has this:
var d=this._textIframe.contentWindow.document;
Chrome stops on this line and reports that the contentWindow is null. I dont have a javascript debugger for Safari or Opera, but I imagine it is the same issue there as well.
I've attached a screenshot that includes the javascript callstack.
