Undefined JS variables when loading dialogs

  •  03-24-2011, 11:51 AM

    Undefined JS variables when loading dialogs

    I am testing CuteEditor 6.6 for deployment, and for some reason when I click to insert hyperlink, firefox says:
     
    Error: arg is undefined
    Source File: /CuteEditor/Scripts/Dialog/Dialog_TagHead.js
    Line: 1
    Error: editor is undefined
    Source File: /CuteEditor/Scripts/Dialog/Dialog_Tag_A.js
    Line: 102
     
    Subsequently the "Browse" button is unclickable.
     
    Also, likely related, when I click to view the image gallery I get:
     
    Error: Oxba is null
    Source File: /CuteEditor/Dialogs/phpuploader/ajaxuploaderresource.php?type=script
    Line: 16
    And the Image button:
     
    Error: arg is undefined
    Source File: /CuteEditor/Scripts/Dialog/Dialog_TagHead.js
    Line: 1
    Error: element is undefined
    Source File: /CuteEditor/Scripts/Dialog/Dialog_Tag_Input.js
    Line: 1
     
    Then clicking browse:
     
    Error: editor is undefined
    Source File: /CuteEditor/Scripts/Dialog/Dialog_Tag_Input.js
    Line: 1
     
View Complete Thread