Contact Us

Releases

29

Enterprise TinyMCE 3.5.8

Bug Fixes

  • Fixed bug where html5 data attributes where stripped from contents.
  • Fixed bug where toolbar was annouced multiple times with JAWS on Firefox.
  • Fixed bug where the editor view whouldn't scroll to BR elements when using shift+enter or br enter mode.
  • Fixed bug where a JS error would be thrown when trying to paste table rows then the rows clipboard was empty.
  • Fixed bug with auto detection logic for youtube urls in the media plugin.
  • Fixed bug where the formatter would throw errors if you used the jQuery version of TinyMCE and the latest jQuery.
  • Fixed bug where the latest WebKit versions would produce span elements when deleting text between blocks.
  • Fixed bug where the autolink plugin would produce DOM exceptions when pressing shift+enter inside a block element.
  • Fixed bug where toggling of blockquotes when using br enter mode would produce an exception.
  • Fixed bug where focusing out of the body of the editor wouldn't properly add an undo level.
  • Fixed issue with warning message being displayed on IE 9+ about the meta header fix for IE 8.
Aug02

Enterprise TinyMCE 3.5.6

New Features

  • Added "text" as a valid option to the editor.getContent format option. Makes it easier to get a text representation of the editor contents.

Bug Fixes

  • Fixed bug where resizing an image to less that 0x0 pixels would display the ghost image at an incorrect position.
  • Fixed bug where the remove format button would produce extra paragraphs on WebKit if all of the contents was selected.
  • Fixed issue where edge resize handles on images of wouldn't scale it with the same aspect ratio.
  • Fixed so force_p_newlines option works again since some users want mixed mode paragraphs.
  • Fixed so directionality plugin modifies the dir attribute of all selected blocks in the editor.
  • Fixed bug where backspace/delete of a custom element would move it's attributes to the parent block on Gecko.
Jun21

Enterprise TinyMCE 3.5.3

New Features

  • Added missing wbr element to HTML5 schema.
  • Added new mceToggleFormat command. Enabled you to toggle a specific format on/off.

Bug Fixes

  • Fixed bug where undo/redo state didn't update correctly after executing an execCommand call.
  • Fixed bug where the editor would get auto focused on IE running in quirks mode.
  • Fixed bug where pressing enter before an IMG or INPUT element wouldn't properly split the block.
  • Fixed bug where backspace would navigate back when selecting control types on IE.
  • Fixed bug where the editor remove method would unbind events for controls outside the editor instance UI.
  • Fixed bug where the autosave plugin would try to store a draft copy of editors that where removed.
  • Fixed bug where floated elements wouldn't expand the block created when pressing enter on non IE browsers.
  • Fixed bug where the caret would be placed in the wrong location when pressing enter at the beginning of a block.
  • Fixed bug where it wasn't possible to block events using the handle_event_callback option.
  • Fixed bug where keyboard navigation of the ColorSplitButton.js didn't work correctly.
  • Fixed bug where keyboard navigation didn't work correctly on split buttons.
  • Fixed bug where the legacy Event.add function didn't properly handle multiple id:s passed in.
  • Fixed bug where the caret would disappear on IE when selecting all contents and pressing backspace/delete.
  • Fixed bug where the getStart/getEnd methods would sometimes return elements from the wrong document on IE.
  • Fixed so paragraphs gets created if you press enter inside a form element.
Jun08

Enterprise TinyMCE 3.5.2

Notes

  • Changed the default theme to be advanced instead of simple since most users uses the advanced theme.
  • Changed so the theme_advanced_buttons doesn't have a default set if one button row is specified.
  • Changed the theme_advanced_toolbar_align default value to "left".
  • Changed the theme_advanced_toolbar_location default value to "top".
  • Changed the theme_advanced_statusbar_location default value to "bottom".
  • Removed summary from HTML5 table attributes and fixed so this and other deprecated table fields gets hidden in the table dialog.

New Features

  • Added new formatChanged method to tinymce.Formatter class. Enables easier state change handling of formats.
  • Added new selectorChanged method to tinymce.dom.Selection class. Enables easier state change handling of matching CSS selectors.

Bug Fixes

  • Fixed bug where the simple link dialog would remove class and target attributes from links when updating them if the drop downs wasn't visible.
  • Fixed bug where the link/unlink buttons wouldn't get disabled once a link was created by the autolink plugin logic.
  • Fixed bug where the border attribute was missing in the HTML5 schema.
  • Fixed bug where the legacyoutput plugin would use inline styles for font color.
  • Fixed bug where editing of anchor names wouldn't produce an undo level.
  • Fixed bug where the table plugin would delete the last empty block element in the editor.
  • Fixed bug where pasting table rows when they where selected would make it impossible to editor that table row.
  • Fixed bug with pressing enter in IE while having a select list focused would produce a JS error.
  • Fixed bug where it wasn't possible to merge table cells by selecting them and using merge from context menu.
May10
3.5

Enterprise TinyMCE 3.5

Bug Fixes

  • Fixed menu rendering issue if the document was in rtl mode.
  • Fixed bug where the hide function would throw an error about a missing variable.
  • Fixed bug where autolink wouldn't convert URLs when hitting enter on IE due to the new enter key logic.
  • Fixed bug where formatting using shortcuts like ctrl+b wouldn't work properly the first time.
  • Fixed bug where selection.setContent after a formatter call wouldn't generate formatted contents.
  • Fixed bug where whitespace would be removed before/after invalid_elements when they where removed.
  • Fixed bug where updating styles using the theme image dialog in non inline mode on IE9 would produce errors.
  • Fixed bug where IE 8 would produce an error when using the contextmenu plugin.
  • Fixed bug where delete/backspace could remove contents of noneditable elements.
  • Fixed so background color in style preview gets computed from body element if the current style element is transparent.