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-enLine: 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?