|
Further testing shows that it works, but some oddities occur. Browsing for files doesn't work. Firefox 3 spits back an error about the sakai-fck-connector
Probably missing some things, if anyone would like to investigate further, feel free. Simple HTML formatting in Safari using this is working ok. Find and Replace do not seem to be working quite right.
testing on http://qa7-us.sakaiproject.org/portal (2.6.0-beta3) with ffox 3.0.7 (os x) in fckeditor 2.6.2 when you do a find, the main window stays grayed out and you do not see the match until after you close the find window. this is different behavior than in the fckeditor 2.4. replace does not work, e.g., I tried to find the word "spell" and replace it with "spelt". And it never changed. Filed separate JIRAs for this.SAK-15870, SAK-15871. Most recent FCK Editor release is now 2.6.4 on http://www.fckeditor.net/
I have opened a separate ticket for upgrading to 2.6.4 since this work was already completed and tested. See
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Seems to be working well (so far) in 2.5.x.
Instructions:
----------------
cd $SAKAI-SRC/reference/library/src/webapp/editor/
patch -p1 --dry-run < fck.patch
The way I generated this patch means you need to be the level above the FCKeditor in the directory structure, hence -p1.