New Features and Improvements:
- It is now possible to set the default target when creating links, with the new "DefaultLinkTarget" setting.
- [#436] The new "FirefoxSpellChecker" setting is available, to enable/disable the Firefox built-in spellchecker while typing. Even if word suggestions will not appear in the FCKeditor context menu, this feature is useful to quickly identify misspelled words.
- [#311] The new "BrowserContextMenuOnCtrl" setting is being introduced, to enable/disable the ability of displaying the default browser's context menu when right-clicking with the CTRL key pressed.
Fixed Bugs:
- [#300] The fck_internal.css file was not validating with the W3C CSS Validation Service.
- [#336] Ordered list didn't keep the Type attribute properly (it was converted to lowercase when the properties dialog was opened again).
- [#318] Multiple linked images are merged in a single link in IE.
- [#350] The <marquee> element will no longer append unwanted <p> </p> to the code.
- [#351] The content was being lost for images or comments only HTML inserted directly in the editor source or loaded in the editor.
- [#388] Creating links in lines separated by <br> in IE can lead to a merge of the links.
- [#325] Calling the GetXHTML can distort visually the rendering in Firefox.
- [#391] When ToolbarLocation=Out, a "Security Warning" alert was being shown in IE if under https. Thanks to reister.
- [#360] Form "name" was being set to "[object]" if it contained an element with id="name".
- Fixed a type that was breaking the ColdFusion SpellerPages integration file when no spelling errors were found.
- The ColdFusion SpellerPages integration was not working it Aspell was installed in a directory with spaces in the name.
- Added option to SpellerPages to ignore "alt" attributes.
- [#451] Classes for images in IE didn't take effect immediately.
- [#430] Links with a class did generate a span in Firefox when removing them.
- [#274] The PHP quick upload still tried to use the uppercased types instead of the lowercased ones.
- [#416] The PHP quick upload didn't check for the existence of the folder before saving.
- [#467] If InsertHtml was called in IE with a comment (or any protected source at the beginning) it was lost.
- [SF BUG-1518766] Mozilla 1.7.13 wasn't recognized properly as an old Gecko engine.
- [#324] Improperly nested tags could lead to a crash in IE.
- [#455] Files and folders with non-ANSI names were returned with a double UTF-8 encoding in the PHP File Manager.
- [#273] The extensions "sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions on upload.
- [#453] No more errors when hitting del inside an empty table cell.
- The perl connector cgi file has been changed to Unix line endings.
- [#202] Regression: The HR tag will not anymore break the contents loaded in the editor.
- [#508] The HR command had a typo.
- [#505] Regression: IE crashed if a table caption was deleted.
- [#82] [#359] <object> and <embed> tags are not anymore lost in IE.
- [#493] If the containing form had a button named "submit" the "Save" command didn't work in Firefox.
- [#414] If tracing was globally enabled in Asp.Net 2.0 then the Asp.Net connector did fail.
- [#520] The "Select Field" properties dialog was not correctly handling select options with &, < and >.
- [#258] The Asp integration didn't pass boolean values in English, using instead the locale of the server and failing.
- [#487] If an image with dimensions set as styles was opened with the image manager and then the dialog was canceled the dimensions in the style were lost.
- [#220] The creation of links or anchors in a selection that results on more than a single link created will not anymore leave temporary links in the source. All links will be defined as expected.
- [#182] [#261] [#511] Special characters, like percent signs or accented chars, and spaces are now correctly returned by the File Browser.
- [#281] Custom toolbar buttons now render correctly in all skins.
- [#527] If the configuration for a toolbar isn't fully valid, try to keep on parsing it.
- [#187] [#435] [SF BUG-1612978] [SF BUG-1163511] Updated the configuration options in the ColdFusion integration files.
- [SF Patch-1726781] Updated the upload class for asp to handle large files and other data in the forms. Thanks to NetRube.
- [#225] With ColdFusion, the target directory is now being automatically created if needed when "quick uploading". Thanks to sirmeili.
- [#295] [#510] Corrected some path resolution issues with the File Browser connector for ColdFusion.
- [#239] The <xml> tag will not anymore cause troubles.
- [SF BUG-1721787] If the editor is run from a virtual dir, the PHP connector will detect that and avoid generating a wrong folder.
- [#431] PHP: The File Browser now displays an error message when it is not able to create the configured target directory for files (instead of sending broken XML responses).