Firefox 1.0.7 editor.Text bug

  •  05-04-2006, 11:23 PM

    Firefox 1.0.7 editor.Text bug

    When preloading html with editor.Text in FireFox V1.0.7 with something like:
     
    <html><head>
    <title>Blah</title>
    <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    </head>
    <body>
    Blah Blah
    </body>
    </html>
     
    You get a glimpse of the content then it vanishes and you can't use the 'normal' or 'html' tabs. Javascript console reads:
     
    Error: headHTML is not defined
    Source File:
    https://domain/CuteEditor_Files/Gecko.js.asp?UC=en-en
    Line: 5
     
    Removing the head tag with all it's contents is a workaround solution which is fine in our case as we use Cute Ed for email composition.
     
    Is there a better solution available?
     
View Complete Thread