Personal tools
You are here: Home Products TinyMCE Editor Releases TinyMCE Editor 0.94.3.1.0.1 (Beta release)

TinyMCE Editor 0.94.3.1.0.1 (Beta release)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

Upgrade to TinyMCE 3.1.0.1, added support for NuPlone and some minor bugfixes

For additional information about this project, please visit the project page.

Available downloads

Release Notes

Tested with Plone 3
State Beta release
License LGPL
Release Manager robgietema

Installation

  • Copy TinyMCE folder to the Plone products folder, restart.
  • Use the quick installer to install.

 

Change log

Plone Product

Version 0.94 (2008-07-11)
  • Added support for NuPlone
  • Minor bugfixes

 

TinyMCE

Version 3.1.0.1 (2008-06-18)
  • Fixed bug where the Opera line break fix didn't work correctly on Mac OS X and Unix.
  • Fixed bug where IE was producing the default value the maxlength attribute of input elements.

 

Version 3.1.0 (2008-06-17)
  • Fixed bug where the paste as text didn't work correctly it encoded produced paragraphs and br elements.
  • Fixed bug where embed element in XHTML style didn't work correctly in the media plugin.
  • Fixed bug where style elements was forced empty in IE. The will now be wrapped in a comment just like script elements.
  • Fixed bug where some script elements wrapped in CDATA could fail to be serialized correctly.
  • Fixed bug where FF 3 produced -moz- internal styles in some style attributes.
  • Fixed bug where query strings and external URLs didn't work correctly in style attributes.
  • Fixed bug where shape attribute of area elements got serialized as rect regardless of it's initial value in IE 6.
  • Fixed bug where selection of elements inside layers would fail in IE since focus was moved to the document body.
  • Fixed bug where pressing enter/return in an editable select box would produce an __mce_add_custom__ class value.
  • Fixed bug where changing font size of text placed inside a colored text chunk would remove the parent node.
  • Fixed bug where Opera 9.5 final produced a strange line break behavior due to a workaround for previous Opera versions.
  • Fixed bug where text/background color would produce a strange focus problem when you tried to click on the body in IE.
  • Fixed issue where selecting the title of an listbox equals the old 2.x behavior of changing the value to an empty string.
  • Fixed issue where it was common for the media plugin to break if the _value attribute wasn't added for the param element.
  • Fixed issue where the wrong parent editor instance might be updated if you use fullscreen mode in an incorrect way.
  • Fixed issue where Safari was producing a warning about the base element not being closed correctly.
  • Removed redundant form element name matching from regexp in the DOMUtils class.

 

Version 3.0.9 (2008-06-02)
  • Added new contextmenu_offset_x/contextmenu_offset_y options for the contextmenu plugin.
  • Added cite attribute to the default rule for the blockquote element.
  • Added support for using arrow keys for selection of items in listboxes.
  • Added support for using arrow keys for selection of items in dropmenus.
  • Fixed bug where blockformat change on elements with BR inside them didn't change correctly on Firefox.
  • Fixed bug where removing table rows inside thead or tfoot would remove the whole table if it was the last one.
  • Fixed bug where XHR synchronous mode didn't execute the callback handlers synchronously.
  • Fixed bug where setting border to 0 didn't add border: 0 to the style attribute when using the advimage dialog.
  • Fixed bug where the selection of images and table cells didn't work correctly when the editor is placed in a frame and running on IE.
  • Fixed bug where the store/restore of a selection didn't work correctly in non IE browsers.
  • Fixed bug where only the first element would be invalid for the invalid_elements option.
  • Fixed bug where paste as plain text didn't encode the characters correctly when they where inserted.
  • Fixed bug where HTML source window couldn't be maximized on Gecko when the maximizable feature was enabled.
  • Fixed bug where color selection using the color picker could produce exception in IE.
  • Fixed bug where font size changes could produce produce extra redundant elements.
  • Fixed bug where IE could produce unknown runtime error if you replaced a image with another image from a separate frame.
  • Fixed bug where the domLoaded state for the Event class wasn't set correctly if the editor was loaded dynamically using the gzip compressor.
  • Fixed bug where handling of the base element for a page would produce incorrect urls. Based on a patch contributed by John LeSueur.
  • Fixed bug where table constraint alert boxes was presented with an empty value and wasn't the skinned inline ones.
  • Fixed bug where the onChange event wasn't fired when the form was submitted. It's now also triggered when the save method is called.
  • Fixed bug where encoding set to xml didn't work as expected. It now encodes the contents into XML entities.
  • Fixed bug where numrows didn't work correctly for the merge cells dialog of the table plugin.
  • Fixed bug where the onGetContent event was fired even when the no_events flag was set.
  • Fixed bug where the preview panels for the advimage and the media plugin could overflow on Safari and FF 3.
  • Fixed bug where the editing and removal of abbr elements using the xhtmlxtras plugin working correctly on IE.
  • Fixed bug where save button in the save plugin didn't work correctly on IE.
  • Fixed bug where dragging layers didn't work as expected since it would snap back to it's original location if you saved.
  • Fixed bug where the description of the template plugin dialog wasn't updated correctly.
  • Fixed bug where the values for frame and rules in the table dialogs where swapped.
  • Fixed bug where the elements like ins, del, cite, acronym and abbr didn't have the default editing style as the old 2.x branch.
  • Fixed bug where ask mode would lock the focused textarea if you pressed cancel in the confirm dialog on FF 3.
  • Fixed bug where ask mode would produce contents for empty textareas if you reloaded the page.
  • Fixed so the onGetContent event gets the full pass through object just like the other events.
  • Fixed so attributes for block elements remains the same when you change format of a element.