2.0 RC2

  • [SF Feature-1042034] [SF Feature-1075961] [SF Feature-1083200] A new dialog window for the table cell properties is now available (right-click).
  • [SF Feature-1042034] The new "Split Cell ", to split a table cell in two columns, has been introduced (right-click).
  • [SF Feature-1042034] The new "Merge Cells", to merge table cells (in the same row), has been introduced (right-click).
  • The "fake" TAB key support (available by default over Gecko browsers is now available over IE too. You can set the number of spaces to add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to disable this feature (IE).
  • It now possible to tell IE to send a <BR> when the user presses the Enter key. Take a look at the FCKConfig.UseBROnCarriageReturn configuration setting.
  • [SF Feature-1085422] ColdFusion: The File Manager connector is now available! (Thanks to Hendrik Kramer).
  • The editor is now available in 29 languages! The new language files available are: 
    • [SF Feature-1067775] Chinese Simplified and Traditional (Taiwan and Hong Kong) (by NetRube).
    • Czech (by David Horák).
    • Danish (by Jesper Michelsen).
    • Dutch (by Bram Crins).
    • German (by Maik Unruh).
    • Portuguese (Portugal) (by Francisco Pereira).
    • Russian (by Andrey Grebnev).
    • Slovenian (by Boris Volaric).
  • Updates to the French language files (by Hubert Garrido).
  • [SF BUG-1085816] [SF BUG-1083743] [SF BUG-1078783] [SF BUG-1077861] [SF BUG-1037404] Many small bugs in the XHTML processor has been corrected (workarounds to browser specific bugs). These are some things to consider regarding the changes:
    • [SF BUG-1083744] On Gecko browsers, any element attribute that the name starts with "_moz" will be ignored.
    • [SF BUG-1060073] The <STYLE> and <SCRIPT> elements contents will be handled as is, without CDATA tag surrounding. This may break XHTML validation. In any case the use of external files for scripts and styles is recommended (W3C recommendation).
  • [SF BUG-1088310] [SF BUG-1078837] [SF BUG-999792] URLs now remain untouched when initializing the editor or switching from WYSYWYG to Source and vice versa.
  • [SF BUG-1082323] The problem in the ASP and PHP connectors when handling non "strange" chars in file names has been corrected.
  • [SF BUG-1085034] [SF BUG-1076796] Some bugs in the PHP connector have been corrected.
  • A problem with the "Format" command on IE browsers on languages different of English has been solved. The negative side of this correction is that due to a IE bad design it is not possible to update the "Format" combo while moving throw the text (context sensitive).
  • On Gecko browsers, when selecting an image and executing the "New Page" command, the image handles still appear, even if the image is not available anymore (this is a Gecko bug). When clicking in a "phanton" randle, the browser crashes. It doesn't happen (the crash) anymore.
  • [SF BUG-1082197] On ASP, the bug in the browser detection system for Gecko browsers has been corrected. Thanks to Alex Varga.
  • Again on ASP, the browser detection for IE had some problems on servers that use comma for decimal separators on numbers. It has been corrected. Thanks to Agrotic.
  • No error is thrown now when non existing language is configured in the editor. The English language file is loaded in that case.
  • [SF BUG-1077747] The missing images on the Office2003 and Silver skins are now included in the package.
  • On some Gecko browsers, the dialog window was not loading correctly. I couldn't reproduce the problem, but a fix has been applied based on users tests.
  • [SF BUG-1004078] ColdFusion: The "config" structure/hash table with keys and values is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion are in upper case format. Because the FCKeditor configuration keys must be case sensitive, we had to match all structure/hash keys with a list of the correct configuration names in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm.
  • [SF BUG-1075166] ColdFusion: The "fallback" variant of the texteditor (<textarea>) has a bug in the fckeditor.cfm. This has been fixed.
  • A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki.
  • [SF BUG-1086370] A small coding type in the Link dialog window has been corrected.

2.0 RC1

  • ASP support is now available (including the File Manager connector).
  • PHP support is now available (including the File Manager connector).
  • [SF Feature-1063217] The new advanced Style command is available in the toolbar: full preview, context sensitive, style definitions are loaded from a XML file (see documentation for more instructions).
  • The Font Format, Font Name and Font Size toolbar command now show a preview of the available options.
  • The new Find and Replace features has been introduced.
  • A new Plug-in system has been developed. Now it is quite easy to customize the editor to your needs. (Take a look at the html/sample06.html file).
  • The editor now handles HTML entities in the right way (XHTML support must be set to "true"). It handles all entities defined in the W3C XHTML DTD file.
  • A new "_docs" folder has been introduced for the documentation. It is not yet complete, but I hope the community will help us to fill it better.
  • It is now possible (even if it is not recommended by the W3C) to force the use of simple ampersands (&) on attributes (like the links href) instead of its entity &amp;. Just set FCKConfig.ForceSimpleAmpersand = true in the configuration file.
  • [SF Feature-1026866] The "EditorAreaCSS" configuration option has been introduced. In this way you can set the CSS to use in the editor (editable area).
  • The editing area is not anymore clipped if the toolbar is too large and exceeds the window width.
  • [SF BUG-1064902] [SF BUG-1033933] The editor interface is now completely localizable. The version ships with 19 languages including: Arabic, Bosnian, Catalan, English, Spanish, Estonian, Finnish, French, Greek, Hebrew, Croatian, Italian, Korean, Lithuanian, Norwegian, Polish, Serbian (Cyrillic), Serbian (Latin) and Swedish.
  • [SF BUG-1027858] Firefox 1.0 PR introduced a bug that made the editor stop working on it. A workaround has been developed to fix the problem.
  • There was a positioning problem over IE with the color panel. It has been corrected.
  • [SF BUG-1049842] [SF BUG-1033832] [SF BUG-1028623] [SF BUG-1026610] [SF BUG-1064498] The combo commands in the toolbar were not opening in the right way. It has been fixed.
  • [SF BUG-1053399] [SF BUG-965318] [SF BUG-1018296] The toolbar buttons icons were not showing on some IE and Firefox/Mac installations. It has been fixed.
  • [SF BUG-1054621] Color pickers are now working with the "office2003" and "silver" skins.
  • [SF BUG-1054108] IE doesn’t recognize the "&apos;" entity for apostrophes, so a workaround has been developed to replace it with "&#39;" (its numeric entity representation).
  • [SF BUG-983434] [SF BUG-983398] [SF BUG-1028103] [SF BUG-1072496] The problem with elements with name "submit" inside the editor's form has been solved.
  • [SF BUG-1018743] The problem with Gecko when collapsing the toolbar while in source mode has been fixed.
  • [SF BUG-1065268] [SF BUG-1034354] The XHTML processor now doesn’t use the minimized tag syntax (like <br/>) for empty elements that are not marked as EMPTY in the W3C XHTML DTD specifications.
  • [SF BUG-1029654] [SF BUG-1046500] Due to a bug on Gecko there was a problem when creating links. It has been fixed.
  • [SF BUG-1065973] [SF BUG-999792] The editor now handles relative URLs in IE. In effect IE transform all relative URLs to absolute links, pointing to the site the editor is running. So now the editor removes the protocol and host part of the link if it matches the running server.
  • [SF BUG-1071824] The color dialog box bug has been fixed.
  • [SF BUG-1052856] [SF BUG-1046493] [SF BUG-1023530] [SF BUG-1025978] The editor now doesn’t throw an error if no selection was made and the create link command is used.
  • [SF BUG-1036756] The XHTML processor has been reviewed.
  • [SF BUG-1029101] The Paste from Word feature is working correctly.
  • [SF BUG-1034623] There is an IE bug when setting the editor value to "<p><hr></p>". A workaround has been developed.
  • [SF BUG-1052695] There are some rendering differences between Netscape and Mozilla. (Actually that is a bug on both browsers). A workaround has been developed to solve it.
  • [SF BUG-1050394] The editor doesn’t throw errors when hidden.
  • [SF BUG-1066321] Scrollbars should not appear on dialog boxes (at least for the Image and Link ones).
  • [SF BUG-1046490] Dialogs now are forced to show on foreground over Mac.
  • [SF BUG-1073955] A small bug in the image dialog window has been corrected.
  • [SF BUG-1049534] The Resources Browser window is now working well over Gecko browsers.
  • [SF BUG-1036675] The Resources Browser window now displays the server error on bad installations.

2.0 Beta 2

  • There is a new configuration - "GeckoUseSPAN" - that can be used to tell Gecko browsers to use <SPAN style...> or <B>, <I> and <U> for the bold, italic and underline commands.
  • [SF Feature-1002622] New Text Color andBackground Color commands have been added to the editor.
  • On Gecko browsers, a message is shown when,because ofsecurity settings,the useris not able tocut, copy or paste data from the clipboard using the toolbar buttons or the context menu.
  • The new "Paste as Plain Text " command has been introduced.
  • The new "Paste from Word " command has been introduced.
  • A new configuration named"StartupFocus" can be used to tell the editor to get the focus when the page is loaded.
  • All Java integration files has been moved to a new separated package.
  • [SF BUG-1016781] Table operations are now working when right click inside a table. The following commands has been introduced: Insert Row, Delete Row, Insert Column, Delete Column, Insert Cell and Delete Cells .
  • [SF BUG-965067] [SF BUG-1010379] [SF BUG-977713] XHTML support was not working with FireFox, blocking the editor when submitting data. It has been fixed.
  • [SF BUG-1007547] [SF BUG-974595]The "FCKLang not defined" error when loading has been fixed.
  • [SF BUG-1021028] If the editor doesn't have the focus, some commands were been executed outside the editor in the place where the focus is. It has been fixed.
  • [SF BUG-981191] We are now using <!--- ---> for ColdFusion comments.

2.0 Beta 1

This is the first beta of the 2.x series. It brings a lot of new and important things. Beta versions will be released until all features available on version 1.x will be introduced in the 2.0.

Note: As it is a beta, it is not yet completely developed. Future versions can bring new features that can break backward compatibility with this version.
  • Gecko browsers (Mozilla and Netscape) support.
  • Quick startup response times.
  • Complete XHTML 1.0 support.
  • Advanced link dialog box:
    • Target selection.
    • Popup configurator.
    • E-Mail link.
    • Anchor selector.
  • New File Manager.
  • New dialog box system, with tabbed dialogs support.
  • New context menus with icons.
  • New toolbar with "expand/collapse" feature.
  • Skins support.
  • Right to left languages support.

1.6

  • Context Menu support for form elements.*
  • New "Selection Field" command with advanced dialog box for options definitions.*
  • New "Image Button" command is available.*
  • [SF Feature-936196] Many form elements bugs has been fixed and many improvements has been done.*
  • New Java Integration Module. There is a complete Java API and Tag Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta and Hao Jiang.
  • The Word Spell Checker can be used. To be able to run it, your browser security configuration "Initialize and script ActiveX controls not marked as safe" must be set to "Enable" or "Prompt". And easier and more secure way to do that is to add your site in the list of trusted sites. IeSpell can still be used. Take a look at the fck_config.js file for some configuration options. Thanks to EdwardRF.
  • [SF Feature-748807] [SF Feature-801030] [SF Feature-880684] New "Anchor" command, including context menu support. Thanks to G.Meijer.
  • Special characters are replaced with their decimal HTML entities when the XHMTL support is enabled (only over IE5.5+).
  • New Office 2003 Style toolbar icons are available. Just uncomment the config.ToolbarImagesPath key in the fck_config.js file. Thanks to Abdul-Aziz A. Al-Oraij. Attention: the default toolbar items have been moved to the "images/toolbar/default" directory.
  • [SF Patch-934566] Double click support for Images, Tables, Links, Anchors and all Form elements. Thanks to Top Man.
  • New "New Page" command to start a typing from scratch. Thanks to Abdul-Aziz A. Al-Oraij.
  • New "Replace" command. Thanks to Abdul-Aziz A. Al-Oraij.
  • New "Advanced Font Style" command. Thanks to Abdul-Aziz A. Al-Oraij.
  • [SF Feature-738193] New "Save" command. It can be used to simulate a save action, but in fact it just submits the form where the editor is placed in. Thanks to Abdul-Aziz A. Al-Oraij.
  • New "Universal Keyboard" command. This 22 charsets are available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French, Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian (Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes a keystroke listener to type Arabic on none Arabic OS or machine. Thanks to Abdul-Aziz A. Al-Oraij.
  • [SF Patch-935358] New "Preview" command. Context menu option is included and can be deactivated throw the config.ShowPreviewContextMenu configuration. Thanks to Ben Ramsey.
  • New "Table Auto Format" context menu command. Hack a little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros Lezos.
  • New "Bulleted List Properties " context menu to define its type and class. Thanks to Alexandros Lezos.
  • The image dialog box has been a redesigned . Thanks to Mark Fierling.
  • Images now always have the "alt" attribute set, even when it's value is empty. Thanks to Andreas Barnet.
  • [SF Patch-942250] You can set on fck_config.js to automatically clean Word pasting operations without a user confirmation.
  • Forms element dialogs and other localization pending labels has been updated.
  • A new Lithuanian language file is available. Thanks to Tauras Paliulis.
  • A new Hebrew language file is available. Thanks to Ophir Radnitz.
  • A new Serbian language file is available. Thanks to Zoran Subic.
  • Danish language file updates. Thanks to Flemming Jensen.
  • Catalan language file updates. Thanks to Jordi Cerdan.
  • [SF Patch-936514] [SF BUG-918716] [SF BUG-931037] [SF BUG-865864] [SF BUG-915410] [SF BUG-918716] Some languages files were not saved on UTF-8 format causing some javascript errors on loading the editor or making "undefined" to show on editor labels. This problem was solved.
  • Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci
  • [SF BUG-924620] There was a problem when setting a name to an editor instance when the name is used by another tag. For example when using "description" as the name in a page with the <META name="description"> tag.
  • [SF BUG-935018] The "buletted" typo has been corrected.
  • [SF BUG-902122] Wrong css and js file references have been corrected.
  • [SF BUG-918942] All dialog boxes now accept Enter and Escape keys as Ok and Cancel buttons.

* This version has been partially sponsored by Genuitec, LLC.

Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check