ColdFusion 8 added a rich text control, embedding
FCKEditor via a simple to use <cftextarea richtext="true">. The biggest gotcha with the control is that at the time we released ColdFusion 8, FCKEditor did not support Safari. This morning I had two different users ask me when we'd address this issue (they were asking about
AIR which uses WebKit for HTML rendering, the same engine that drives Safari), and the answer is that we plan on including an updated FCKEditor in the ColdFusion 8 updater due out shortly (the same one that adds support for Leopard, 64bit Windows, and more).
While CFTEXTAREA probably allows to throw out a Rich Text Editor pretty quickly, it is actually a disservice to ColdFusion developers who would be better off spending some time understanding and controlling the code they send to their visitors. They might then find that tinyMCE is a better choice for them, or that jQuery works better for their application than ExtJS.
--- Ben
It's good cf8 comes with a js-based text editor, however, some developer may want to use a lean version. Yes, I understand by switching to the "Basic" mode, FukEditor would provide a much fewer features (as desired). Here's a question, this editor has 370 files spanning over 51 folders all together, when in "Basic" mode, does CF8 load only a tiny core scripts? Otherwise, it does not make sense.
Also, could it use CSS instead of images files for the stubs (again for speed)?
Thanks.
Don
So, when can we realistically expect this upgrade to happen? FCKeditor has been running for ages now on Safari, but still no good with the CF8 standard set. Surely it can not be that hard to update a few files for a brilliant develper team such as Adobe's? Or did I miss the big announcement? Searching for cftexteditor on Adobe's site brings just about no information in terms of using Safari anyway.
Considering how Adobe shows off their magic revamp of sites that use cftexteditor and how it benefits all etc. etc., isn't it slightly misleading when you can't use all the funtastic stuff on Macs, unless you use Firefox - which, given how well Safari runs and also has a load of Debug-Tools (few seem to know this..), I don't really use that much. Also considering Macs are getting more and more popular as developer machines /running Windows, Mac, Linux all on one machine is neat!) nowadays and the aforementioned WebKit argument...
please....
--- Ben
I appreciated getting a simple to implement editor in CF8. However, I've run into a couple of issues. First, it works in IE with one exception, if you implement more than one instance in a page and use ieSpell, it will spell check the first instance then moves to the next instance with an spelling issue and hangs, consuming all resources. You end up killing the IE process to release. I see a bug identified on the FCKeditor site and a temporary work around referenced, but it is unavailable through the link. Do you know what it is? The second issue is I only get text boxes in Mozilla/Firefox. Any ideas?
You should not be getting empty boxes in FF and Mozilla. If you are they you must likely have some script blocking that is preventing the FCK scripts from running.
As for ieSpell, I don't know what to say about that one, especially as that product has not been updated since late 2006. Still, you could try to contact them to see if they have any known issues working with FCKEditor.
--- Ben
Can you figure it out?