Javascript errors when putting CuteEditor in an iFrame

Last post 05-23-2008, 10:20 AM by sparklydoodads. 2 replies.
Sort Posts: Previous Next
  •  05-21-2008, 10:52 AM 40634

    Javascript errors when putting CuteEditor in an iFrame

    Hello,
     
    I'm a developer. I'm trying to use CuteEditor inside of an iFrame but I get two errors (IE only) the first being "Unspecified error" and the second being "Object cannot support this property method". According to the debugger the code that is causing the errors are: "finally{ Window_SetScrollTop(window,Ox865)"  and "window.CuteEditorImplementation(editor);" respectively. any ideas on how this might be fixable? Thanks,
     
     
    Justin
  •  05-21-2008, 11:49 AM 40637 in reply to 40634

    Re: Javascript errors when putting CuteEditor in an iFrame

    Might I also mention that the iFrame is actually Thickbox 3.1 if that helps.
  •  05-23-2008, 10:20 AM 40712 in reply to 40637

    Re: Javascript errors when putting CuteEditor in an iFrame

    For the techs and anyone else who is interested, I figured out that putting a catch block in front of the aforementioned finally block in "CuteEditorImplementation.js" under the \Scripts\IE_Implementation folder fixes the issue. :)
     
    love,
     
    sparklydoodads
View as RSS news feed in XML