CKEditor 3.2

New features:

  • Several accessibility enhancements:
    • #4502 : The editor accessibility is now totally based on WAI-ARIA.
    • #5015 : Adding accessibility help dialog plugin.
    • #5014 : Keyboard navigation compliance with screen reader suggested keys.
    • #4595 : Better accessibility in the Templates dialog.
    • #3389 : Esc/Arrow Key now works for closing sub menu.
  • #4973 : The Style field in the Div Container dialog is now loading the styles defined in the default styleset used by the Styles toolbar combo.

Fixed issues:

  • #5049 : Form Field list command in JAWS incorrectly lists extra fields.
  • #5008 : Lock/Unlock ratio buttons in the Image dialog was poorly designed in High Contrast mode.
  • #3980 : All labels in dialogs now use <label> instead of <div>.
  • #5213 : Reorganization of some entries in the language files to make it more consistent.
  • #5199 : In IE, single row toolbars didn't have the bottom padding.

CKEditor 3.1.1

New features:

  • #4399 : Improved support for external file browsers by allowing executing a callback function.
  • #4612 : The text of links is now updated if it matches the URL to which it points to.
  • #4936 : New localization support for the Welsh language.

Fixed issues:

  • #4272 : Kama skin toolbar was broken in IE+Quirks+RTL.
  • #4987 : Changed the url which is called by the Browser Server button in the Link tab of Image Properties dialog.
  • #5030 : The CKEDITOR.timestamp wasn't been appended to the skin.js file.
  • #4993 : Removed the float style from images when the user selects 'not set' for alignment.
  • #4944 : Fixed a bug where nested list structures with inconsequent levels were not being pasted correctly from MS Word.
  • #4637 : Table cells' 'nowrap' attribute was not being loaded by the cell property dialog. Thanks to pomu0325.
  • #4724 : Using the mouse to insert a link in IE might create incorrect results.
  • #4640 : Small optimizations for the fileBrowser plugin.
  • #4583 : The "Target Frame Name" field is now visible when target is set to 'frame' only.
  • #4863 : Fixing iframedialog's height doesn't stretch to 100% (except IE Quirks).
  • #4964 : The BACKSPACE key positioning was not correct in some cases with Firefox.
  • #4980 : Setting border, vspace and hspace of images to zero was not working.
  • #4773 : The fileBrowser plugin was overwriting onClick functions eventually defined on fileButton elements.
  • #4731 : The clipboard plugin was missing a reference to the dialog plugin.
  • #5051 : The about plugin was missing a reference to the dialog plugin.
  • #5146 : The wsc plugin was missing a reference to the dialog plugin.
  • #4632 : The print command will now properly break on the insertion point of page break for printing.
  • #4862 : The English (United Kingdom) language file has been renamed to en-gb.js.
  • #4618 : Selecting an emoticon or the lock and reset buttons in the image dialog fired the onBeforeUnload event in IE.
  • #4678 : It was not possible to set tables' width to empty value.
  • #5012 : Fixed dependency issues with the menu plugin.
  • #5040 : The editor will not properly ignore font related settings that have extra item separators (semi-colons).
  • #4046 : Justify should respect config.enterMode = CKEDITOR.ENTER_BR.
  • #4622 : Inserting tables multiple times was corrupting the undo system.
  • #4647 : [IE] Selection on an element within positioned container is lost after open context-menu then click one menu item.
  • #4683 : Double-quote character in attribute values was not escaped in the editor output.
  • #4762 : [IE] Unexpected vertical-scrolling behavior happens whenever focus is moving out of editor in source mode.
  • #4772 : Text color was not being applied properly on links.
  • #4795 : [IE] Press 'Del' key on horizontal line or table result in error.
  • #4824 : [IE] <br/> at the very first table cell breaks the editor selection.
  • #4851 : [IE] Delete table rows with context-menu may cause error.
  • #4951 : Replacing text with empty string was throwing errors.
  • #4963 : Link dialog was not opening properly for e-mail type links.
  • #5043 : Removed the possibility of having an unwanted script tag being outputted with the editor contents.
  • #3678 : There were issues when editing links inside floating divs with IE.
  • #4763 : Pressing ENTER key with text selected was not deleting the text in some situations.
  • #5096 : Simple ampersand attribute value doesn't work for more than one occurrence.
  • #3494 : Context menu is too narrow in some translations.
  • #5005 : Fixed HTML errors in PHP samples.
  • #5123 : Fixed broken XHTML in User Interface Languages sample.
  • #4893 : Editor now understands table cell inline styles.
  • #4611 : Selection around <select> in editor doesn't cause error anymore.
  • #4886 : Extra BR tags were being created in the output HTML.
  • #4933 : Empty tags with BR were being left in the DOM.
  • #5127 : There were errors when removing dialog definition pages through code.
  • #4767 : CKEditor was not working when ckeditor_source.js is loaded in the <body> .
  • #5062 : Avoided security warning message when loading the wysiwyg area in IE6 under HTTPS.
  • #5135 : The TAB key will now behave properly when in Source mode.
  • #4988 : It wasn't possible to use forcePasteAsPlainText with Safari on Mac.
  • #5095 : Safari on Mac deleted the current selection in the editor when Edit menu was clicked.
  • #5140 : In High Contrast mode, arrows were now been displayed for menus with submenus.
  • #5163 : The undo system was not working on some specific cases.
  • #5162 : The ajax sample was throwing errors when loading data.
  • #4999 : The Template dialog was not generating an undo snapshot.
  • Updated the following language files:

2.6.6

New Features and Improvements:

  • #5104 : Fixed compatibility with Gecko browsers released in 2010 in the ColdFusion server side integration files.
  • #4765 : Fixed a potential function name clash in the built-in file browser with future versions of ColdFusion.

Fixed Bugs:

  • #4642 : Avoided infinite loop in IE with invalid HTML.
  • #4487 : The editor was not loading properly in Safari 3.
  • Language file updates for the following languages:

CKEditor 3.1

New features:

  • #4067 : Introduced the full page editing support (from <html> to </html>).
  • #4228 : Introduced the Shared Spaces feature.
  • #4379 : Introduced the new powerful pasting system and word cleanup procedure, including enhancements to the paste as plain text feature.
  • #2872 : Introduced the new native PHP API, the first standardized server side support.
  • #4210 : Added CKEditor plugin for jQuery.
  • #2885 : Added 'div' dialog and corresponding context menu options.
  • #4574 : Added the table merging tools and corresponding context menu options.
  • #4340 : Added the email protection option for link dialog.
  • #4463 : Added inline CSS support in all places where custom stylesheet could apply.
  • #3881 : Added color dialog for 'more color' option in color buttons.
  • #4341 : Added the 'showborder' plugin.
  • #4549 : Make the anti-cache query string configurable.
  • #4708 : Added the 'htmlEncodeOutput' config option.
  • #4342 : Introduced the bodyId and bodyClass settings to specify the id and class. to be used in the editing area at runtime.
  • #3401 : Introduced the baseHref setting so it's possible to set the URL to be used to resolve absolute and relative URLs in the contents.
  • #4729 : Added support to fake elements for comments.

Fixed issues:

  • #4707 : Fixed invalid link is requested in image preview.
  • #4461 : Fixed toolbar separator line along side combo enlarging the toolbar height.
  • #4596 : Fixed image re-size lock buttons aren't accessible in high-contrast mode.
  • #4676 : Fixed editing tables using table properties dialog overwrites original style values.
  • #4714 : Fixed IE6 JavaScript error when editing flash by commit 'Flash' dialog.
  • #3905 : Fixed 'wysiwyg' mode causes unauthenticated content warnings over SSL in FF 3.5.
  • #4768 : Fixed open context menu in IE throws js error when focus is not inside document.
  • #4822 : Fixed applying 'Headers' to existing table does not work in IE.
  • #4855 : Fixed toolbar doesn't wrap well for 'v2' skin in all browsers.
  • #4882 : Fixed auto detect paste from MS-Word is not working for Safari.
  • #4882 : Fixed unexpected margin style left behind on content cleaning up from MS-Word.
  • #4896 : Fixed paste nested list from MS-Word with measurement units set to cm is broken.
  • #4899 : Fixed unable to undo pre-formatted style.
  • #4900 : Fixed ratio-lock inconsistent between browsers.
  • #4901 : Fixed unable to edit any link with popup window's features in Firefox.
  • #4904 : Fixed when paste happen from dialog, it always throw JavaScript error.
  • #4905 : Fixed paste plain text result incorrect when content from dialog.
  • #4889 : Fixed unable to undo 'New Page' command after typing inside editor.
  • #4892 : Fixed table alignment style is not properly represented by the wrapping div.
  • #4918 : Fixed switching mode when maximized is showing background page contents.

CKEditor 3.0.2

New features:

  • #4343 : Added the configuration option 'browserContextMenuOnCtrl' so it's possible to enable the default browser context menu by holding the CTRL key.

Fixed issues:

  • #4552 : Fixed float panel doesn't show up since editor instanced been destroyed once.
  • #3918 : Fixed fake object is editable with Image dialog.
  • #4053 : Fixed 'Form Properties' missing from context menu when selection collapsed inside form.
  • #4401 : Fixed customized by removing 'upload' tab page from 'Link dialog' cause JavaScript error.
  • #4477 : Adding missing tag names in object style elements.
  • #4567 : Fixed IE throw error when pressing BACKSPACE in source mode.
  • #4573 : Fixed 'IgnoreEmptyPargraph' config doesn't work with the config 'entities' is set to 'false'.
  • #4614 : Fixed attribute protection fails because of line-break.
  • #4546 : Fixed UIColor plugin doesn't work when editor id contains CSS selector preserved keywords.
  • #4609 : Fixed flash object is lost when loading data from outside editor.
  • #4625 : Fixed editor stays visible in a div with style 'visibility:hidden'.
  • #4621 : Fixed clicking below table caused an empty table been generated.
  • #3373 : Fixed empty context menu when there's no menu item at all.
  • #4473 : Fixed setting rules on the same element tag name throws error.
  • #4514 : Fixed press 'Back' button breaks wysiwyg editing mode is Firefox.
  • #4542 : Fixed unable to access buttons using tab key in Safari and Opera.
  • #4577 : Fixed relative link url is broken after opening 'Link' dialog.
  • #4597 : Fixed custom style with same attribute name but different attribute value doesn't work.
  • #4651 : Fixed 'Deleted' and 'Inserted' text style is not rendering in wysiwyg mode and is wrong is source mode.
  • #4654 : Fixed 'CKEDITOR.config.font_defaultLabel(fontSize_defaultLabel)' is not working.
  • #3950 : Fixed table column insertion incorrect when selecting empty cell area.
  • #3912 : Fixed UIColor not working in IE when page has more than 30+ editors.
  • #4031 : Fixed mouse cursor on toolbar combo has more than 3 shapes.
  • #4041 : Fixed open context menu on multiple cells to remove them result in only one removed.
  • #4185 : Fixed resize handler effect doesn't affect flash object on output.
  • #4196 : Fixed 'Remove Numbered/Bulleted List' on nested list doesn't work well on nested list.
  • #4200 : Fixed unable to insert 'password' type filed with attributes.
  • #4530 : Fixed context menu couldn't open in Opera.
  • #4536 : Fixed keyboard navigation doesn't work at all in IE quirks mode.
  • #4584 : Fixed updated link Target field is not updating when updating to certain values.
  • #4603 : Fixed unable to disable submenu items in contextmenu.
  • #4672 : Fixed unable to redo the insertion of horizontal line.
  • #4677 : Fixed 'Tab' key is trapped by hidden dialog elements.
  • #4073 : Fixed insert template with replace option could result in empty document.
  • #4455 : Fixed unable to start editing when image inside document not loaded.
  • #4517 : Fixed 'dialog_backgroundCoverColor' doesn't work on IE6.
  • #3165 : Fixed enter key in empty list item before nested one result in collapsed line.
  • #4527 : Fixed checkbox generate invalid 'checked' attribute.
  • #1659 : Fixed unable to click below content to start editing in IE with 'config.docType' setting to standard compliant.
  • #3933 : Fixed extra <br> left at the end of document when the last element is a table.
  • #4736 : Fixed PAGE UP and PAGE DOWN keys in standards mode are not working.
  • #4725 : Fixed hitting 'enter' before html comment node produces a JavaScript error.
  • #4522 : Fixed unable to redo when typing after insert an image with relative url.
  • #4594 : Fixed context menu goes off-screen when mouse is at right had side of screen.
  • #4673 : Fixed undo not available straight away if shift key is used to enter first character.
  • #4690 : Fixed the parsing of nested inline elements.
  • #4450 : Fixed selecting multiple table cells before apply justify commands generates spurious paragraph in Firefox.
  • #4733 : Fixed dialog opening sometimes hang up Firefox and Safari.
  • #4498 : Fixed toolbar collapse button missing tooltip.
  • #4738 : Fixed inserting table inside bold/italic/underline generates error on ENTER_BR mode.
  • #4246 : Fixed avoid XHTML deprecated attributes for image styling.
  • #4543 : Fixed unable to move cursor between table and hr.
  • #4764 : Fixed wrong exception message when CKEDITOR.editor.append() to non-existing elements.
  • #4521 : Fixed dialog layout in IE6/7 may have scroll-bar and other weird effects.
  • #4709 : Fixed inconsistent scroll-bar behavior on IE.
  • #4776 : Fixed preview page failed to open when relative URl contains in document.
  • #4812 : Fixed 'Esc' key not working on dialogs in Opera.
  • Updated the following language files:
Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check