CKEditor Changelog
CKEditor 3.2.1
New features:
- #4478 : Enable the SelectAll command in source mode.
- #5150 : Allow names in the CKEDITOR.config.colorButton_colors setting.
- #4810 : Adding configuration option for image dialog preview area filling text.
- #536 : Object style now could be applied on any parent element of current selection.
- #5290 : Unified stylesSet loading removing dependencies from the styles combo.
Now the configuration entry is named 'config.stylesSet' instead of config.stylesCombo_stylesSet and the default location
is under the 'styles' plugin instead of 'stylescombo'.
- #5352 : Allow to define the stylesSet array in the config object for the editor.
- #5302 : Adding config option "forceEnterMode".
- #5216 : Extend CKEDITOR.appendTo to allow a data parameter for the initial value.
- #5024 : Added sample to show how to output XHTML and avoid deprecated tags.
Fixed issues:
- #5152 : Indentation using class attribute doesn't work properly.
- #4682 : It wasn't possible to edit block elements in IE that had styles like width, height or float.
- #4750 : Correcting default order of buttons layout in dialogs on Mac.
- #4932 : Fixed collapse button not clickable on simple toolbar.
- #5228 : Link dialog is automatically changes protocol when URLs that starts with '?'.
- #4877 : Fixed CKEditor displays source code in one long line (IE quirks mode + office2003 skin).
- #5132 : Apply inline style leaks into sibling words which are seperated spaces.
- #3599 : Background color style on sized text displayed as narrow band behind.
- #4661 : Translation missing in link dialog.
- #5240 : Flash alignment property is not presented visually on fake element.
- #4910 : Pasting in IE scrolls document to the end.
- #5041 : Table summary attribute can't be removed with dialog.
- #5124 : All inline styles cannot be applied on empty spaces.
- #3570 : SCAYT marker shouldn't appear inside elements path bar.
- #4553 : Dirty check result incorrect when editor document is empty.
- #4555 : Unreleased memory when editor is created and destroyed.
- #5118 : Arrow keys navigation in RTL languages is incorrect.
- #4721 : Remove attribute 'value' of checkbox in IE.
- #5278 : IE: Add validation to check for bad window names of popup window.
- #5171 : Dialogs contains lists don't have proper voice labels.
- #4791 : Can't place cursor inside a form that end with a checkbox/radio.
- #4479 : StylesCombo doesn't reflect the selection state until it's first opened.
- #4717 : 'Unlink' and 'Outdent' command buttons should be disabled on editor startup.
- #5119 : Disabled command buttons are not being properly styled when focused.
- #5307 : Hide dialog page cause problem when there's two tab pages remain.
- #5343 : Active list item ARIA role is wrongly placed.
- #3599 : Background color style applying to text with font size style has been narrowly rendered.
- #4711 : Line break character inside preformatted text makes it unable to type text at the end of previous line.
- #4829 : [IE] Apply style from combo has wrong result on manually created selection.
- #4830 : Retrieving selected element isn't always right, especially selecting using keyboard (SHIFT+ARROW).
- #5128 : Element attribute inside preformatted text is corrupted when converting to other blocks.
- #5190 : Template list entry shouldn't gain initial focus open templates list dialog opens.
- #5238 : Menu button doesn't display arrow icon in high-contrast mode.
- #3576 : Non-attributed element of the same name with the applied style is incorrectly removed.
- #5221 : Insert table into empty document cause JavaScript error thrown.
- #5242 : Apply 'automatic' color option of text color incorrectly removes background-color style.
- #4719 : IE does not escape attribute values properly.
- #5170 : Firefox does not insert text into styled element properly.
- #4026 : Office2003 skin has no toolbar button borders in High Contrast in IE7.
- #4348 : There should have exception thrown when 'CKEDITOR_BASEPATH' couldn't be figured out automatically.
- #5364 : Focus may not be put into dialog correctly when dialog skin file is loading slow.
- #4016 : Justify the layout of forms select dialog in Chrome and IE7.
- #5373 : Variable 'pathBlockElements' defines wrong items in CKEDITOR.dom.elementPath.
- #5082 : Ctrl key should be described as Cmd key on Mac.
- #5182 : Context menu is not been announced correctly by ATs.
- #4898 : Can't navigate outside table under the last paragraph of document.
- #4950 : List commands could compromise list item attribute and styles.
- #5018 : Find result highlighting remove normal font color styles unintentionally.
- #5376 : Unable to exit list from within a empty block under list item.
- #5145 : Various SCAYT fixes.
- #5319 : Match whole word doesn't work anymore after replacement has happened.
- #5363 : 'title' attribute now presents on all editor iframes.
- #5374 : Unable to toggle inline style when the selection starts at the linefeed of the previous paragraph.
- #4513 : Selected link element is not always correctly detected when using keyboard arrows to perform such selection.
- #5372 : Newly created sub list should inherit nothing from the original (parent) list, except the list type.
- #5274 : [IE6] Templates preview image is displayed in wrong size.
- #5292 : Preview in font size and family doesn't work with custom styles.
- #5396 : Selection is lost when use cell properties dialog to change cell type to header.
- #4082 : [IE+Quirks] Preview text in the image dialog is not wrapping.
- #4197 : Fixing format combo don't hide when editor blur on Safari.
- #5401 : The context menu break layout with Office2003 and V2 skin on IE quirks mode.
- #4825 : Fixing browser context menu is opened when clicking right mouse button twice.
- #5356 : The SCAYT dialog had issues with Prototype enabled pages.
- #5266 : SCAYT was disturbing the rendering of TH elements.
- #4688 : SCAYT was interfering on checkDirty.
- #5429 : High Contrast mode was being mistakenly detected when loading the editor through Dojo's xhrGet.
- #5221 : Range is mangled when making collapsed selection in an empty paragraph.
- #5261 : Config option 'scayt_autoStartup' slow down editor loading.
- #3846 : Google Chrome - No Img properties after inserting.
- #5465 : ShiftEnter=DIV doesn't respect list item when pressing enter at end of list item.
- #5454 : After replaced success, the popup window couldn't be closed and a js error occured.
- #4784 : Incorrect cursor position after delete table cells.
- #5149 : [FF] Cursor disappears after maximize when the editor has focus.
- #5220 : DTD now shows tolerance to <style> appear inside content.
- #5540 : Mobile browsers (iPhone, Android...) are marked as incompatible as they don't support editing features.
- #5504 : [IE6/7] 'Paste' dialog will always get opened even when user allows the clipboard access dialog when using 'Paste' button.
- Updated the following language files:
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:
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:
CKEditor 3.0.1
New features:
- #4219 : Added fallback mechanism for config.language.
- #4194 : Added support for using multiple css style sheets within the editor.
Fixed issues:
- #3898 : Added validation for URL value in Image dialog.
- #3528 : Fixed Context Menu issue when triggered using Shift+F10.
- #4028 : Maximize control's tool tip was wrong once it is maximized.
- #4237 : Toolbar is chopped off in Safari browser 3.x.
- #4241 : Float panels are left on screen while editor is destroyed.
- #4274 : Double click event is incorrect handled in 'divreplace' sample.
- #4354 : Fixed TAB key on toolbar to not focus disabled buttons.
- #3856 : Fixed focus and blur events in source view mode.
- #3438 : Floating panels are off by (-1px, 0px) in RTL mode.
- #3370 : Refactored use of CKEDITOR.env.isCustomDomain().
- #4230 : HC detection caused js error.
- #3978 : Fixed setStyle float on IE7 strict.
- #4262 : Tab and Shift+Tab was not working to cycle through CTRL+SHIFT+F10 context menu in IE.
- #3633 : Default context menu isn't disabled in toolbar, status bar, panels...
- #3897 : Now there is no image previews when the URL is empty in image dialog.
- #4048 : Context submenu was lacking uiColor.
- #3568 : Dialogs now select all text when tabbing to text inputs.
- #3727 : Cell Properties dialog was missing color selection option.
- #3517 : Fixed "Match cyclic" field in Find & Replace dialog.
- #4368 : borderColor table cell attribute haven't worked for none-IE
- #4203 : In IE quirks mode + toolbar collapsed + source mode editing block height was incorrect.
- #4387 : Fixed: right clicking in Kama skin can lead to a javascript error.
- #4397 : Wysiwyg mode caused the host page scroll.
- #4385 : Fixed editor's auto adjusting on DOM structure were confusing the dirty checking mechanism.
- #4397 : Fixed regression of [3816] where turn on design mode was causing Firefox3 to scroll the host page.
- #4254 : Added basic API sample.
- #4107 : Normalize css font-family style text for correct comparision.
- #3664 : Insert block element in empty editor document should not create new paragraph.
- #4037 : 'id' attribute is missing with Flash dialog advanced page.
- #4047 : Delete selected control type element when 'Backspace' is pressed on it.
- #4191 : Fixed: dialog changes confirmation on image dialog appeared even when no changes have been made.
- #4351 : Dash and dot could appear in attribute names.
- #4355 : 'maximize' and 'showblock' commands shouldn't take editor focus.
- #4504 : Fixed 'Enter'/'Esc' key is not working on dialog button.
- #4245 : 'Strange Template' now come with a style attribute for width.
- #4512 : Fixed styles plugin incorrectly adding semicolons to style text.
- #3855 : Fixed loading unminified _source files when ckeditor_source.js is used.
- #3717 : Dialog settings defaults can now be overridden in-page through the CKEDITOR.config object.
- #4481 : The 'stylesCombo_stylesSet' configuration entry didn't work for full URLs.
- #4480 : Fixed scope attribute in th.
- #4467 : Fixed bug to use custom icon in context menus. Thanks to george.
- #4190 : Fixed select field dialog layout in Safari.
- #4518 : Fixed unable to open dialog without editor focus in IE.
- #4519 : Fixed maximize without editor focus throw error in IE.
- Updated the following language files:
CKEditor 3.0
New features:
- #3188 : Introduce
<pre> formatting feature when converting from other blocks.
- #4445 : editor::setData now support an optional callback parameter.
Fixed issues:
- #2856 : Fixed problem with inches in Paste From Word plugin.
- #3929 : Using Paste dialog,
the text is pasted into current selection
- #3920 : Mouse cursor over characters in
Special Character dialog now is correct
- #3882 : Fixed an issue
with PasteFromWord dialog in which default values was ignored
- #3859 : Fixed Flash dialog layout in Webkit
- #3852 : Disabled textarea resizing in dialogs
- #3831 : The attempt to remove the contextmenu plugin
will not anymore break the editor
- #3781 : Colorbutton is now disabled in 'source' mode
- #3848 : Fixed an issue with Webkit in witch
elements in the Image and Link dialogs had wrong dimensions.
- #3808 : Fixed UI Color Picker dialog size in example page.
- #3658 : Editor had horizontal scrollbar in IE6.
- #3819 : The cursor was not visible
when applying style to collapsed selections in Firefox 2.
- #3809 : Fixed beam cursor
when mouse cursor is over text-only buttons in IE.
- #3815 : Fixed an issue
with the form dialog in which the "enctype" attribute is outputted as "encoding".
- #3785 : Fixed an issue
in CKEDITOR.tools.htmlEncode() which incorrectly outputs in IE8.
- #3820 : Fixed an issue in
bullet list command in which a list created at the bottom of another gets merged to the top.
- #3830 : Table cell properties dialog
doesn't apply to all selected cells.
- #3835 : Element path is not refreshed
after click on 'newpage'; and safari is not putting focus on document also.
- #3821 : Fixed an issue with JAWS in which
toolbar items are read inconsistently between virtual cursor modes.
- #3789 : The "src" attribute
was getting duplicated in some situations.
- #3591 : Protecting flash related elements
including '<object>', '<embed>' and '<param>'.
- #3759 : Fixed CKEDITOR.dom.element::scrollIntoView
logic bug which scroll even element is inside viewport.
- #3773 : Fixed remove list will merge lines.
- #3829 : Fixed remove empty link on output data.
- #3730 : Indent is performing on the whole
block instead of selected lines in enterMode = BR.
- #3844 : Fixed UndoManager register keydown on obsoleted document
- #3805 : Enabled SCAYT plugin for IE.
- #3834 : Context menu on table caption was incorrect.
- #3812 : Fixed an issue in which the editor
may show up empty or uneditable in IE7, 8 and Firefox 3.
- #3825 : Fixed JS error when opening spellingcheck.
- #3862 : Fixed html parser infinite loop on certain malformed
source code.
- #3639 : Button size was inconsistent.
- #3874 : Paste as plain text in Safari loosing lines.
- #3849 : Fixed IE8 crashes when applying lists and indenting.
- #3876 : Changed dialog checkbox and radio labels to explicit labels.
- #3843 : Fixed context submenu position in IE 6 & 7 RTL.
- #3864 : [FF]Document is not editable after inserting element on a fresh page.
- #3883 : Fixed removing inline style logic incorrect on Firefox2.
- #3884 : Empty "href" attribute was duplicated on output data.
- #3858 : Fixed the issue where toolbars
break up in IE6 and IE7 after the browser is resized.
- #3868 : [chrome] SCAYT toolbar options was in reversed order.
- #3875 : Fixed an issue in Safari where
table row/column/cell menus are not useable when table cells are selected.
- #3896 : The editing area was
flashing when switching forth and back to source view.
- #3894 : Fixed an issue where editor failed to initialize when using the on-demand loading way.
- #3903 : Color button plugin doesn't read config entry from editor instance correctly.
- #3801 : Comments at the start of the document was lost in IE.
- #3871 : Unable to redo when undos to the front of snapshots stack.
- #3909 : Move focus from editor into a text input control is broken.
- #3870 : The empty paragraph
desappears when hitting ENTER after "New Page".
- #3887 : Fixed an issue in which the create
list command may leak outside of a selected table cell and into the rest of document.
- #3916 : Fixed maximize does not enlarge editor width when width is set.
- #3879 : [webkit] Color button panel had incorrect size on first open.
- #3839 : Update Scayt plugin to reflect the latest change from SpellChecker.net.
- #3742 : Fixed wrong dialog layout for dialogs without tab bar in IE RTL mode .
- #3671 : Fixed body fixing should be applied to the real type under fake elements.
- #3836 : Fixed remove list in enterMode=BR will merge sibling text to one line.
- #3949 : Fixed enterKey within pre-formatted text introduce wrong line-break.
- #3878 : Whenever possible,
dialogs will not present scrollbars if the content is too big for its standard
size.
- #3782 : Remove empty list in table cell result in collapsed cell.
- Updated the following language files:
- #3984 : [IE]The pre-formatted style is generating error.
- #3946 : Fixed unable to hide contextmenu.
- #3956 : Fixed About dialog in Source Mode for IE.
- #3953 : Fixed keystroke for close Paste dialog.
- #3951 : Reset size and lock ratio options were not accessible in Image dialog.
- #3921 : Fixed Container scroll issue on IE7.
- #3940 : Fixed list operation doesn't stop at table.
- #3891 : [IE] Fixed 'automatic' font color doesn't work.
- #3972 : Fixed unable to remove a single empty list in document in Firefox with enterMode=BR.
- #3973 : Fixed list creation error at the end of document.
- #3959 : Pasting styled text from word result in content lost.
- #3793 : Combined images into sprites.
- #3783 : Fixed indenting command in table cells create collapsed paragraph.
- #3968 : About dialog layout was broken with IE+Standards+RTL.
- #3991 : In IE quirks, text was not visible in v2 and office2003 skins.
- #3983 : In IE, we'll now
silently ignore wrong toolbar definition settings which have extra commas being
left around.
- Fixed the following test cases:
- #3992 : core/ckeditor2.html
- #4138 : core/plugins.html
- #3801 : plugins/htmldataprocessor/htmldataprocessor.html
- #3989 : Host page horizontal scrolling a lot when on having righ-to-left direction.
- #4001 : Create link around existing image result incorrect.
- #3988 : Destroy editor on form submit event cause error.
- #3994 : Insert horizontal line at end of document cause error.
- #4074 : Indent error with 'indentClasses' config specified.
- #4057 : Fixed anchor is lost after switch between editing modes.
- #3644 : Image dialog was missin radio lock.
- #4014 : Firefox2 had no dialog button backgrounds.
- #4018 : Firefox2 had no richcombo text visible.
- #4035 : [IE6] Paste dialog size was too small.
- #4049 : Kama skin was too wide with config.width.
- The following released files now doesn't require the _source folder
- #4086 : _samples/ui_languages.html
- #4093 : _tests/core/dom/document.html
- #4094 : Smiley plugin file
- #4097 : No undo/redo support for fontColor and backgroundColor buttons.
- #4085 : Paste and Paste from Word dialogs were not well styled in IE+RTL.
- #3982 : Fixed enterKey on empty list item result in weird dom structure.
- #4101 : Now it is possible to close dialog before gets focus.
- #4075 : [IE6/7]Fixed apply custom inline style with "class" attribute failed.
- #4087 : [Firefox]Fixed extra blocks created on create list when full document selected.
- #4097 : No undo/redo support for fontColor and backgroundColor buttons.
- #4111 : Fixed apply block style after inline style applied on full document error.
- #3622 : Fixed shift enter with selection not deleting highlighted text.
- #4092 : [IE6] Close button was missing for dialog without multiple tabs.
- #4003 : Markup on the image dialog was disrupted when removing the border input.
- #4096 : Editor content area was pushed down in IE RTL quirks.
- #4112 : [FF] Paste dialog had scrollbars in quirks.
- #4118 : Dialog dragging was
occasionally behaving strangely .
- #4077 : The toolbar combos
were rendering incorrectly in some languages, like Chinese.
- #3622 : The toolbar in the v2
skin was wrapping improperly in some languages.
- #4119 : Unable to edit image link with image dialog.
- #4117 : Fixed dialog error when transforming image into button.
- #4058 : [FF] wysiwyg mode is sometimes not been activated.
- #4114 : [IE] RTE + IE6/IE7 Quirks = dialog mispositoned.
- #4123 : Some dialog buttons were broken in IE7 quirks.
- #4122 : [IE] The image dialog
was being rendered improperly when loading an image with long URL.
- #4144 : Fixed the white-spaces at the end of <pre> is incorrectly removed.
- #4143 : Fixed element id is lost when extracting contents from the range.
- #4007 : [IE] Source area overflow from editor chrome.
- #4145 : Fixed the on demand
("basic") loading model of the editor.
- #4139 : Fixed list plugin regression of [3903].
- #4147 : Unify style text normalization logic when comparing styles.
- #4150 : Fixed enlarge list result incorrect at the inner boundary of block.
- #4164 : Now it is possible to paste text
in Source mode even if forcePasteAsPlainText = true.
- #4129 : [FF]Unable to remove list with Ctrl-A.
- #4172 : [Safari] The trailing
<br> was not been always added to blank lines ending with .
- #4178 : It's now possible to
copy and paste Flash content among different editor instances.
- #4193 : Automatic font color produced empty span on Firefox 3.5.
- #4186 : [FF] Fixed First open float panel cause host page scrollbar blinking.
- #4227 : Fixed destroy editor instance created on textarea which is not within form cause error.
- #4240 : Fixed editor name containing hyphen break editor completely.
- #3828 : Malformed nested list is now corrected by the parser.
CKEditor 3.0 RC
Changelog starts at this release.