Enhancements to the Word cleaning feature (Thanks to Karl von Randow).
The Table dialog box now handles the Style width and height set in the table (Thanks to Roberto Arruda). There where many problems on prior version when people changed manually the table's size, dragging the size handles, and then it was not possible to set a new size using the table dialog box.
For the Image dialog box:
No image is shown in the preview pane if no image has been set.
If no HSpace is set in the image a "-1" value was shown in the dialog box. Now, nothing is shown if the value is negative.
[SF BUG-739630] Image with link lost the link when changing its properties. The problem is solved.
Due to some problems in the XHTML cleaning (content duplication when the source HTML is dirty and malformed), the XHTML support is turned off by default from this version. You can still change this behavior and turn it on in the configuration file.
Some little updates on the English language file.
A few addition of missing entries on all languages files (translations for these changes are pending).
Language files has been added for the following languages:
The "Multi Language" system is now available. This version ships with English and Italian versions completed. Other languages will be available soon. The editor automatically detects the client language and sets all labels, tooltips and dialog boxes to it, if available. The auto detection and the default language can be set in the fck_config.file.
Two files can now be created to isolate customizations code from the original source code of the editor: fckeditor.config.js and fckeditor.custom.js. Create these files in the root folder of your web site, if needed. The first one can be used to add or override configurations set on fck_config.js. The second one is used for custom actions and behaviors.
A problem with relative links and images like "/test/test.doc" has been solved. In prior versions, only with XHTML support enabled, the URL was changed to something like "http://www.mysite.xxx/test/test.doc" (The domain was automatically added). Now the XHTML cleaning procedure gets the URLs exactly how they are defined in the editor’s HTML.
[SF BUG-742168] Mouse drag and drop from toolbar buttons has been disabled.
[SF BUG-768210] HTML entities, like <, were not load correctly. The problem is solved.
[SF BUG-748812] The link dialog window doesn't open when the link button is grayed.
Three new options are available in the configuration file to set what file types are allowed / denied to be uploaded from the "Insert Link" and "Insert Image" dialog boxes.
Upload options, for links and images, are automatically hidden on IE 5.0 browsers (it's not compatible).
[SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were lost.
[SF BUG-713797] Fixed some image dialog errors when trying to set image properties when no image is available.
[SF BUG-736414] Developed a workaround for a DHTML control bug when loading in the editor some HTML started with <p><hr></p>.
[SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This feature is still not available over IE 5.0.
[SF BUG-737233] CSS mappings are now OK on the PHP image browser module.
[SF BUG-737495] The image preview in the image dialog box is now working correctly.
[SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form is posted.
[SF BUG-739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA is shown).