Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
SCRIPT5 Error in IE10
posted

I recently upgraded my Infragistics (Infragistics_Ultimate_20151_WithSamplesAndHelp.zip), so I am using Infragistics45.WebUI.WebHtmlEditor.v15.1.dll and Infragistics45.WebUI.Shared.v15.1.dll.

The rich text editor works great in IE11 and Firefox, but when I try and use IE10 I get a SCRIPT5: Access is denied and the user can't input anything into the textbox.

In Developer Tools (where I see "SCRIPT5: Access is denied.") it points to

o._cDoc=function(){return this._elem.contentDocument;}

in

function iged_init_moz(ids, p1, p2, p3, p4, p5, div)

 

Any idea what's going on?

 

Thanks!

 

Parents
  • 130
    posted

    Maybe this is the issue...

    Currently (in production) we are running fine with IE10 and when I View Source I see this:

    IE10 (prod, old infragistics) is using this: |||#C1D2EE||','/ig_common/Images/htmleditor/dropdown.gif|/ig_common/Images/htmleditor/dropdown_over.gif|/ig_common/Images/htmleditor/dropdown_down.gif|#316AC5

     

    And in development with the new Infragistics I see this:

     IE10 (dev, new infragistics) is using this: |||#C1D2EE||','../webcontrols/ig_common/Images/htmleditor/dropdown.gif|../webcontrols/ig_common/Images/htmleditor/dropdown_over.gif|../webcontrols/ig_common/Images/html

     

    Could the issue be with the image reference location? 

     

Reply Children