FCKeditor - What's New?

FCKeditor

This HTML text editor brings to the web much of the power of desktop editors like MS Word. It's lightweight and doesn't require any kind of installation on the client computer.
  
Current Release
2.6.4

What's New?

Version 2.6.4 (Download Zip or GZip from Sourceforge.net)

Fixed Bugs:

  • [#2777] Merging cells between table header and body is no longer possible.
  • [#2815] Fixed WSC issues at slow connection speed. Added SSL support.
  • Language file updates for the following languages:
  • [#2757] Fixed a minor bug which causes selection positions to be improperly restored during undos and redos.

Version 2.6.4 Beta (Download Zip or GZip from Sourceforge.net)

New Features and Improvements:

  • [#2685] Integration with "WebSpellChecker", a zero installation and free spell checker provided by SpellChecker.net. This is now the default spell checker in the editor (requires internet connection). All previous spell checking solutions are still available.
  • [#2430] In the table dialog it's possible to create header cells in the first row (included in a thead element) or the first column of the table.
  • [#822] The table cell dialog allows switching between normal data cells or header cells (TD vs. TH).
  • [#2515] New language file for Icelandic.

Fixed Bugs:

  • [#2381] Protected the editor from duplicate iframes
  • [#1752] Fixed the issue with tablecommands plugin and undefined tagName.
  • [#2333] The > character inside text wasn't encoded in Opera and Safari.
  • [#2467] Fixed JavaScript error with the fit window command in source mode.
  • [#2472] Splitting a TH will create a two TH, not a TH and a TD.
  • [#1891] Removed unnecessary name attributes in dialogs.
  • [#798, #2495] If an image was placed inside a container with dimensions or floating it wasn't possible to edit its properties from the toolbar or context menu.
  • [#1982] Submenus in IE7 now are shown properly.
  • [#2496] Using the Paste dialogs in IE might insert the content at the start of the editor.
  • [#2496] Fixed RTL dialog layout in Internet Explorer.
  • [#2488] Fixed the issue where email links in IE would take the browser to a new page in addition to calling up the email client.
  • [#2519] Fixed race condition at registering the FCKeditorAPI object in multiple editor scenarios.
  • [#2525] Fixed JavaScript error in Google Chrome when StartupShowBlocks is set to true.
  • Language file updates for the following languages:
  • [#2531] The ENTER key will properly scroll to the cursor position when breaking long paragraphs.
  • [#2573] The type name in configurations for the ASP connector are now case sensitive.
  • [#2503] DL, DT and DD where missing the formatting in the generated HTML.
  • [#2516] Replaced the extension AddItem of Array with the standard "push" method.
  • [#2486] Vertically splitting cell with colspan > 1 breaks table layout.
  • [#2597] Fixed the issue where dropping contents from outside of the editor doesn't work in Safari.
  • [#2412] Fixed the issue where FCK.InsertHtml() is no longer removing selected contents after content insertion in Firefox.
  • [#2407] Fixed the issue where the Div container command and the blockquote command would break lists.
  • [#2469] Fixed a minor issue where FCK.SetData() may cause the editor to become unresponsive to the first click after being defocused.
  • [#2611] Fixed an extra slash on quickupload of the asp connector.
  • [#2616] Fixed another situation where new elements were inserted at the beginning of the content in IE.
  • [#2634] Fixed two obsolete references to Array::AddItem() instances still in the code.
  • [#2679] Fixed infinite loop problems with FCKDomRangeIterator class which causes some commands to hang when applied to certain document structures.
  • [#2649] Fixed a JavaScript error in IE when user tries to search with the "Match whole word" option enabled and the matched word is at exactly the end of document.
  • [#2603] Changed the EMailProtection to "none" for better compatibility.
  • [#2612] The 'ForcePasteAsPlainText' configuration option didn't work correctly in Safari and Chrome.
  • [#2696] Fixed non-working autogrow plugin.
  • [#2753] Fixed occasional exceptions in the dragersizetable plugin with IE.
  • [#2653] and [#2733] Enable undo of changes to tables and table cells.
  • [#1865] The context menu is now working properly over the last row in a table with thead. Thanks to Koen Willems.