Version 3.0.5 (2008-03-12) Added new black skin variant to the o2k7 skin contributed by Stefan Moonen. Added new explode method to the tinymce core class. This does a split but removed whitespace it also defaults to a , delimiter. Added new detection logic for IE 8 standards mode into the DOMUtils class strMode can now be checked to see if that mode is on/off. Added new noscale option value for the scale select box for Flash in the media plugin. Fixed bug where the menu for the ColorSplitButton wasn't removed when the editor was removed. Fixed bug where font colors couldn't be edited correctly since the style of the element didn't get updated correctly. Fixed bug where class of elements would get lost when TinyMCE was fixing incorrect HTML markup. Fixed bug where table editing would produce double height values. Fixed bug where width style value wouldn't be removed if you switched width unit from cm/em to pixels or percent. Fixed bug where the search/replace input box wasn't auto focused like the other dialogs. Fixed bug where the old mceAddControl command would use the fullscreen settings next time it created an instance. Fixed bug where multiple lines where added to the target cell if you merged multiple empty cells. Fixed bug where drop down menus would be incorrectly positioned inside scrollable divs. Fixed bug where the separators of the silver skin variant didn't display correctly in IE 6. Fixed bug where createStyleSheet seems to load scripts at opposite order in some IE versions. Fixed bug where directionality could produce odd results for the UI and the dialogs. Fixed bug where the DOM serializer wouldn't serialize custom namespaced attributes in IE 6 using the *[*] valid elements rule. Fixed bug where table caption would be inserted after the thead element if you swapped a tr to be inside the thead. Fixed bug where the youtube detection logic for the media plugin was to generic. Fixed so the deprecated and undocumented theme_advanced_path_location set to none won't hide the whole statusbar. Fixed so most input lists can have whitespace in them they are now split using the new tinymce.explode method. Fixed so the popup_css and popup_css_add URLs are relative to where the current document is located. Fixed various bugs and quirks with the store/restore selection logic. Fixed so the editor starts in IE 8 standards mode but still that browser is very very buggy. Fixed so dialog_type set to modal will block the background and other inline windows and only give access to the front most window. Version 3.0.4.1 (2008-03-08) Fixed critical bug where it was impossible to edit images when inlinepopups where used due to lost selection in IE. Version 3.0.4 (2008-03-07) Added new option constrain_menus, this enables you to force view port constraints on all menus. Contributed by Shane Tomlinson. Fixed bug where table background wasn't visible inside the editor due to a default CSS rule overriding the style attribute. Fixed bug where links would get a null class added if no styles was used in IE. Fixed bug where spellchecker was auto focusing the editor in IE. Fixed bug where document.domain would produce invalid argument if the editor was loaded in IE6 over a network UNC path. Fixed bug where table height attribute was used, this is deprecated in XHTML so it now adds it as an style. Fixed bug where textareas with style values would produce error in IE. Fixed so the first element in each dialog is focused by default to enhance keyboard usage. Fixed so you can add a mceFocus class to elements to make it auto focused. Fixed so you can close dialogs using the esc key. Fixed so you can press return/enter to submit the action of each dialog. Fixed so tabbing inside an inline popups wont focus the resize anchor elements. Fixed so you can press ok in inline alert messages using the return/enter key. Fixed so textareas can be set to non px or % sizes for example em, cm, pt etc. Fixed so non pixel values can be used in width/height properties for tables. Fixed so the custom context menu can be disabled by holding down ctrl key while clicking. Fixed so the layout for the o2k7 skin looks better if you don't have separators before and after list boxes. Fixed so the sub classes get a copy of the super class constructor function to ease up type checking. Fixed so font sizes for the format block previews are normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden). Fixed so font sizes for h1-h6 in the default content.css is normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden). Version 3.0.3 (2008-03-03) Fixed bug where an error about document.domain would be thrown if TinyMCE was loaded using a different port. Fixed bug where mode exact would convert textareas without id or name if the elements option was omitted. Fixed bug where the caret could be placed at an incorrect location when backspace was used in Gecko. Fixed bug where local file:// URLs where converted into absolute domain URLs. Fixed bug where an error was produced if a editor was removed inside an editor command. Fixed bug where force_p_newlines didn't effect the paste plugin correctly. Fixed bug where the paste plugin was producing an exception on IE if you pasted contents with middots. Fixed bug where delete key could produce exceptions in Gecko sometimes due to the fix for the table cell bug. Fixed bug where the layer plugin would produce an visual add class called mceVisualAid this one is now renamed to mceItemVisualAid to mark it internal. Fixed bug where TinyMCE wouldn't initialize properly if ActiveX controls was disabled in IE. Fixed bug where tables and other elements that had visual aids on them would produce an extra space after any custom class names. Fixed bug where search with an empty string would produce some odd "invalid pointer" error in IE. Fixed bug where elements like menus where placed at incorrect positions in Opera 9.26. Fixed bug where IE was loosing focus of the editor when you clicked some dropmenu and if it was placed in a frame or iframe. Fixed bug where focus of images could be lost in IE if you focused the accessibility confirm dialog in the advimage plugin. Fixed bug where nestled font elements would produce odd output like missing font elements. Fixed bug where text colors and styles got removed if invalid_elements included the font element. Fixed bug where text-decoration set to underline or line-through would remove other styles from span elements. Fixed bug where editor contents like \n\n would be incorrectly handled and processed as real line feeds. Fixed bug where incorrectly encoded urls with ampersands in them would be decoded incorrectly. Optimized the DOMUtils decode method to be a lot faster if the string doesn't have any entities to decode. Version 3.0.2.1 (2008-02-26) Fixed alert/confirm dialogs so they display correctly. Version 3.0.2 (2008-02-26) Added new body_id option that enables you to specify the id of the body inside the editor iframe based on ideas by David Bildström (ChronoZ). Added new body_class option that enables you to set the class for the body of the editor iframe based on ideas by David Bildström (ChronoZ). Added new CSS class to the default content.css files mceForceColors that forces white background and black text can be used with the body_class option. Added new type parameter to the Editor.getParam function to reduce redundant logic for parsing hash tables. Added new isDone method to the ScriptLoaded class, this enables you to check if a script has been loaded or not. Added new resizeTo and resizeBy methods for the advanced theme. Can be called using tinyMCE.activeEditor.theme.resizeTo(w, h); Added new skin_variant option this can be used to extend existing skins with slight modifications like color. Added new variant of the o2k7 skin called "silver" based on a contribution made by Stefan Moonen. Fixed bug where the template plugin might produce errors if the template_mdate_classes wasn't configured. Fixed bug where the media plugin didn't convert the URLs for movies once they where inserted. Fixed bug where the style field for the advlink dialog didn't work correctly if you edited an existing link. Fixed bug where alignment of toolbars would fail in editor was uses in a quirks mode on IE, fix contributed by Peter Wood & Art Lawry. Fixed bug where initialization of multiple editors at the same time using the mceAddControl method would produce errors. Fixed bug where initialization of editors using mceAddControl command or new tinymce.Editor calls would fail during page load. Fixed bug where the check for domain relaxing could fail if the document.domain property was changed by another script. Fixed bug where textareas couldn't be named description or any other name that matches the meta elements in IE and Opera. Fixed bug where the element path would fail sometimes in IE due to "unknown runtime error" on innerHTML. Fixed bug where Safari would crash if you was hiding the editor before serializing the contents. Fixed bug where the editor wasn't scaled propertly in fullscreen mode using the old fullscreen_new_window option. Fixed bug where render method didn't load language packs in IE and Opera if you rendered an editor during page load. Fixed bug where resizing the browser window in fullscreen didn't resize the editor. Fixed bug where the blockquote command didn't move the caret inside the new empty blockquote if you used it on an empty document. Fixed bug where auto in a style width/height for the textarea would produce an editor with the size value of 100. Fix contributed by Shane Tomlinson. Fixed bug where restoration of selection at the beginning of an element could fail in Gecko. Fixed bug where caret restoration after a cleanup could place the it at an incorrect location. Fixed bug where delete key inside td elements would delete the cell in Gecko. Fixed so the blockquote button toggles individual lines. This behavior is a bit more like the old indentation behavior in the 2.x branch. Fixed so the dialog language packs only gets loaded the first time you open a dialog. Fixed so all classes in the whole UI is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins. Fixed so all classes in the inlinepopups logic is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins. Fixed so that the window in fullscreen mode can be resized when fullscreen_new_window option is enabled. Fixed so blockquote elements are formatted in the source output with an linefeed before and after it. Optimized the editor initialization by reducing the number of calls to getBookmark/moveToBookmark. Version 3.0.1 (2008-02-21) Added spellchecker plugin into the main package, but without any backend can be specified with the spellchecker_rpc_url option. Added src attribute for script elements to the default valid_elements option value. Added extra parameter to the class_filter callback it can now also filter out classes based on the whole CSS rule. Added support for domain relaxing, TinyMCE can now be loaded from an remote domain as long as they are on the same root domain. Added support for custom elements the new custom_elements option enables you to add non HTML elements to the editor. Added support for the W3C Selectors API that was added to latest nightly build of WebKit. Fixed bug where some object param element wasn't stored correctly using the media plugin. Fixed bug where Opera was scrolling to top of page is drop menus on list boxes where displayed. Fixed bug where IE6 was crashing if a format block was used on a container with anchor elements. Fixed bug where spans with font sizes wasn't handled correctly when editor was loading contents. Fixed bug where mode exact couldn't convert editors with name only. Id is no longer required but recommended. Fixed bug where the mceInsertRawHTML command produced an extra undo level. Fixed bug where the specific_textareas mode didn't work correctly this is the same thing as textareas now. Fixed bug where the values of input elements in the HTML page of dialogs pages where changed in IE. Fixed bug where fullscreen and fullpage plugins didn't work well together. Fixed bug where embed elements wasn't handled properly in the media plugin. Fixed bug where style information on span elements gets munged when fonts are converted to spans. Fixed bug where some entities in element attributes where encoded incorrectly in the latest WebKit build. Fixed bug where initialization would fail in IE if there where two input elements with the name submit in the form. Fixed bug where fullscreen mode didn't work correctly in IE when the fullscreen_new_window option was used. Fixed bug where invalid contents like an ul inside a p element would produce odd results in IE. Fixed bug where Opera 9.2x was placing the drop menus at incorrect locations if the editor was placed in a table. Fixed bug where Opera was producing odd results if enter/return was pressed while having forced_root_blocks disabled. Fixed bug where layer plugin was stealing focus in IE on initialization. Fixed bug where body attributes wasn't set properly in the fullpage plugin, fix contributed by Hiroaki Kawai. Fixed bug where insert image and insert link dialogs where producing an extra level in the undo history. Fixed bug where Gecko would produce an error if empty elements like
where inserted using mceInsertContent. Fixed bug where center alignment of images produced odd results inside table cells. Fixed bug where center alignment of images couldn't be toggled correctly. Fixed bug where alignment of images inside tables would produce double float style items in IE if the fix_table_elements option was enabled. Fixed bug where a variable called 'v' was polluting the global namespace. Objects tinymce and tinyMCE are the only ones allowed to be global. Fixed bug where insert table from context menu couldn't insert new tables inside existing tables. Fixed bug where Safari wouldn't produce br elements on enter when the force_br_newlines option was enabled. Fixed bug where switching cell type in table cell dialog would produce odd attributes in IE. Fixed bug where Gecko was outputting internal attributes if valid_elements where set to "*[*]". Fixed bug where the style plugin would produce non hex colors inside the dialog when running on Gecko. Fixed bug where an empty src value for insert image would remove the currently selected image if it wasn't and image element. Fixed bug where hidden input elements would break the logic for the tab_focus option. Fixed bug where save button wasn't working correctly in fullscreen mode. Fixed bug where the editor was forced to be placed in a form element if the save_onsavecallback option was used. Fixed bug where upper case param attributes wasn't parsed correctly in the media plugin. Fixed bug where render method of tinymce.Editor class would produce an exception if the strict_loading_mode option was omitted. Fixed bug where nodeChanged event could be fired while the editor was loading and there for produce an exception in FF. Fixed bug where no undo levels where added if the user created new table rows using the tab key on Gecko. Fixed bug where tables would be broken if you selected a different block format for contents withing an table cell. Fixed bug where the render method of the tinymce.Editor class didn't setup the tinymce.EditorManager.settings object correctly. Fixed bug where the advanced image dialog would go to the first tab if the alternative image was changed using the file browser link. Fixed bug where the forced_root_block option would produce BR elements inside empty blocks if the block wasn't a paragraph. Fixed bug where the forced_root_block doesn't work correctly on IE if the specified element was something else than paragraphs. Fixed bug where selection of images would get lost if user selected something from the context menu in IE. Fixed bug where the context menu plugin would pollute the global namespace with two variables p1 and p2. Fixed compatibility issue with Mootools, it is destroying document.getElementById on unload in IE. (Mantra: You don't own the internal objects). Fixed bugs where dialogs/tabs and other UI elements where rendered incorrectly in Firefox 3. Fixed so the auto CSS class importer is compatible with 2.x. Fixed so the editor UI and inlinedialogs works correctly with the YUI CSS reset package. Fixed so header and footer elements are forced to lower case when the fullpage plugin is used. Fixed so load prefixes "-" for plugins and themes isn't required if the plugin/theme was loaded by the ThemeManager/PluginManager. Fixed so the JSONRequest uses application/json content type to make Ruby on rails happy. Fixed so the CSS rule is more exact for the body in the default content.css files. Body is now defined as "body.mceContentBody" instead of just "body". Fixed so the tiny_mce_dev.js uses XHR instead of document.write to load scripts to resolve an issue with Opera 9.50. Fixed so language pack loading can be disabled by setting the language option to false. Can be useful for systems with their own language pack management. Version 3.0 (2008-01-30) Added map and area elements to the default valid_elements list and also some indentation rules. Fixed bug where empty paragraphs wasn't padded when loading contents. Fixed bug where the RowLayout manager didn't work at all. Fixed bug where style attribute data would get messed up in advimage dialog. Fixed bug where the table dialogs class select wasn't updated correctly. Fixed bug where elements would get extra whitespace around on insert when body was present in valid_elements. Fixed bug where coords attribute of the area element wasn't handled properly in IE. Fixed bug where Safari didn't produce BR elements on shift+return. Fixed bug where force blocks would cast odd invalid attribute exception in IE. Fixed bug where media plugin would produce extra whitespace before and after objects. Fixed bug where cleanup_callback could break the contents of the editor. But use the new event system instead of this option. Fixed bug where the tab_focus option didn't work between editor instanced. You can now tab between editors. Fixed bug where the load function of the ScriptLoader class didn't load single files without the load que as it was supposed to. Fixed bug where the execcommand_callback parameter order was incorrect. Recommendation use the new addCommand method. Fixed bug where range.select calls sometimes failed on some IE versions. Fixed bug where Safari was scrolling to top of document when enter/returned was pressed. Fixed bug where fullscreen_new_window option didn't work correctly. Fixed bug where the nonbreaking plugin inserted an space instead of an non breaking space the first time. Fixed bug where the visualization of non breaking spaces where visual in element path. Fixed so the focus is restored to the editor after inserting an custom character. Fixed so the isNotDirty state is set to false if a new undo level is added. Fixed so pointless style information for borders gets removed in IE. Fixed so the resize button has a se-resize cursor css value. Version 3.0rc2 (2008-01-18) Added new fix_nesting option to fix bug #1867292, this is disabled by default. Added new indentation option enables you to specify how much each indent/outdent call will add/remove. Added easier support for enabling/disabling icon columns on drop menues. Added new menu button control class. This control is very similar to the splitbutton but without any onclick action. Added support for previous tab focus (shift+tab). The tab_focus setting now takes two items next and previous element. Fixed bug where iframes inside the editor got removed in Firefox on initial load. Fixed bug where the CSS for abbr elements wasn't applied correctly in IE. Fixed bug where mceAddControl on element inside a hidden container produced errors. Fixed bug where closed anchors like produced strange results. Fixed bug where caret would jump to the top of the editor if enter was pressed a the end of a list. Fixed bug where remove editor failed if the editor wasn't properly initialized. Fixed bug where render call on for a non existing element produced exception. Fixed bug where parent window was hidden when the color picker was used in a non inlinepopups setup. Fixed bug where onchange event wasn't fired correctly on IE when color picker was used in dialogs. Fixed bug where save plugin could not save contents if the converted element wasn't an textarea. Fixed bug where events might be fired even after an editor instance was removed such as blur events. Fixed bug where an exception about undefined undo levels could be throwed sometimes. Fixed bug where the plugin_preview_pageurl option didn't work. Fixed bug where adding/removing an editor instance very fast could produce problems. Fixed bug where the link button was highlighted when an anchor element was selected. Fixed bug where the selected contents where removed if a new anchor element was added. Fixed bug where splitbuttons where rendered one pixel down in the default theme. Fixed bug where some buttons where placed at incorrect positions in the o2k7 theme. Fixed bug that made it impossible to visually disable a custom button that used an image instead of CSS sprites. Fixed bug where it wasn't possible to press delete/backspace if the editor was added+removed and re-added due to a FF bug. Fixed bug where an entities option with only 38,amp,60,lt,62,gt would fail in IE. Fixed bug where innerHTML sometimes generated unknown runtime error on IE. Fixed bug where content_css files wasn't loaded in the template preview iframe. Fixed bug where scroll position was incorrect when toggling fullscreen mode. Fixed bug where restoration of overflow didn't work correctly when disabling fullscreen mode in Opera. Fixed bug where drop menus where places at incorrect locations if the editor was placed in a scrollable container element. Fixed bug where hideMenu didn't hide sub menus correctly. It will now hide all menus recursively. Fixed so theme_advanced_path_location can be used in init options for compatibility reasons. Fixed so the drop menu colors matches the rest of o2k7 theme. Fixed so the preview example.html file is updated to the new 3.x API. Fixed so the margins are the same by default inside the editable area between IE and other browsers. Fixed so editor contents gets stored before it the onSubmit event is fired. Version 3.0rc1 (2008-01-08) Added new classes for toolbar rows in advanced theme mceToolbarRow1..n enabled you to change appearance of individual rows. Added auto detection for the strict_loading_mode option when running in application/xhtml+xml mode on Gecko. Optimized the HTML serializer by bundling some post process methods together. Fixed so that the toolbars have unique IDs, enables you to alter the toolbars using the ControlManager and the DOM. Fixed bug where delta values for dialog sizes in language packs didn't work correctly due to missing string to number casting. Fixed bug where paragraph generation logic didn't handle hr or table elements correctly if they where the only element. Fixed bug where some elements got extra linebreaks added after or before it in HTML output. Fixed bug where it was hard to modify existing style data on table rows and table cells. Fixed bug where the dom.getRect method didn't handle non pixel values correctly. Fixed bug where strikethrough and underline couldn't be toggled on existing span elements. Fixed bug where the postprocessor searched for nsbp instead of nbsp entities. Fixed bug where it was impossible to edit links that had child elements within them. Fixed bug where it was possible to click on the parent item of a submenu. Fixed bug where mouseover/mouseout images couldn't be removed in advimage dialog. Fixed bug where drop menus didn't work when running in application/xhtml+xml mode. Fixed bug where Opera added doctype to output in application/xhtml+xml mode. Fixed bug where some DOM methods didn't work correctly in the application/xhtml+xml mode. Fixed bug where the inlinepopups didn't work correctly in the application/xhtml+xml mode. Fixed bug where the ColorSplitButton didn't display correctly in the application/xhtml+xml mode. Fixed bug where the UI layout was incorrect on Gecko browsers when running in application/xhtml+xml mode. Fixed bug where the word paste plugin produced exception while running in application/xhtml+xml mode. Fixed bug where there wasn't any hidden input element generated for divs while running in application/xhtml+xml mode. Fixed bug where indentation of script/style/pre elements where incorrect. Fixed bug where script element contents was removed in IE. Fixed bug where script element contents got entity encoded. Fixed bug where you couldn't edit existing element styles using the styles plugin. Fixed bug where styles wasn't updated properly sometimes due to an performance enhancement. Fixed bug where font sizes couldn't be changed using the style plugin. Fixed bug where an error was produced in Gecko browsers when switching back from fullscreen mode. Fixed bug where Opera was producing br elements after elements like h3. Fixed bug where TinyMCE couldn't be loaded on a page using - characters in it's URL. Fixed bug where the editor container element was forced to have a specific name. Fixed bug with force_br_newlines option on Firefox, even though it should never be used (Read FAQ). Fixed bug where onclick event had an return true; prefix added when creating an popup. Fixed bug where the theme_advanced_statusbar_location option couldn't handle the value "none". Fixed issue with URLs with multiple at characters for example an Zope URI. Fixed so simple and advanced themes doesn't collide. Fixed so a elements gets removed when the href field is left empty, the href attribute is required in a link after all. Fixed so img elements gets removed when the src field is left empty, the src attribute is required for all images after all. Removed the indent and encode methods from the tinymce.dom.Serializer class due to performance enhancement and reduction of the API size. Version 3.0b3 (2007-12-14) Added new getElement method to Editor class, returns the element that was replaced with the editor instance. Added new unavailable prefix for disabled controls for accessibility reasons. Fixed bug where regexp patterns couldn't be used for the editor_selector/editor_deselector options. Fixed bug where the DOM wasn't properly initialized before the onInit event was executed in popups. Fixed bug where font sizes where reduced by font size actions on previous spans in Safari. Fixed bug where HR elements got places at the wrong location in IE. Fixed bug where align/justify didn't work correctly on multiple paragraphs. Fixed bug with missing translation for cell scope settings. Fixed bug where selection/caret position was lost on some table actions. Fixed bug where editor instances couldn't be added to hidden div elements. Fixed bug where list elements in Safari would get an odd ID attribute. Fixed bug where IE would return