TinyMCE Changelog

What's new in TinyMCE 4.1.7

Dec 12, 2014
  • New user interface API
  • New modern skin!
  • Inline editing
  • Updated build process
  • Higher quality code
  • Reworked plugins
  • CDN support
  • And MUCH MUCH MORE!

New in TinyMCE 4.0.16 (Feb 1, 2014)

  • Fixed bug where the editor wouldn't be properly rendered on IE 10 depending on the document.readyState.

New in TinyMCE 4.0.12 (Dec 20, 2013)

  • Added new media_scripts option to the media plugin. This makes it possible to embed videos using script elements.
  • Fixed bug where WebKit/Blink would produce random span elements and styles when deleting contents inside the editor.
  • Fixed bug where WebKit/Blink would produce span elements out of link elements when they where removed by the unlink command.
  • Fixed bug where div block formats in inline mode where applied to all paragraphs within the editor.
  • Fixed bug where div blocks where marked as an active format in inline mode when doing non collapsed selections.
  • Fixed bug where the importcss plugin wouldn't append styles if the style_formats option was configured.
  • Fixed bug where the importcss plugin would import styles into groups multiple times for different format menus.
  • Fixed bug where the paste plugin wouldn't properly remove the paste bin element on IE if a tried to paste a file.
  • Fixed bug where selection normalization wouldn't properly handle cases where a range point was after a element node.
  • Fixed bug where the default time format for the inserttime split button wasn't the first item in the list.
  • Fixed bug where the default text for the formatselect control wasn't properly translated by the language pack.
  • Fixed bug where links would be inserted incorrectly when auto detecting absolute urls/emails links in inline mode.
  • Fixed bug where IE 11 would insert contents in the wrong order due to focus/blur async problems.
  • Fixed bug where pasting contents on IE sometimes would place the contents at the end of the editor.
  • Fixed so drag/drop on non IE browsers gets filtered by the paste plugin. IE doesn't have the necessary APIs.
  • Fixed so the paste plugin better detects Word 2007 contents not marked with -mso junk.
  • Fixed so image button isn't set to an active state when selecting control/media placeholder items.

New in TinyMCE 4.0.11 (Nov 21, 2013)

  • New user interface API
  • New modern skin!
  • Inline editing
  • Updated build process
  • Higher quality code
  • Reworked plugins
  • CDN support
  • And MUCH MUCH MORE!

New in TinyMCE 3.4.7 (Nov 4, 2011)

  • Modified the caret formatting behavior to word similar to common desktop wordprocessors like Word or Libre Office.
  • Fixed bug in Webkit - Cursor positioning does not work vertically within a table cell with multiple lines of text.
  • Fixed bug in IE where Inserting a table in IE8 places cursor in the second cell of the first row.
  • Fixed bug in IE where editor in a frame doesn't give focus to the toolbar using ALT-F10.
  • Fix for webkit and gecko so that deleting bullet from start of list outdents inner list items and moves first item into paragraph.
  • Fix new list items in IE8 not displayed on a new line when list contains nested list items.
  • Clear formatting in table cell breaks the cell.
  • Made media type list localisable.
  • Fix out of memory error when using prototype in media dialog.
  • Fixed bug where could not add a space in the middle of a th cell.
  • Fixed bug where adding a bullet between two existing bullets adds an extra one
  • Fixed bug where trying to insert a new entry midway through a bulleted list fails dismally when the next entry is tabbed in.
  • Fixed bug where pressing enter on an empty list item does not outdent properly in FF
  • Fixed bug where adding a heading after a list item in a table cell changes all styles in that cell
  • Fixed bug where hitting enter to exit from a bullet list moves cursor to the top of the page in Firefox.
  • Fixed bug where pressing backspace would not delete HRs in Firefox and IE when next to an empty paragraph.
  • Fixed bug where deleting part of the link text can cause a link with no destination to be saved.
  • Fixed bug where css style border widths wasn't handled correctly in table dialog.
  • Fixed bug where parsing invalid html contents on IE or WebKit could produce an infinite loop.
  • Fixed bug where scripts with custom script types wasn't properly passed though the editor.
  • Fixed issue where some Japanese kanji characters wasn't properly entity encoded when numeric entity mode was enabled.
  • Made emoticons dialog use the keyboard naviation.
  • Added navigation instructions to the symbols dialog.
  • Added ability to set default values for the media plugin.
  • Added new font_size_legacy_values option for converting old font element sizes to span with font-size properties.
  • Fixed bug where the symbols dialog was not accessible.
  • Added quirk for IE ensuring that the body of the document containing tinyMCE has a role="application" for accessibility.
  • Fixed bug where the advanced color picker wasn't working properly on FF 7.
  • Fixed issue where the advanced color picker was producing uppercase hex codes.
  • Fixed bug where IE 8 could throw exceptions if the contents contained resizable content elements.
  • Fixed bug where caret formatting wouldn't be correctly applied to previous sibling on WebKit.
  • Fixed bug where the select boxes for font size/family would loose it's value on WebKit due to recent iOS fixes.

New in TinyMCE 3.4 Beta 2 (Jan 14, 2011)

  • New flash player:
  • The media plugin has now a new Flash player called MoxiePlayer. This player support mp4 and flv and is used as a fallback player for the HTML5 videos. We will tell you more about this player on the blog later on.
  • Contextual mceInsertContent command:
  • A common problem has been that TinyMCE would be able to insert block elements like P into P elements and there for producing invalid contents. The new 3.4b1 would later clean that up and split these blocks to produce valid contents. The new 3.4b2 how ever will do this cleanup directly on the container element that you insert the contents to. This also fixes issues with the paste plugin where it would sometimes produce invalid children since it also uses the mceInsertContent command.
  • Bugs with scrollbar on IE8+:
  • IE8 introduced a bug with the scrollbars since one of our workarounds for another bug would interfere. We have now resolved this issue and there is no longer any jerky scollbars on IE8 or IE9.
  • Thanks for all bug reports and feedback on the last beta. Feedback is always welcome.

New in TinyMCE 3.3 Beta 2 (Feb 5, 2010)

  • This release focuses on bug fixes for the previous beta there where a few critical ones but most where pretty minor.
  • We are also introducing a new legacyoutput plugin that we wanted to include in the previous version but hadn't the time to add it. This plugin is designed to setup TinyMCE to produce deprecated/invalid output to be used for email clients or rendering in Flash. This is NOT intended to be used for other purposes such as producing contents for the web. Elements like font, u, strike etc are deprecated and shouldn't be used if you still use them please read up on the XHTML and HTML5 specs. These tags where used in the the nineteen nineties.
  • Thanks for reporting all the bugs and helping out with the testing. The reports have been very helpful.

New in TinyMCE 3.3 Beta 1 (Jan 26, 2010)

  • After a few months of development it's was way over due to release the 3.3 version but we wanted to get all the planned features in there and make them as stable as possible.
  • This release includes the new text formatter engine. This means that applying formats like bold, italic, font size etc will produce the same results in all browsers. It also means that overriding existing formats and adding custom ones is now easy.
  • The jQuery support has now been improved even more. We added a new jQuery plugin that Todd Northrop (Speednet) developed and added API integration with jQuery.
  • We also added a new advlist plugin this enables you to set the style you want on specific list blocks. Such as roman letters or squares instead of bullets.
  • A new autosave plugin is also included. This one enables you to autosave the contents as a draft in local storage on supported browsers. It is an minimalistic version of the tinyautosave plugin Speednet developed as a separate project.
  • The paste plugin now has the ability to retain and convert formatting from Word. This feature is not enabled by default for compatibility reasons.
  • The safari plugin is now removed since we moved all those fixes and more into the TinyMCE core. The support for WebKit based browsers have been improved.
  • The performance especially on IE has been improved a lot. We needed to rewrite the bookmark engine since it was very slow on larger documents.
  • We will blog about each of these features to give you more details on how to use them.
  • This version is released as beta since it has so many modifications to the core that there might be bugs and issues. But it has been well tested and there is currently no known regressions.
  • We want to thank the TinyMCE community for all bug reports, patches and code contributions. And since it's now easier to contribute to this project over GitHub we recommend that you use their service for patches etc.

New in TinyMCE 3.2.7 (Sep 23, 2009)

  • This release fixes various bugs and issues. These fixes includes a table processing bug on IE and various issues with boolean style attributes.
  • We have also fixed so script and style elements remains intact when processed by TinyMCE but they will still be wrapped in CDATA sections for XHTML/XML compatibility.

New in TinyMCE 3.2.6 (Sep 11, 2009)

  • Added new wordcount plugin, this will display the number of typed words as you write. Contributed by Andrew Ozz.
  • Added new getNext and getPrev methods to DOM utils. These will return the first matching sibling.
  • Fixed bug where it was impossible to place the caret after a table on Gecko. It will now add a paragraph after tables.
  • Fixed bug where inline dialogs would fail if used in a window opened using a showModalDialog. Patch contributed by Derek Britt.
  • Fixed bug where IE could sometimes render a unknown runtime error on invalid input HTML.
  • Fixed bug where some incorrectly placed tables wouldn't be moved outside the paragraphs on IE.
  • Fixed bug where uppercase script/style element wouldn't be handled correctly and converted to valid lowercase.
  • Fixed bug where some WebKit versions on Mac OS X would produce issues with hidden select fields.
  • Fixed bug where the media plugin would fail on WebKit since the node wasn't properly imported to the right document.
  • Fixed bug where absolute URLs for the TinyMCE script using a base href element would cause loading problems in IE 6/7.
  • Fixed bug where pasting using the paste plugin wasn't possible on IE with to restrictive security settings.
  • Fixed bug where pasting of whitespace was impossible using the new custom paste method.
  • Fixed bug where pasting on some WebKit browsers would not work if you pasted specific contents due to a WebKit bug.
  • Fixed bug where doctypes with multiple lines would not be parsed correctly by the fullpage plugin. Patch contributed by Colin.
  • Fixed bug where the autoresize plugin would break the fullscreen functionality.
  • Fixed bug where tables would be chopped up running on IE using invalid contents and pasting paragraphs into a cell.
  • Fixed bug where the each method of jQuery build didn't iterate styleSheets. We now use the TinyMCE API one instead.
  • Fixed bug where auto switching to paragraphs after headers some times failed in Gecko.
  • Fixed so all editor options gets passed to the Serializer class. Patch contributed by Jasper Mattsson.
  • Fixed so script/style blocks isn't wrapped in paragraphs as other inline elements.
  • Fixed so the XHR requests sends the X-Requested-With HTTP header.
  • Fixed so the data url scheme is handled in the tinymce.util.URI class.
  • Changed inline documentation to use moxiedoc style comments.
  • Removed the compat2x plugin people should have upgraded to the 3.x API by now. 3.0 was released more then a year ago.
  • Re-added Gecko specific message for users who doesn't understand the security concept regarding paste.

New in TinyMCE 3.2.5 (Jun 29, 2009)

  • Added new jQuery plugin for the jQuery specific package. This enables you to more easily load and use TinyMCE.
  • Added new autoresize plugin contributed by Peter Dekkers. This plugin will auto resize the editor to the size of the contents.
  • Fixed so all packages have the same directory structure. Previous releases had a different structure for the production package.
  • Fixed so the paste from word dialog forces the contents to be processed as word contents even if it's not.
  • Fixed so the jQuery build adapter build works. It's currently only excluding Sizzle.
  • Fixed so noscript element contents is retained during the editing process.
  • Fixed bug where the getBookmark method would need a "simple" string input when the documented way is a boolean.
  • Fixed bug where invalid contents could break the fix_table_elements logic.
  • Fixed bug where Sizzle specific attributes would be serialized if the valid_elements was set to *[*].
  • Fixed bug where IE would produce an error if you specified a relative content_css and opened the paste dialog.
  • Fixed bug where pasting images on IE would produce broken images if they came from an external site.
  • Fixed bug where memory was leaked if you add/remove controls dynamically. Some event handlers wasn't removed properly.
  • Fixed bug where domain relaxing wasn't treated correctly if you added it after the TinyMCE script element.
  • Fixed bug where the activeEditor wasn't set to null if the last editor instance was removed.
  • Fixed bug where IE was leaking memory on the onbeforeunload event due to some recently introduced logic. Patch contributed by Options.
  • Fixed bug where inserting tables in Safari 4 didn't work due to a new WebKit bug where some element names are reserved.
  • Fixed bug where URLs having a :// value in the query string would make it absolute regardless of URL settings.
  • Fixed the WebKit specific bug where DOM Ranges would fail if the node wasn't attached to something in a different way.
  • Removed the auto_resize option and the resizeToContent method from the tinymce.Editor class. Use the new autoresize plugin instead.

New in TinyMCE 3.2.4.1 (May 25, 2009)

  • Fixed bug where Gecko browsers would produce an extra space after for example strong when loaded from sub domains.
  • Fixed bug where script elements would be removed if they where placed inside a paragraph element.
  • Fixed bug where IE 8 would produce 1 item remaining when loading CSS files dynamically with an empty cache.
  • Fixed bug where bound events would be removed from other editor instances if a specific one was removed.
  • Fixed various bugs and issues with script and style elements inside the editor.
  • Fixed so all script contents gets wrapped in CDATA sections so that they can be parsed using a XML parser.
  • Fixed so it's impossible for elements marked as closed to have child nodes rendered in output.

New in TinyMCE 3.2.4 (May 22, 2009)

  • Added new paste_remove_styles/paste_remove_styles_if_webkit option to paste plugin concept contributed by Hadrien Gardeur.
  • Added new functionality to paste plugin contributed by Scott Eade aka monkeybrain.
  • Added new paste_block_drop option to the paste plugin this is disabled by default and will block any drag/drop event.
  • Added new bind/unbind methods to DOMUtils these works like Event.add/Event.remove but is easier to access.
  • Added new paste_dialog_width/paste_dialog_height options to paste pluign. Enables you to change the dialog sizes.
  • Fixed bug on IE 8 where it would sometimes produce a "1 item remaining" status message that would never finish.
  • Fixed bug on Safari 4 beta that would produce DOM Range exceptions on the DOMUtils split method since the browser has a bug.
  • Fixed bug where the paste plugin could accidentally think that some word sentences was supposed to be list elements.
  • Fixed bug where paste plugin would produce one extra empty undo level on some browsers.
  • Fixed bug where spans wasn't produced correctly on new line when the keep_styles option was enabled.
  • Fixed bug where the caret would be placed at the beginning of contents in IE 8 if you selected colors from the color pickers.
  • Fixed so the Event class is a normal class instead of a static one. The tinymce.dom.Event is now a global instance of that class.
  • Fixed so internal events for instances gets removed when the DOMUtils instance is removed.
  • Fixed so preventDefault and stopPropagation methods can be used on the event object in all browsers.

New in TinyMCE 3.2.3.1 (May 5, 2009)

  • Fixed bug where paragraphs containing form elements such as input or textarea would be removed.
  • Fixed bug where some IE versions would produce a wrapper function for events attributes.
  • Fixed bug where table cell contents could be removed if you pressed return/enter at the end of the cell contents.
  • Fixed bug where the paste plugin would remove a extra character if the selection range was collapsed.
  • Fixed bug where creating tables with % width wouldn't be handled correctly on WebKit browsers.

New in TinyMCE 3.2.3 (Apr 23, 2009)

  • Added new paste plugin logic. This new version will autodetect Word contents and clean it up.
  • Added a optional root element argument to getPos so you can tell it where to stop the calculation.
  • Added new DOM ready logic to remove the usage of document.write. We now use basically the same method as jQuery.
  • Fixed bug where WebKit browsers would fail when selecting all contents in the area using Ctrl+A.
  • Fixed bug where IE would produce paragraphs with empty inline style elements.
  • Fixed bug where WebKit browsers would fail when inserting tables with a non pixel width.
  • Fixed bug where block elements could get a redundant br element at the end of the element.
  • Fixed bug where the tabfocus plugin only worked with a single editor instance on page.
  • Fixed bug where IE 8 was loosing caret position if the selection was collapsed and a menu was clicked.
  • Fixed bug with application/xhtml+xml mode where menus wasn't working properly.
  • Fixed bug where the onstop workaround fix for IE would produce errors in an ASP update panel.
  • Fixed bug where the submit function override could produce errors if executed in the wrong scope.
  • Fixed bug where the area element wasn't closed by a short ending.
  • Fixed various number issues in the style plugins properties dialog. Contributed by datpaulchen.
  • Fixed issues with size suffix values in the style plugin dialog.
  • Fixed issue where hasDuplicate variable would leak out to the global space due to a bug in the Sizzle engine.
  • Fixed issue where the paste event would fire a dialog warning on IE since we extracted the text contents.
  • Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.

New in TinyMCE 3.2.2.3 (Mar 26, 2009)

  • Fixed regression bug with the getPos method, it would return invalid if the view port was to small.

New in TinyMCE 3.2.2.2 (Mar 25, 2009)

  • Fixed so the DOMUtils getPos method can be used cross documents if needed.
  • Fixed bug where undo/redo wasn't working correctly in Gecko browsers.

New in TinyMCE 3.2.2.1 (Mar 19, 2009)

  • Added support for tel: URL prefixes. Even though this doesn't match any official RFC.
  • Fixed so the select method of the Selection class selects the first best suitable contents.
  • Fixed bug where the regexps for www. prefixes for link and advlink dialogs would match wwwX.
  • Fixed bug where the preview dialog would fail to open if the content_css wasn't defined.
  • Patch contributed by David Bildström (ChronoZ).
  • Fixed bug where editors wasn't converted in application/xhtml+xml mode due to an issue with Sizzle.
  • Fixed bug where alignment would fail if multiple lines where selected.
  • Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.

New in TinyMCE 3.2.2 (Mar 5, 2009)

  • Added new CSS selector engine. Sizzle the same one that jQuery and other libraries are using.
  • Added new is and getParents methods to the DOMUtils class. These use the new Sizzle engine to select elements.
  • Added new removeformat_selector option, enables you to specify a CSS selector pattern of elements to remove when using removeformat.
  • Fixed so the getParent method can take CSS expressions when selecting it's parents.
  • Added new ant based build process, includes a new javabased preprocessor and a yuicompressor ant task.
  • Moved the tab_focus logic into a plugin called tabfocus, so the old tab_focus option has been removed from the core.
  • Replaced the TinyMCE custom unit testing framework with Qunit and rewrote all tests to match the new logic.
  • Moved the examples/testcases to a root directory called tests since it now includes slickspeed.
  • Fixed bug where nbsp wasn't replaced correctly in ForceBlocks.js. Patch contributed by thorn.
  • Fixed bug where an dom exception would be thrown in Gecko when the theme_advanced_path path was set to false under xml application mode.
  • Fixed bug where it was impossible to get out of a link at the end of a block element in Gecko.
  • Fixed bug where the latest WebKit nightly would fail when changing font size and font family.
  • Fixed bug where the latest WebKit nightly would fail when opening dialogs due to changes to the arguments object.
  • Fixed bug where paragraphs wasn't added to elements positioned absolute using classes.
  • Fixed bug where font size values with dot's like 1.4em would produce a class instead of the style value.
  • Fixed bug where IE 8 would return an incorrect position for elements.
  • Fixed bug where IE 8 would render colorpicker/filepicker icons incorrectly.
  • Fixed bug where trailing slashes for directories in URLs would be removed.
  • Fixed bug where autostart and other boolean values in the media dialog wouldn't be stored/parsed correctly.
  • Fixed bug where the repaint call for the media plugin wouldn't be executed due to a typo in the source.
  • Fixed bug where id attribute of object elements wasn't kept intact by the media plugin.
  • Fixed bug where preview of embeded elements when the media_use_script option was used would fail.
  • Fixed bug where inlinepopups could be rendered at an incorrect location on IE 6 while dragging.
  • Fixed bug where the blocker shim could be placed at an incorrect location on IE 6.
  • Fixed bug where the multiple and size attributes of select elements would produce incorrect values while running in IE.
  • Fixed bug where IE would loose the caret position is you selected a color from the color drop down.
  • Fixed bug where remove format wouldn't work on IE since it couldn't remove span elements that had style information.
  • Fixed bug where Opera was removing links when removing formatting from selected contents.
  • Fixed bug where paragraphs could be produced inside non positional elements styled with the CSS position value of static.
  • Fixed bug where removeformat wouldn't work if you selected part of a span in IE.
  • Fixed bug where media plugin didn't retain the style attribute on embed/object elements.
  • Fixed bug where auto focus on empty editor instances could produce strange results if you inserted an image into it.
  • Fixed bug where   characters would be removed in FF when inserted with the mceInsertContent or selection.setContent methods.
  • Fixed bug where warning message of missing paste support wasn't displayed on WebKit browsers.
  • Fixed bug where anchor links could include other links. The selected range is now unlinked before adding news links to it.
  • Fixed memory leak when TinyMCE was used with prototype. Patch contributed by James Ots.
  • Fixed so the non documented fullpage_hide_in_source_view option for the fullpage plugin works again in the 3.x branch.
  • Fixed so tables doesn't get inserted into paragraphs by default since it's not W3C valid. Can be disabled by using the fix_table_elements option.
  • Fixed so the source view dialog sets a source_view state to the event object. Enables plugins to intercept the source view mode.
  • Fixed various validation issues with the html dialogs and pages.
  • Removed ask mode option since there is way better ways of doing this now. Use the add/remove control methods instead.
  • Removed logic for compatibility with Safari 2.x, this browser is no longer supported since no one is using it.
  • Removed the auto domain relaxing feature. If loading scripts cross sub domains it's better to specify the document.domain by hand.

New in TinyMCE 3.2.1.1 (Feb 28, 2009)

  • Added new theme_advanced_default_background_color/theme_advanced_default_foreground_color options. Patch contributed by David Bildström (ChronoZ).
  • Fixed font style formatting compatibility issue with Adobe Air.
  • Fixed so legacy font elements get converted into spans even if cleanup_on_startup isn't enabled.
  • Fixed bug where pre elements could be incorrectly modified by an IE bug workaround. Patch contributed by hu vime.
  • Fixed bug where input elements inside inlinepopups wasn't editable in Firefox 2.
  • Fixed bug where the xhtmlxtras plugin wasn't replacing attribute values correctly.
  • Fixed bug where menu buttons in skin variants would look strange due to IE 8 fixes.
  • Fixed bug where WebKit browsers would on backspace take you back to the previous page if the editor was empty.
  • Fixed bug where DOMUtils decode method wouldn't handle strings larger than 4096kb due to node chunking.

New in TinyMCE 3.2.0.2 (Oct 23, 2008)

  • Fixed bug where the SelectBox and NativeSelectBox wasn't updated correctly if undefined was passed to them.
  • Fixed bug where the style dropdown wasn't correctly changed back to it's original state when element had no class.
  • Fixed bug where multiple pending font styles wasn't handled correctly.
  • Fixed so you can disable all auto css loading for dialogs by setting the popups_css option to false.

New in TinyMCE 3.2.0.1 (Sep 17, 2008)

  • Fixed bug where font sizes and faces wouldn't be changed correctly when there was a parent with a different style.
  • Fixed bug where adding fonts to the same selection would produce redundant spans.

New in TinyMCE 3.2 (Sep 11, 2008)

  • Added new text style support, it will now use span elements internally instead of font elements.
  • Added new improved support for the theme_advanced_font_sizes option, check the Wiki for details.
  • Added new keep_style setting that maintains the text style on return/enter on non IE browsers, enabled by default.
  • Added new onBeforeSetContent/onBeforeGetContent/onSetContent/onGetContent events to the Selection class.
  • Added new selectByIndex method to ListBox class. This enables you to select list items by an index instead of a value.
  • Added new possibility to the select method of the ListBox class. This can now have a selector function as it's value argument.
  • Added new possibility to skip the loading of popups css by setting the feature popup_css to the value false.
  • Added new possibility to skip translation of popups by setting the translate_i18n feature to false.
  • Added new element_format option enables you to produce HTML element endings instead of XHTML. But we are still in the XHTML is better camp.
  • Added missing allowfullscreen and quality options for flash elements, this will now get correctly stored.
  • Fixed bug where table cell dialog didn't close properly unless the accessibility_warnings option was set to false.
  • Fixed bug where the modal dialog blocker element for inlinepopups wasn't placed at a correct location if the page had scroll.
  • Fixed bug where non inline dialogs didn't close correctly if the inlinepopups plugin was used. Fixed bug where non inline dialogs could make the modal dialog blocker to work incorrectly.
  • Fixed bug where style select wasn't populated correctly if you pressed the arrow. Patch by Hari Karam Singh.
  • Fixed bug where toggling the fullscreen mode didn't restore scrollbars on IE when the editor was inside a frame. Patch by Jacob Barrett.
  • Fixed bug where inserting flash contents using the template plugin didn't work correctly.
  • Fixed bug where inserting flash contents using the selection.setContent or mceInsertContent command didn't work correctly.
  • Fixed bug where IE would produce an exception if a comment started with -. Fixed bug where the blockquote button would wrap lists incorrectly on non IE browsers.
  • Fixed bug where Opera would display BR elements in the element path. Fixed bug where xhtmlxtras didn't insert elements correctly on IE.
  • Fixed bug where the buttons wasn't activated correctly in the xhtmlxtras plugin.
  • Fixed bug where adding an object as the style attribute for the dom setAttribs method wouldn't work. Fixed bug where the background color would bleed out to parent container element in Gecko.
  • Fixed bug where the insert column actions for tables would fail if you did it in a thead or tfoot. Patch contributed by T Andersen (tan73).
  • Fixed bug where event blocker element wasn't positioned correctly for the inlinepopups plugin.
  • Fixed bug where pasting from Office 2007 would produce an odd comment in the contents.
  • Fixed bug where the paste as plain text could remove an extra character. Patch contributed by Speednet.
  • Fixed bug where some characters where missing for the paste_replace_list option. Patch contributed by Speednet.
  • Fixed bug where removing non existing editor instances by the mceRemoveControl command would produce an error.
  • Fixed bug where meta elements with the name description would produce errors in IE.
  • Fixed bug where color and background colors wouldn't be updated properly.
  • Fixed bug where the createMenuButton of tinymce.ControlManager didn't implement the last class argument.
  • Fixed bug where the editor_css option was relative from the TinyMCE installation directory not the current page.
  • Fixed bug where elements wouldn't be padded if the element contained bogus br elements. For example TD elements.
  • Fixed bug where parsing of in fullpage plugin would produce an error.
  • Fixed bug where relative urls with just ./ would become an empty string. Fixed bug where outdent button would be disabled if inline_styles where set to false.
  • Fixed bug where replace with an empty search string would produce an error on IE.
  • Fixed bug where restoring the overflow state of the body in fullscreen plugin running on IE would produce vertical scrollbars.
  • Fixed bug where pressing return/enter in list items would sometimes move the caret the to top of the content area in FF.
  • Fixed bug where the style listbox wouldn't be updated correctly if you used the use_native_selects option.
  • Fixed bug where WebKit browsers would produce a div element when ending list elements using return.
  • Fixed so translation of popup contents only occurs if it's needed.
  • Optimized the URI object in regards or converting absolute URIs to relative URIs.