Bug CE when used in HTA's

  •  12-23-2004, 6:57 AM

    Bug CE when used in HTA's

    Hi Adam,
     
    I think i found a bug.
    The insert link button generates a javascript error after pressing ok on the A-Dialog:  Line 3035 Invallid argument.
    I debugged this error and found the following:
        source file: CuteEditor.htc.editordotcmd.htm
        linenumber: 542
    When you place a javascript alert(a.innerHTML); on line 541 you will see that if you have set up the CE for use in HTA's, a.innerHTML has the value of a large string with a lot of html tags that doesnt belong there.
    This error (and maybe others) occur only in HTA's and not in a normal browser window.
    My conclusion: CE might not have been tested propperly for use in HTA's.
     
    Can you please help me. We have a large application wich uses CE. The application runs inside HTA's.
View Complete Thread