2.2

New Features and Improvements:

  • Let's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion integration. In this version we are introducing his new files with the following changes:
    • The "Uploader", used for quick uploads, is now available natively for ColdFusion.
    • Small bugs have been corrected in the File Browser connector.
    • The samples now work as is, even if you don't install the editor in the "/FCKeditor" directory.
  • And a big welcome also to "Andrew Liu", our responsible for the Python integration. This version is bringing native support for Python , including the File Browser connector and Quick Upload.
  • The "IsDirty()" and "ResetIsDirty()" functions have been added to the JavaScript API to check if the editor content has been changed.*
  • New language files:
    • Hindi (by Utkarshraj Atmaram)
    • Latvian (by Janis Klavin)
  • For the interface, now we have complete RTL support also for the drop-down toolbar commands, color selectors and context menu.
  • [SF BUG-1325113] [SF BUG-1277661] The new "Delete Table" command is available in the Context Menu when right-clicking inside a table.
  • The "FCKConfig.DisableTableHandles" configuration option is now working on Firefox 1.5.
  • The new "OnBlur" and "OnFocus" events have been added to the JavaScript API (IE only). See "_samples/html/sample09.html" *
  • Attention: The "GetHTML" function has been deprecated. It now returns the same value as "GetXHTML". The same is valid for the "EnableXHTML" and "EnableSourceXHTML" that have no effects now. The editor now works with XHTML output only.
  • Attention: A new "PreserveSessionOnFileBrowser" configuration option has been introduced. It makes it possible to set whenever is needed to maintain the user session in the File Browser. It is disabled by default, as it has very specific usage and may cause the File Browser to be blocked by popup blockers. If you have custom File Browsers that depends on session information, remember to activate it.
  • Attention: The "fun" smileys set has been removed from the package. If you are using it, you must manually copy it to newer installations and upgrades.
  • Attention: The "mcpuk" file browser has been removed from the package. We have no ways to support it. There were also some licensing issues with it. Its web site can still be found at http://mcpuk.net/fbxp/.
  • It is now possible to set different CSS styles for the chars in the Special Chars dialog window by adding the "SpecialCharsOut" and "SpecialCharsOver" in the "fck_dialog.css" skin file.*
  • [SF Patch-1268726] Added table "summary" support in the table dialog. Thanks to Sebastien-Mahe.
  • [SF Patch-1284380] It is now possible to define the icon of a FCKToolbarPanelButton object without being tied to the skin path (just like FCKToolbarButton). Thanks to Ian Sullivan.
  • [SF Patch-1338610] [SF Patch-1263009] New characters have been added to the "Special Characters" dialog window. Thanks to Deian.
  • You can set the QueryString value "fckdebug=true" to activate "debug mode" in the editor (showing the debug window), overriding the configurations. The "AllowQueryStringDebug" configuration option is also available so you can disable this feature.

Fixed Bugs:

  • [SF BUG-1363548] [SF BUG-1364425] [SF BUG-1335045] [SF BUG-1289661] [SF BUG-1225370] [SF BUG-1156291] [SF BUG-1165914] [SF BUG-1111877] [SF BUG-1092373] [SF BUG-1101596] [SF BUG-1246952] The URLs for links and images are now correctly preserved as entered, no matter if you are using relative or absolute paths.
  • [SF BUG-1162809] [SF BUG-1205638] The "Image" and "Flash" dialog windows now loads the preview correctly if the "BaseHref" configuration option is set.
  • [SF BUG-1329807] The alert boxes are now showing correctly when doing cut/copy/paste operations on Firefox installations when it is not possible to execute that operations due to security settings.
  • A new "Panel" system (used in the drop-dowm toolbar commands, color selectors and context menu) has been developed. The following bugs have been fixed with it:
    • [SF BUG-1186927] On IE, sometimes the context menu was being partially hidden.*
    • On Firefox, the context menu was flashing in the wrong position before showing.
    • On Firefox 1.5, the Color Selector was not working.
    • On Firefox 1.5, the fonts in the panels were too big.
    • [SF BUG-1076435] [SF BUG-1200631] On Firefox, sometimes the context menu was being shown in the wrong position.
  • [SF BUG-1364094] Font families were not being rendered correctly on Firefox .
  • [SF BUG-1315954] No error is thrown when pasting some case specific code from editor to editor.
  • [SF BUG-1341553] A small fix for a security alert in the File Browser has been applied.
  • [SF BUG-1370953] [SF BUG-1339898] [SF BUG-1323319] A message will be shown to the user (instead of a JS error) if a "popup blocker" blocks the "Browser Server" button. Thanks to Erwin Verdonk.
  • [SF BUG-1370355] Anchor links that points to a single character anchor, like "#A", are now correctly detected in the Link dialog window. Thanks to Ricky Casey.
  • [SF BUG-1368998] Custom error processing has been added to the file upload on the File Browser.
  • [SF BUG-1367802] [SF BUG-1207740] A message is shown to the user if a dialog box is blocked by a popup blocker in Firefox.
  • [SF BUG-1358891] [SF BUG-1340960] The editor not works locally (without a web server) on directories where the path contains spaces.
  • [SF BUG-1357247] The editor now intercepts SHIFT + INS keystrokes when needed.
  • [SF BUG-1328488] Attention: The Page Break command now produces different tags to avoid XHTML compatibility issues. Any Page Break previously applied to content produced with previous versions of FCKeditor will not me rendered now, even if they will still be working correctly.
  • It is now possible to allow cut/copy/past operations on Firefox using the user.js file.
  • [SF BUG-1336792] A fix has been applied to the XHTML processor to allow tag names with the "minus" char (-).
  • [SF BUG-1339560] The editor now correctly removes the "selected" option for checkboxes and radio buttons.
  • The Table dialog box now selects the table correctly when right-clicking on objects (like images) placed inside the table.
  • Attention : A few changes have been made in the skins. If you have a custom skin, it is recommended you to make a diff of the fck_contextmenu.css file of the default skin with your implementation.
  • Mouse select (marking things in blue, like selecting text) has been disabled on panels (drop-down menu commands, color selector and context menu) and toolbar, for both IE and Firefox.
  • On Gecko, fake borders will not be applied to tables with the border attribute set to more than 0, but placed inside tables with border set to 0.
  • [SF BUG-1360717] A wrapping issue in the "Silver" skin has been corrected. Thanks to Ricky Casey.
  • [SF BUG-1251145] In IE, the focus is now maintained in the text when clicking in the empty area following it.
  • [SF BUG-1181386] [SF BUG-1237791] The "Stylesheet Classes" field in the Link dialog window in now applied correctly on IE. Thanks to Andrew Crowe.
  • The "Past from Word" dialog windows is now showing correctly on Firefox on some languages.
  • [SF BUG-1315008] [SF BUG-1241992] IE, when selecting objects (like images) and hitting the "Backspace" button, the browser's "back" will not get executed anymore and the object will be correctly deleted.
  • The "AutoDetectPasteFromWord" is now working correctly in IE. Thanks to Juan Ant. Gmez.
  • A small enhancement has been made in the Word pasting detection. Thanks to Juan Ant. Gmez.
  • [SF BUG-1090686] No more conflict with Firefox "Type-Ahead Find" feature.
  • [SF BUG-942653] [SF BUG-1155856] The "width" and "height" of images sized using the inline handlers are now correctly loaded in the image dialog box.
  • [SF BUG-1209093] When "Full Page Editing" is active, in the "Document Properties" dialog, the "Browse Server" button for the page background is now correctly hidden if "ImageBrowser" is set to "false" in the configurations file. Thanks to Richard.
  • [SF BUG-1120266] [SF BUG-1186196] The editor now retains the focus when selecting commands in the toolbar.
  • [SF BUG-1244480] The editor now will look first to linked fields "ids" and second to "names".
  • [SF BUG-1252905] The "InsertHtml" function now preserves URLs as entered.
  • [SF BUG-1266317] Toolbar commands are not anymore executed outside the editor.
  • [SF BUG-1365664] The "wrap=virtual" attribute has been removed from the integration files for validation purposes. No big impact.
  • [SF BUG-972193] Now just one click is needed to active the cursor inside the editor.
  • The hidden fields used by the editor are now protected from changes using the "Web Developer Add-On > Forms > Display Forms Details" extension. Thanks to Jean-Marie Griess.
  • On IE, the "Format" toolbar dropdown now reflects the current paragraph type on IE. Because of a bug in the browser, it is quite dependent on the browser language and the editor interface language (both must be the same). Also, as the "Normal (DIV)" type is seen by IE as "Normal", to avoid confusion, both types are ignored by this fix.
  • On some very rare cases, IE was loosing the "align" attribute for DIV tags. Fixed.
  • [SF BUG-1388799] The code formatter was removing spaces on the beginning of lines inside PRE tags. Fixed.
  • [SF BUG-1387135] No more "NaN" values in the image dialog, when changing the sizes in some situations.
  • Corrected a small type in the table handler.
  • You can now set the "z-index" for floating panels (toolbar dropdowns, color selectors, context menu) in Firefox, avoiding having them hidden under another objects. By default it is set to 10,000. Use the FloatingPanelsZIndex configuration option to change this value.

Special thanks to Alfonso Martinez, who have provided many patches and suggestions for the following features / fixes present in this version. I encourage all you to donate to Alfonso, as a way to say thanks for his nice open source approach. Thanks Alfonso!. Check out his contributions:

  • [SF BUG-1352539] [SF BUG-1208348] With Firefox, no more "fake" selections are appearing when inserting images, tables, special chars or when using the "insertHtml" function.
  • [SF Patch-1382588] The "FCKConfig.DisableImageHandles" configuration option is not working on Firefox 1.5.
  • [SF Patch-1368586] Some fixes have been applied to the Flash dialog box and the Flash pre-processor.
  • [SF Patch-1360253] [SF BUG-1378782] [SF BUG-1305899] [SF BUG-1344738] [SF BUG-1347808] On dialogs, some fields became impossible to select or change when using Firefox. It has been fixed.
  • [SF Patch-1357445] Add support for DIV in the Format drop-down combo for Firefox.
  • [SF BUG-1350465] [SF BUG-1376175] The "Cell Properties" dialog now works correctly when right-clicking in an object (image, for example) placed inside the cell itself.
  • [SF Patch-1349166] On IE, there is now support for namespaces on tags names.
  • [SF Patch-1350552] Fix the display issue when applying styles on tables.
  • [SF Patch-1352320] Fixed a wrong usage of the "parentElement" property on Gecko.
  • [SF Patch-1355007] The new "FCKDebug.OutputObject" function is available to dump all object information in the debug window.
  • [SF Patch-1329500] It is now possible to delete table columns when clicking on a TH cell of the column.
  • [SF Patch-1315351] It is now possible to pass the image width and height to the "SetUrl" function of the Flash dialog box.
  • [SF Patch-1327384] TH tags are now correctly handled by the source code formatter and the "FillEmptyBlocks" configuration option.
  • [SF Patch-1327406] Fake borders are now displayed for TH elements on tables with border set to 0. Also, on Firefox, it will now work even if the border attribute is not defined and the borders are not dotted.
  • Hidden fields now get rendered on Firefox.
  • The BasePath is now included in the debugger URL to avoid problems when calling it from plugins.

* This version has been partially sponsored by Alkacon Software.

2.1.1

New Features and Improvements:

  • The new "Insert Page Break" command (for printing) has been introduced.*
  • The editor package now has a root directory called "FCKeditor".

Fixed Bugs:

  • [SF BUG-1326285] [SF BUG-1316430] [SF BUG-1323662] [SF BUG-1326223] We are doing a little step back with this version. The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice feature, but we need much more testing on it. It introduced some bugs and so its preferable to not have that feature, avoiding problems (even if that feature was intended to solve some issues).
  • [SF BUG-1275714] Comments in the beginning of the source are now preserved when using the "undo" and "redo" commands.
  • The "undo" and "redo" commands now work for the Style command.
  • An error in the execution of the pasting commands on Firefox has been fixed.
  • [SF BUG-1326184] No strange (invalid) entities are created when using Firefox. Also, the   used by the FillEmptyBlocks setting is maintained even if you disable the ProcessHTMLEntities setting.

* This version has been partially sponsored by Acctive Software S.A..

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.

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