2.1

New Features and Improvements:
  • [SF BUG-1200328] The editor now offers a way to "protect" part of the source to remain untouched while editing or changing views. Just use the "FCKConfig.ProtectedSource" object to configure it and customize to your needs. It is based on regular expressions. See fckconfig.js for some samples.
  • The editor now offers native support for Lasso. Thanks and welcome to our new developer Jason Huck.
  • New language files are available:
    • Faraose (by Smin Lassaberg and Helgi Arnthorsson)
    • Malay (by Fairul Izham Mohd Mokhlas)
    • Mongolian (by Lkamtseren Odonbaatar)
    • Vietnamese (by Phan Binh Giang)
  • A new configurable ColdFusion connector is available. Thanks to Mark Woods. Many enhancements has been introduced with it.
  • The PHP connector for the default File Browser now sorts the folders and files names.
  • [SF BUG-1289372] [SF BUG-1282758] In the PHP connector it is now possible to set the absolute (server) path to the User Files directory, avoiding problems with Virtual Directories, Symbolic Links or Aliases. Take a look at the config.php file.
  • The ASP.Net uploader (for Quick Uploads) has been added to the package.
  • A new way to define simple "combo" toolbar items , like Style and Font, has been introduced. Thanks to Steve Lineberry. See sample06.html and the "simplecommands" plugin to fully understand it.
  • A new test case has been added that shows how to set the editor background dynamically without using a CSS.
  • [SF BUG-1155906] [SF BUG-1110116] [SF BUG-1216332] The "AutoDetectPasteFromWord" configuration option is back (IE only feature).
  • The new "OnAfterLinkedFieldUpdate" event has been introduced. If is fired when the editor updates its hidden associated field.
  • Attention: The color of the right border of the toolbar (left on RTL interfaces) has been moved from code to the CSS (TB_SideBorder class). Update your custom skins.
  • A sample "htaccess.txt" file has been added to the editor's package to show how to configure some Linux sites that could present problems on Firefox with "Illegal characters" errors. Respectively the "" chars.
  • With the JavaScript, ASP and PHP integration files, you can set the QueryString value "fcksource=true" to load the editor using the source files (located in the _source directory) instead of the compressed ones. Thanks to Kae Verens for the suggestion.
  • [SF Feature-1246623] The new configuration option "ForceStrongEm" has been introduced so you can force the editor to convert all <B> and <I> tags to <STRONG> and <EM> respectively.
  • A nice contribution has been done by Goss Interactive Ltd:
    • [SF BUG-1246949] Implemented ENTER key and BACKSPACE key handlers for Gecko so that P tags (or an appropriate block element) get inserted instead of BR tags when not in the UseBROnCarriageReturn config mode.
      The ENTER key handling has been written to function much the same as the ENTER key handling on IE : as soon as the ENTER key is pressed, existing content will be wrapped with a suitable block element (P tag) as appropriate and a new block element (P tag) will be started.
      The ENTER key handler also caters for pressing ENTER within empty list items - ENTER in an empty item at the top of a list will remove that list item and start a new P tag above the list; ENTER in an empty item at the bottom of a list will remove that list item and start a new P tag below the list; ENTER in an empty item in the middle of a list will remove that list item, split the list into two, and start a new P tag between the two lists.
    • Any tables that are found to be incorrectly nested within a block element (P tag) will be moved out of the block element when loaded into the editor. This is required for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML. 
    • The InsertOrderedList and InsertUnorderedList commands have been overridden on Gecko to ensure that block elements (P tags) are placed around a list item's content when it is moved out of the list due to clicking on the editor's list toolbar buttons (when not in the UseBROnCarriageReturn config mode).
Fixed Bugs:
  • [SF BUG-1253255] [SF BUG-1265520] Due to changes on version 2.0, the anchor list was not anymore visible in the link dialog window. It has been fixed.
  • [SF BUG-1242979] [SF BUG-1251354] [SF BUG-1256178] [SF BUG-1274841] [SF BUG-1303949] Due to a bug on Firefox, some keys stopped working on startup over Firefox. It has been fixed.
  • [SF BUG-1251373] The above fix also has corrected some strange behaviors on Firefox.
  • [SF BUG-1144258] [SF BUG-1092081] The File Browsers now run on the same server session used in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta.
  • [SF BUG-1305619] No more repeated login dialogs when running the editor with Windows Integrated Security with IIS.
  • [SF Patch-1245304] The Test Case 004 is now working correctly. It has been changed to set the editor hidden at startup.
  • [SF BUG-1290610] Over HTTPS, there were some warnings when loading the Images, Flash and Link dialogs. Fixed.
  • Due to Gecko bugs, two errors were thrown when loading the editor in a hidden div. Workarounds have been introduced. In any case, the testcase 004 hack is needed when showing the editor (as in a tabbed interface).
  • An invalid path in the dialogs CSS file has been corrected.
  • On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut keys.
  • [SF BUG-1295538] A few Undo/Redo fixes for IE have been done.
  • [SF BUG-1247070] On Gecko, it is now possible to use the shortcut keys for Bold (CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like in IE.
  • [SF BUG-1274303] The "Insert Column" command is now working correctly on TH cells. It also copies any attribute applied to the source cells.
  • [SF Patch-1287070] In the Universal Keyboard, the Arabic keystrokes translator is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij.
  • The editor now handles AJAX requests with HTTP status 304.
  • [SF BUG-1157780] [SF BUG-1229077] Weird comments are now handled correctly (ignored on some cases).
  • [SF BUG-1155774] A spelling error in the Bulleted List Properties dialog has been corrected.
  • [SF BUG-1272018] The ampersand character can now be added from the Special Chars dialog.
  • [SF BUG-1263161] A small fix has been applied to the sampleposteddata.php file. Thanks to Mike Wallace.
  • [SF BUG-1241504] The editor now looks also for the ID of the hidden linked field.
  • The caption property on tables is now working on Gecko. Thanks to Helen Somers (Goss Interactive Ltd).
  • [SF BUG-1297431] With IE, the editor now works locally when its files are placed in a directory path that contains spaces.
  • [SF BUG-1279551] [SF BUG-1242105] On IE, some features are dependant of ActiveX components (secure... distributed with IE itself). Some security setting could avoid the usage of those components and the editor would stop working. Now a message is shown, indicating the use the minimum necessary settings need by the editor to run.
  • [SF BUG-1298880] Firefox can't handle the STRONG and EM tags. Those tags are now converted to B and I so it works accordingly.
  • [SF BUG-1271723] On IE, it is now possible to select the text and work correctly in the contents of absolute positioned/dimensioned divs.
  • On IE, there is no need to click twice in the editor to activate the cursor in the editing area.
  • [SF BUG-1221621] Many "warnings" in the Firefox console are not thrown anymore.
  • [SF BUG-1295526] While editing on "FullPage" mode the basehref is now active for CSS "link" tags.
  • [SF Patch-1222584] A small fix to the PHP connector has been applied.
  • [SF Patch-1281313] A few small changes to avoid problems with Plone. Thanks to Jean-mat.
  • [SF BUG-1275911] A check for double dots sequences on directory names on creation has been introduced to the PHP and ASP connectors.

2.0

New Features and Improvements:
  • The new "Flash" command is available. Now you can easily handle Flash content, over IE and Gecko, including server browser integration and context menu support. Due to limitations of the browsers, it is not possible to see the preview of the movie while editing, so a nice "placeholder" is used instead. *
  • A "Quick Upload " option is now available in the link, image and flash dialog windows, so the user don't need to go (or have) the File Browser for this operations. The ASP and PHP uploader are included. Take a look at the configuration file.***
  • Added support for Active FoxPro Pages . Thanks to our new developer, Sönke Freitag.
  • It is now possible to disable the size handles for images and tables (IE only feature). Take a look at the DisableImageHandles and DisableTableHandles configuration options.
  • The handles on form fields (small squares around them) and the inline editing of its contents have been disabled. This makes it easier to users to use the controls.
  • A much better support for Word pasting operations has been introduced. Now it uses a dialog box, in this way we have better results and more control.**
  • [SF Patch-1225372] A small change has been done to the PHP integration file. The generic __construct constructor has been added for better PHP 5 sub-classing compatibility (backward compatible). Thanks to Marcus Bointon.
Fixed Bugs:
  • ATTENTION: Some security changes have been made to the connectors. Now you must explicitly enable the connector you want to use. Please test your application before deploying this update.
  • [SF BUG-1211591] [SF BUG-1204273] The connectors have been changed so it is not possible to use ".." on directory names.
  • [SF Patch-1219734] [SF BUG-1219728] [SF BUG-1208654] [SF BUG-1205442] There was an error in the page unload on some cases that has been fixed.
  • [SF BUG-1209708] [SF BUG-1214125] The undo on IE is now working correctly when the user starts typing.
  • The preview now loads "Full Page" editing correctly. It also uses the same XHTML code produced by the final output.
  • The "Templates" dialog was not working on some very specific (and strange) occasions over IE.
  • [SF BUG-1199631] [SF BUG-1171944] A new option is available to avoid a bad IE behavior that shows the horizontal scrollbar even when not needed. You can now force the vertical scrollbar to be always visible. Just set the "IEForceVScroll" configuration option to "true". Thanks to Grant Bartlett.
  • [SF Patch-1212026] [SF BUG-1228860] [SF BUG-1211775] [SF BUG-1199824] An error in the Packager has been corrected.
  • [SF BUG-1163669] The XHTML processor now adds a space before the closing slash of tags that don't have a closing tag, like <br />.
  • [SF BUG-1213733] [SF BUG-1216866] [SF BUG-1209673] [SF BUG-1155454] [SF BUG-1187936] Now, on Gecko, the source is opened in a dialog window to avoid fatal errors (Gecko bugs).
  • Some pages have been changed to avoid importing errors on Plone. Thanks to Arthur Kalmenson.
  • [SF BUG-1171606] There is a bug on IE that makes the editor to not work if the instance name matches a meta tag name. Fixed.
  • On Firefox, the source code is now opened in a dialog box, to avoid error on pages with more than one editor.
  • [SF Patch-1225703] [SF BUG-1214941] The "ForcePasteAsPlainText" configuration option is now working correctly on Gecko browsers. Thanks to Manuel Polo.
  • [SF BUG-1228836] The "Show Table Borders" feature is now working on Gecko browsers.
  • [SF Patch-1212529] [SF BUG-1212517] The default File Browser now accepts connectors with querystring parameters (with "?"). Thanks to Tomas Jucius.
  • [SF BUG-1233318] A JavaScript error thrown when using the Print command has been fixed.
  • [SF BUG-1229696] A regular expression has been escaped to avoid problems when opening the code in some editors. It has been moved to a dialog window.
  • [SF BUG-1231978] [SF BUG-1228939] The Preview window is now using the Content Type and Base href.
  • [SF BUG-1232056] The anchor icon is now working correctly on IE.
  • [SF BUG-1202468] The anchor icon is now available on Gecko too.
  • [SF BUG-1236279] A security warning has been corrected when using the File Browser over HTTPS.
  • The ASP implementation now avoid errors when setting the editor value to null values.
  • [SF BUG-1237359] The trailing <BR> added by Gecko at the end of the source is now removed.
  • [SF BUG-1170828] No more &nbsp; is added to the source when using the "New Page" button.
  • [SF BUG-1165264] A new configuration option has been included to force the editor to ignore empty paragraph values (<p>&nbsp;</p>), returning empty ("").
  • No more &nbsp; is added when creating a table or adding columns, rows or cells.
  • The <TD> tags are now included in the FillEmptyBlocks configuration handling.
  • [SF BUG-1224829] A small bug in the "Find" dialog has been fixed.
  • [SF BUG-1221307] A small bug in the "Image" dialog has been fixed.
  • [SF BUG-1219981] [SF BUG-1155726] [SF BUG-1178473] It is handling the <FORM>, <TEXTAREA> and <SELECT> tags "name" attribute correctly. Thanks to thc33.
  • [SF BUG-1205403] The checkbox and radio button values are now handled correctly in their dialog windows. Thanks to thc33.
  • [SF BUG-1236626] The toolbar now doesn't need to collapse when unloading the page (IE only).
  • [SF BUG-1212559] [SF BUG-1017231] The "Save" button now calls the "onsubmit" event before posting the form. The submit can be cancelled if the onsubmit returns "false".
  • [SF BUG-1215823] The editor now works correctly on Firefox if it values is set to "<p></p>".
  • [SF BUG-1217546] No error is thrown when "pasting as plain text" and no text is available for pasting (as an image for example).
  • [SF BUG-1207031] [SF BUG-1223978] The context menu is now available in the source view.
  • [SF BUG-1213871] Undo has been added to table creation and table operation commands.
  • [SF BUG-1205211] [SF BUG-1229941] Small bug in the mcpuk file browser have been corrected.
* This version has been partially sponsored by Infineon Technologies AG.
** This version has been partially sponsored by Visualsoft Web Solutions.
*** This version has been partially sponsored by Web Crossing, Inc.

2.0 FC

New Features and Improvements:

  • A new tab called "Link" is available in the Image Dialog window. In this way you can insert or modify the image link directly from that dialog.*
  • The new "Templates" command is now available. Now the user can select from a list of pre-build HTML and fill the editor with it. Take a look at the "_docs" for more info.**
  • The mcpuk's File Browser for PHP has been included in the package. He became the official developer of the File Manager for FCKeditor, so we can expect good news in the future.
  • New configuration options are available to hide tabs from the Image Dialog and Link Dialog windows: LinkDlgHideTarget, LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced.
  • [SF BUG-1189442] [SF BUG-1187164] [SF BUG-1185905] It is now possible to configure the editor to not convert Greek or special Latin letters to ther specific HTML entities. You can also configure it to not convert any character at all. Take a look at the "ProcessHTMLEntities", "IncludeLatinEntities" and "IncludeGreekEntities" configuration options.
  • New language files are available:
    • Basque (by Ibon Igartua)
    • English (Australia / United Kingdom) (by Christopher Dawes)
    • Ukrainian (by Alexander Pervak)
  • The version and date information have been removed from the files headers to avoid unecessary diffs in source control systems when new versions are released (from now on).
  • [SF Patch-1159854] Ther HTML output rendered by the server side integration files are now XHTML compatible.
  • [SF BUG-1181823] It is now possible to set the desired DOCTYPE to use when edit HTML fragments (not in Full Page mode).
  • There is now an optional way to implement different "mouse over" effects to the buttons when they are "on" of "off".

Fixed Bugs:

  • [SF BUG-1162200] [SF BUG-1161633] [SF BUG-1050293] [SF BUG-1058948] [SF BUG-1109120] [SF BUG-1155408] The IE memory leak bug has been solved. The code has been completely reviewed and many memory usage improvements have been done.
  • [SF BUG-1179645] [SF BUG-1183252] [SF BUG-1181647] [SF BUG-1155627] [SF BUG-1155782] [SF BUG-1155750] [SF BUG-1157166] [SF BUG-1157857] [SF BUG-1158121] [SF BUG-1177153] [SF BUG-1175847] [SF BUG-1155747] There was a loading problem in Gecko browsers in some cases. It has been solved.
  • [SF BUG-1161147] [SF BUG-1157635] [SF BUG-1149805] [SF BUG-1124600] [SF BUG-1117535] [SF BUG-1118145] [SF BUG-1098113] [SF BUG-1092272] [SF BUG-1086416] [SF BUG-1027952] [SF BUG-978441] A custom Undo/Redo system has been implemented for IE.
  • The editor startup execution is now made in the right order (so configurations override works correctly).
  • [SF BUG-1166779] [SF BUG-1166651] [SF BUG-1066198] [SF BUG-1090388] No more "illegible" characters in the toolbar when "ClearType" is active.
  • It is now possible to set the "width" style of the BODY tag in the EditorAreaCSS to limit the editing area size.
  • [SF BUG-1113620] In IE, the editor doesn't generate new entries in the browser history anymore.
  • The editor now uses the same method used on version RC2 to load its contents on Gecko. It is now possible to have more than one editor in the page. This change has a negative impact: the BaseHref property is not working.
  • Changes have been made to make the editor work with PHP versions older than 2.1.0.
  • [SF BUG-1190835] [SF BUG-1196547] [SF BUG-1156863] The "Insert Horizontal Line" command is now working correctly. Thanks to Hector Raul Colonia Coral.
  • [SF BUG-1101861] The editor now shows a normal textarea correctly (as expected) on Safari browsers (and all "like Gecko" browsers). Thanks to Bob Paul.
  • [SF BUG-1182224] The PHP connector can now handle file extensions in upper case, like JPG or Gif, correctly. Thanks to Georg Ivancsic.
  • The "sample06.html" is now working correctly with Gecko browsers.
  • [SF BUG-1156660] Some fixes have been applied to the Universal Keyboard. Thanks to Abdul-Aziz Al-Oraij.
  • [SF BUG-1192881] [SF BUG-1185006] [SF BUG-1156068] The "Browse Server" button is now working correctly for the Background Image in the "Document Properties" dialog window (full page editing). The active "BaseHref" is also set to the preview window.
  • [SF BUG-1191704] Invalid HTML tags (according to the W3C naming standards for XHTML) are ignored with no errors.
  • [SF BUG-1185911] The Greek language file name has been corrected to "el.js".
  • [SF BUG-1181572] [SF BUG-1158421] The "Print" button is now active on startup.
  • [SF BUG-1165219] No error occours when the user defines just one color to the FontColors on "in page" configurations.
  • [SF BUG-1162957] The small problem with Zope (ZPT) has been solved.
  • Some small RTL / LTR corrections has been done in the interface and the Farsi language has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.

* This version has been partially sponsored by the Hamilton College.
** This version has been partially sponsored by Infineon Technologies AG.

2.0 RC3

New Features and Improvements:

  • The editor now offers native Perl integration! Thanks and welcome to Takashi Yamaguchi, our official Perl developer.
  • [SF Feature-1026584] [SF Feature-1112692] Formatting has been introduced to the Source View. The output HTML can also be formatted. You can choose to use spaces or tab for indentation. See the configuration file.
  • [SF Feature-1031492] [SF Feature-1004293] [SF Feature-784281] It is now possible to edit full HTML pages with the editor. Use the "FullPage" configuration setting to activate it.
  • The new toolbar command, "Document Properties" is available to edit document header info, title, colors, background, etc... Full page editing must be enabled.
  • [SF Feature-1151448] Spell Check is now available. You can use ieSpell or Speller Pages right from FCKeditor. More info about configuration can be found in the _docs folder.
  • [SF Feature-1041686] [SF Feature-1086386] [SF Feature-1124602] New "Insert Anchor" command has been introduced. (The anchor icon is visible only over IE for now).
  • [SF Feature-1123816] It is now possible to configure the editor to show "fake" table borders when the border size is set to zero. (It is working only on IE for now).
  • Numbered and Bulleted lists can now be configured . Just right click on then.
  • [SF Feature-1088608] [SF Feature-1144047] [SF Feature-1149808] A new configuration setting is available, "BaseHref ", to set the URL used to resolve relative links.
  • It is now possible to set the content language direction . See the "FCKConfig.ContentLangDirection" configurations setting.
  • All Field Commands available on version 1.6 have been upgraded and included in this version: form, checkbox, radio button, text field, text area, select field, button, image button and hidden field .
  • Context menu options (right-click) has been added for: anchors, select field, textarea, checkbox, radio button, text field, hidden field, textarea, button, image button, form, bulleted list and numbered list .
  • The "Universal Keyboard" has been converted from version 1.6 to this one and it's now available.
  • It is now possible to configure the items to be shown in the context menu . Just use the FCKConfig.ContextMenu option at fckconfig.js.
  • A new configuration (FillEmptyBlocks) is available to force the editor to automatically insert a &nbsp; on empty block elements (p, div, pre, h1, etc...) to avoid differences from the editing and the final result. (Actually, the editor automatically "grows" empty elements to make the user able to enter text on it). Attention: the extra &nbsp; will be added when switching from WYSIWYG to Source View, so the user may see an additional space on empty blocks. (XHTML support must be enabled).
  • It is now possible to configure the toolbar to "break " between two toolbar strips. Just insert a "/" between then. Take a look at fckconfig.js for a sample.
  • New Language files are available:
    • Brazilian Portuguese (by Carlos Alberto Tomatis Loth)
    • Bulgarian (by Miroslav Ivanov)
    • Esperanto (by Tim Morley)
    • Galician (by Fernando Riveiro Lopez)
    • Japanese ( by Takashi Yamaguchi)
    • Persian (by Hamed Taj-Abadi)
    • Romanian (by Adrian Nicoara)
    • Slovak (by Gabriel Kiss)
    • Thai (by Audy Charin Arsakit)
    • Turkish (by Reha Bier)
    • The Chinese Traditional has been set as the default (zn) instead of zn-tw.
  • Warning: All toolbar image images have been changed. The "button." prefix has been removed. If you have your custom skin, please rename your files.
  • A new plugin is available in the package: "Placeholders". In this way you can insert non editable tags in your document to be processed on server side (very specific usage).
  • The ASPX files are no longer available in this package. They have been moved to the FCKeditor.Net package. In this way the ASP.Net integration is much better organized.
  • The FCKeditor.Packager program is now part of the main package. It is not anymore distributed separately.
  • The PHP connector now sets the uploaded file permissions (chmod) to 0777.
  • [SF Patch-1090215] It's now possible to give back more info from your custom image browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet.
  • The package files now maintain their original "Last Modified" date, so incremental FTP uploads can be used to update to new versions of the editor (from now on).
  • The "Source" view now forces its contents to be written in "Left to Right" direction even when the editor interface language is running a RTL language (like Arabic, Hebrew or Persian).

Fixed Bugs:

  • [SF BUG-1124220] [SF BUG-1119894] [SF BUG-1090986] [SF BUG-1100408] The editor now works correctly when starting with an empty value and switching to the Source mode.
  • [SF BUG-1119380] [SF BUG-1115750] [SF BUG-1101808] The problem with the scrollbar and the toolbar combos (Style, Font, etc...) over Mac has been fixed.
  • [SF BUG-1098460] [SF BUG-1076544] [SF BUG-1077845] [SF BUG-1092395] A new upload class has been included for the ASP File Manager Connector. It uses the "ADODB.Stream" object. Many thanks to "NetRube".
  • I small correction has been made to the ColdFusion integration files. Thanks to Hendrik Kramer.
  • There was a very specific problem when the editor was running over a FRAME executed on another domain.
  • The performance problem on Gecko while typing quickly has been solved.
  • The <br type= "_moz">is not anymore shown on XHTML source.
  • It has been introduced a mechanism to avoid automatic contents duplication on very specific occasions (bad formatted HTML).
  • [SF BUG-1146407] [SF BUG-1145800] [SF BUG-1118803] Other issues in the XHTML processor have been solved.
  • [SF BUG-1143969] The editor now accepts the "accept-charset" attribute in the FORM tag (IE specific bug).
  • [SF BUG-1122742] [SF BUG-1089548] Now, the contents of the SCRIPT and STYLE tags remain untouched.
  • [SF BUG-1114748] The PHP File Manager Connector now sets the new folders permissions (chmod) to 0777 correctly.
  • The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/php/config.php) to set some security preferences.
  • The ASP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/asp/config.asp) to set some security preferences.
  • A small bug in the toolbar rendering (strips auto position) has been corrected.
  • [SF BUG-1093732] [SF BUG-1091377] [SF BUG-1083044] [SF BUG-1096307] The configurations are now encoded so a user can use values that has special chars (&=/).
  • [SF BUG-1103688] [SF BUG-1092331] [SF BUG-1088220] PHP samples now use PHP_SELF to automatically discover the editor's base path.
  • Some small wrapping problems with some labels in the Image and Table dialog windows have been fixed.
  • All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to avoid some errors on specific Linux installations.
  • [SF BUG-1114449] The editor packager program has been modified so now it is possible to use the source files to run the editor as described in the documentation. The new packager must be downloaded.
  • A small problem with the editor focus while in source mode has been corrected. Thanks to Eric (ric1607).
  • [SF BUG-1108167] [SF BUG-1085149] [SF BUG-1151296] [SF BUG-1082433] No more IFRAMEs without src attribute. Now it points to a blank page located in the editor's package. In this way we avoid security warnings when using the editor over HTTPS. Thanks to Guillermo Bozovich.
  • [SF BUG-1117779] The editor now works well if you have more than one element named "submit" on its form (even if it is not correct to have this situation).
  • The XHTML processor was duplicating the text on some specific situation. It has been fixed.
  • [SF Patch-1090213] [SF Patch-1098929] With ASP, the editor now works correctly on pages using "Option Explicit". Thanks to Ben Noblet.
  • [SF BUG-1100759] [SF BUG-1029125] [SF BUG-966130] The editor was not working with old IE 5.5 browsers. There was a problem with the XML parser. It has been fixed.
  • The localization engine is now working correctly over IE 5.5 browsers.
  • Some commands where not working well over IE 5.5 (emoticons, image,...). It has been fixed.
  • [SF BUG-1146441] [SF BUG-1149777] The editor now uses the TEXTAREA id in the ReplaceTextarea function. If the id is now found, it uses the "name". The docs have been updated.
  • [SF BUG-1144297] Some corrections have been made to the Dutch language file. Thanks to Erwin Dondorp.
  • [SF BUG-1121365] [SF BUG-1090102] [SF BUG-1152171] [SF BUG-1102907] There is no problem now to start the editor with values like "<div></div>" or "<p></p>".
  • [SF BUG-1114059] [SF BUG-1041861] The click on the disabled options in the Context Menu has no effects now.
  • [SF BUG-1152617] [SF BUG-1102441] [SF BUG-1095312] Some problems when setting the editor source to very specific values has been fixed.
  • [SF BUG-1093514] [SF BUG-1089204] [SF BUG-1077609] The editor now runs correctly if called directly (locally) without a server installation (just opening the HTML sample files).
  • [SF BUG-1088248] The editor now uses a different method to load its contents. In this way the URLs remain untouched.
  • The PHP integration file now detects Internet Explorer 5.5 correctly.

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.
Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check