I had everything working great (I thought) until someone pulled out IE6. It works great on IE7, Firefox, Netscape 7, Opera... the problem simply is no content displayed in the editor. If you enter some text and submit the new text will be appended to the old content. This is on windows 2000, Coldfusion 5, I'm not sure how to tell what version of the editor? Any ideas what I'm doing wrong?
Here's the source: http://pastebin.ca/668037
<cfmodule template="../../fckeditor/fckeditor.cfm"
basePath="/sitebuilder/tools/fckeditor/"
instanceName="content"
checkBrowser="false"
value="#dspContent#"
width="550"
height="350"
type="SiteBuilder"
filepath=""
toplevel="#application.share_root#images\#application.domain#\community_news\"
fieldname="content"
formname="GetData"
html="#HTMLEditFormat(dspContent)#"
maxsize="2000"
initimgpath="#application.share_root#images\#application.domain#\community_news\">
Thu, 08/23/2007 - 04:18
#1
Re: Content not showing in IE6 on Coldfusion 5
Re: Content not showing in IE6 on Coldfusion 5
Today I have tried installing the latest "editor" directory which doesn't seem to like the UniversalKey button. But I tried with the latest version of fckconfig.js also which didn't throw the error for UniversalKey, but still no content in the editor.
I'm stumped and have wasted 8 hours on this today. Please help.