Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > RadEditor inside jquery-ui dialog does not work

Not answered RadEditor inside jquery-ui dialog does not work

Feed from this thread
  • Eric Means avatar

    Posted on Mar 10, 2011 (permalink)

    We're experiencing an issue where RadEditors that are displayed inside a jquery-ui dialog window are not displaying properly.

    We're using the Telerik beta, IE9RC, and the latest jquery (1.5.1) and jquery-ui (1.8.10). The IE9 console records the following error when the dialog is shown:

    SCRIPT70: Permission denied 
    Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_scriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3aea71147c-fa7a-45a5-b815-98d1298acfaa%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.3.1317.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a8fa155ef-f4b5-45a5-8081-4caa696cfcad%3a16e4e7cd%3af7645509%3a24ee1bba%3ae330518b%3a1e771326%3a8e6f0d33%3a874f8ea2%3a19620875%3af46195d3%3a490a9d4e%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3aaa288e2d%3a58366029%3a3f6e8f3f, line 10550 character 1

    The line referenced is "this.Document=a.document;" in the function below:
    Telerik.Web.UI.Editor.RestorePoint=function(a,b){
        this.Window=a;
        this.Document=a.document;
        this.container=(b)?b:this.Document.body;
        this.update();
        this.Update=this.update;
        this.Restore=this.restore;
        this.Select=this.select;
        };

    Reply

  • Rumen Rumen admin's avatar

    Posted on Mar 14, 2011 (permalink)

    Hello Eric,

    We will release this business week Q1 2011 of RadControls for ASP.NET AJAX which will officially support IE9 and my suggestion is to download and test the new build once it becomes available for download.

    If you experience this problem in IE8, please isolate it in a sample working project and send it for examination via a support ticket.

    All the best,
    Rumen
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > RadEditor inside jquery-ui dialog does not work