New Features and Improvements:

  • Users can now decide if the template dialog will replace the entire contents of the editor or simply place the template in the cursor position. This feature can be controlled by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration options.
  • [SF Patch-1237693] A new configuration option (ProcessNumericEntities) is now available to tell the editor to convert non ASCII chars to their relative numeric entity references. It is disabled by default.
  • The new "AdditionalNumericEntities" setting makes it possible to define a set of characters to be transformed to their relative numeric entities. This is useful when you don't want the code to have simple quotes ('), for example.
  • The Norwegian language file (no.js) has been duplicated to include the Norwegian Bokmal (nb.js) in the supported interface languages. Thanks to Martin Kronstad.
  • Two new patterns have been added to the Universal Keyboard:
    • Persian. Thanks to Pooyan Mahdavi
    • Portuguese. Thanks to Bo Brandt.
  • [SF Patch-1517322] It is now possible to define the start number on numbered lists. Thanks to Marcel Bennett.
  • The Font Format combo will now reflect the EditorAreaCSS styles.
  • [SF Patch-1461539] The File Browser connector can now optionally return a "url" attribute for the files. Thanks to Pent.
  • [SF BUG-1090851] The new "ToolbarComboPreviewCSS" configuration option has been created, so it is possible to point the Style and Format toolbar combos to a different CSS, avoiding conflicts with the editor area CSS.
  • [SF Feature-1421309] [SF BUG-1489402] It is now possible to configure the Quick Uploder target path to consider the file type (ex: Image or File) in the target path for uploads.
  • The JavaScript integration file has two new things:
    • The "CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of an editor instance, instead of writing it directly to the page (as done by "Create()").
    • The global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing browser is compatible with FCKeditor. This makes it possible to do any necessary processing depending on the compatibility, without having to create and editor instance.

Fixed Bugs:

  • [SF BUG-1525242] [SF BUG-1500050] All event attributes (like onclick or onmouseover) are now being protected before loading the editor. In this way, we avoid firing those events during editing (IE issue) and they don't interfere in other specific processors in the editor.
  • Small security fixes to the File Browser connectors.
  • [SF BUG-1546226] Small fix to the ColdFusion CFC integration file.
  • [SF Patch-1407500] The Word Cleanup function was breaking the HTML on pasting, on very specific cases. Fixed, thanks to Frode E. Moe.
  • [SF Patch-1551979] [SF BUG-1418066] [SF BUG-1439621] [SF BUG-1501698] Make FCKeditor work with application/xhtml+xml. Thanks to Arpad Borsos.
  • [SF Patch-1547738] [SF BUG-1550595] [SF BUG-1540807] [SF BUG-1510685] Fixed problem with panels wrongly positioned when the editor is placed on absolute or relative positioned elements. Thanks to Filipe Martins.
  • [SF Patch-1511294] Small fix for the File Browser compatibility with IE 5.5.
  • [SF Patch-1503178] Small improvement to stop IE from loading smiley images when one smiley is quickly selected from a huge list of smileys. Thanks to stuckhere.
  • [SF BUG-1549112] The Replace dialog window now escapes regular expression specific characters in the find and replace fields.
  • [SF BUG-1548788] Updated the ieSpell download URL.
  • In FF, the editor was throwing an error when closing the window. Fixed.
  • [SF BUG-1538509] The "type" attribute for text fields will always be set now.
  • [SF BUG-1551734] The SetHTML function will now update the editing area height no matter which editing mode is active.
  • [SF BUG-1554141] [SF BUG-1565562] [SF BUG-1451056] [SF BUG-1478408] [SF BUG-1489322] [SF BUG-1513667] [SF BUG-1562134] The protection of URLs has been enhanced and now it will not break URLs on very specific cases.
  • [SF BUG-1545732] [SF BUG-1490919] No security errors will be thrown when loading FCKeditor in page inside a FRAME defined in a different domain.
  • [SF BUG-1512817] [SF BUG-1571345] Fixed the "undefined" addition to the content when ShowBorders = false and FullPage = true in Firefox. Thanks to Brett.
  • [SF BUG-1512798] BaseHref will now work well on FullPage, even if no <head> is available.
  • [SF BUG-1509923] The DocumentProcessor is now called when using InserHtml().
  • [SF BUG-1505964] The DOCTYPE declaration is now preserved when working in FullPage.
  • [SF BUG-1553727] The editor was throwing an error when inserting complex templates. Fixed.
  • [SF Patch-1564930] [SF BUG-1562828] In IE, anchors where incorrectly copied when using the Paste from Word button. Fixed, thanks to geirhelge.
  • [SF BUG-1557709] [SF BUG-1421810] The link dialog now validates Popup Window names.
  • [SF BUG-1556878] Firefox was creating empty tags when deleting the selection in some special cases.
  • The context menu for links is now correctly shown when right-clicking on floating divs.
  • [SF BUG-1084404] The XHTML processor now ignores empty span tags.
  • [SF BUG-1221728] [SF BUG-1174503] The <abbr> tag is not anymore getting broken by IE.
  • [SF BUG-1182906] IE is not anymore messing up mailto links.
  • [SF BUG-1386094] Fixed an issue when setting configuration options to empty ('') by code.
  • [SF BUG-1389435] Fixed an issue in some dialog boxes when handling numeric inputs.
  • [SF BUG-1398829] Some links may got broken on very specific cases. Fixed.
  • [SF BUG-1409969] <noscript> tags now remain untouched by the editor.
  • [SF BUG-1433457] [SF BUG-1513631] Empty "href" attributes in <a> or empty "src" in <img> will now be correctly preserved.
  • [SF BUG-1435195] Scrollbars are now visible in the File Browser (for custom implementations).
  • [SF BUG-1438296] The "ForceSimpleAmpersand" setting is now being honored in all tags.
  • If a popup blocker blocks context menu operations, the correct alert message is displayed now, instead of a ugly JavaScript error.
  • [SF BUG-1454116] The GetXHTML() function will not change the IsDirty() value of the editor.
  • The spell check may not work correctly when using SpellerPages with ColdFusion. Fixed.
  • [SF BUG-1481861] HTML comments are now removed by the Word Cleanup System.
  • [SF BUG-1489390] A few missing hard coded combo options used in some dialogs are now localizable.
  • [SF BUG-1505448] The Form dialog now retrieves the value of the "action" attribute exactly as defined in the source.
  • [SF Patch-1517322] Solved an issue when the toolbar has buttons with simple icons (usually used by plugins) mixed with icons coming from a strip (the default toolbar buttons).
  • [SF Patch-1575261] Some fields in the Table and Cell Properties dialogs were being cut. Fixed.
  • Fixed a startup compatibility issue with Firefox 1.0.4.
Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check