Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.2-rc6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2008 at 21:13 UTC
Updated:
14 Jan 2009 at 01:10 UTC
Hello
I'm maintainer of AJAX comments. I have a bug in my issue queue related to FCKeditor. In few words, it can be resolved by calling doFCKeditorSave() in FCK 6.x or FCKeditor_OnAfterLinkedFieldUpdate() in FCK 6.x-2, but nwither of those functions are present in 5.x branch of your module. I've tried to add doFCKeditorSave() to 5.x manually and everything works fine. I'm not sure, if there is something other need to be added with this functions, you should know better, but at least, it works now.
Attaching my patch to fckeditor.utils.js here.
| Comment | File | Size | Author |
|---|---|---|---|
| fckeditor.utils_.js_.patch | 1.87 KB | neochief |
Comments
Comment #1
wwalc commentedI had some problems with understanding the first three comments here: #349426: Doesn't work with FCKeditor :-)
Actually the doFCKeditorSave() function may be simpler in the 5.x version of the FCKeditor module.
I have refactored the code a bit in CVS, let me know is it working for you as expected:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/fckeditor/f...
(should be available as a dev release in 2 hours).
Comment #2
neochief commentedYes, works like a charm (you can also replace tabs with double space char for beter code style). Anyway, thanks for fix, Wiktor.