+++ /dev/null
-Version 3.0.8 (2008-04-30)\r
- Fixed bug where IE would produce an error if textareas without names where converted.\r
- Fixed bug where editor wasn't forced empty when there was only a single br or empty paragraph left.\r
- Fixed bug where IE would produce an warning message if object elements where produced in the media plugins preview running on https.\r
- Fixed bug where new addVer function didn't handle hash items correctly. Patch contributed by Mirek Burkon.\r
- Fixed bug where font_size_style_values option wasn't applied correctly to fonts inside the editor.\r
- Fixed bug where image selection could be lost if a image was edited using context menu on IE.\r
- Fixed bug where style values wasn't updated properly due to an invalid regexp.\r
- Fixed bug where IE 6 where displaying warning message about insecure items when inserting an image while using https. Patch contributed by Norifumi Sunaoka.\r
- Fixed bug where IE was producing an auto save message if you selected a color from the color split button.\r
- Fixed bug where backspace sometimes would move the caret to the end of the previous block in Gecko.\r
- Fixed bug where the rowlayout manager didn't work as described in the documentation.\r
- Fixed bug where the default options for the fullpage plugin wasn't applied correctly.\r
- Fixed bug where selection would jump one character if you applied a styles to a words in non IE browsers.\r
- Fixed bug where undo levels wasn't added correctly if you went back in undo history and added a new event.\r
- Fixed bug where font size dropdown didn't mark the selected size in IE.\r
- Fixed bug where the size of the editor was determined using clientWidth instead of offsetWidth.\r
- Fixed so the onchange event doesn't fire on the initial undo level, it will also fire when the editor is blurred.\r
- Fixed so the advhr plugin produces XHTML valid output instead of non standard attributes.\r
- Fixed so blockquote gets converted into [quote] in when the bbcode plugin is enabled.\r
- Fixed so theme_advanced_font_sizes can be named for example Font 1=1, Font 2=2 etc.\r
- Fixed so editor_selector/editor_deselector can be regexps. By default only strings are allowed not part regexps like before.\r
- Fixed so that the version suffix is optional. It still requires the build process so you need to export it manually.\r
- Fixed so it's possible to tab to table cells in non Gecko browsers and also produce new rows if you tab at the end of a table. Contributed by Josh Peek.\r
-Version 3.0.7 (2008-04-14)\r
- Added new version suffix to all internal GET requests to make sure that the users cache gets cleared correctly.\r
- Fixed issue with isDirty returning true event if it wasn't dirty on IE due to changes in tables during initialization.\r
- Fixed memory leak in IE where if a page was unloaded before all images on the page was loaded it would leak.\r
- Fixed bug in IE where underline and strikethrough could produce an exception error message.\r
- Fixed bug where inserting paragraphs in totally empty table cells would produce odd effects.\r
- Fixed bug where layer style data wasn't updated correctly due to some performance enhancements with the DOM serializer.\r
- Fixed bug where it would convert the wrong element if there was two elements with the same name and id on the page.\r
- Fixed bug where it was possible to add style information to the body element using the style plugin.\r
- Fixed bug where Gecko would add an extra undo level some times due to the blur event.\r
- Fixed bug where the underline icon would get active if the caret was inside a link element.\r
- Fixed bug where merging th cells not working correctly. Patch contributed by André R.\r
- Fixed bug where forecolorpicker and backcolorpicker buttons where rendered incorrectly when the o2k7 skin was used.\r
- Fixed bug where comment couldn't contain -- since it's invalid markup. It will now at least not break on those invalid comments.\r
- Fixed bug where apos wasn't handled correctly in IE. It will now convert apos to ' on IE since that browser doesn't support that entity.\r
- Fixed bug where entities wasn't encoded correctly inside pre elements since they where protected from whitespace removal.\r
- Fixed bug where color split buttons where rendered incorrectly on IE6 when using the non default theme.\r
- Fixed so caret is placed after links ones they are created, to improve usability of the editor.\r
- Fixed so you can select tables by clicking on it's borders in non IE browsers to normalize the behavior.\r
- Fixed so the menus can be toggled by clicking once more on the icon in listboxes, menubuttons and splitbuttons based on code contributed by Josh Peek.\r
- Fixed so buttons can be labeled, currently only works with the default skin, so it's kind of experimental. Patch contributed by Daniel Insley.\r
- Fixed so forecolorpicker and backcolorpicker remembers the last selected color. Patch contributed by Shane Tomlinson.\r
- Fixed so that you can only execute the mceAddEditor command once for the same instance name.\r
- Fixed so command functions added with addCommand can pass though the call to default handles if it returns true.\r
-Version 3.0.6.2 (2008-04-07)\r
- Fixed bug where empty tables couldn't be edited correctly on non IE browsers if they where loaded into the editor.\r
- Fixed bug where it was impossible to resize layers correctly in IE since it thought it was an image.\r
- Fixed bug where an editor instance was stealing focus in IE resulting in a scroll to the editor on page reloads.\r
- Fixed bug where Safari was crashing on Mac OS X if you closed dialogs using the Esc key.\r
-Version 3.0.6.1 (2008-04-04)\r
- Added support for the missing mceAddFrameControl command. The input for this command has changed so consult the Wiki.\r
- Fixed bug where sub menus for the drop menus would leave an empty element behind.\r
- Fixed memory leak in IE if the editor was placed in a frame or iframe.\r
-Version 3.0.6 (2008-04-03)\r
- Added elements to the default value of valid_elements option. It now contains all XHTML strict elements and a few transitional.\r
- Added more accessibility fixes, it's now possible to navigate and close list boxes and split button menus with the keyboard.\r
- Added missing getInfo method to the contextmenu and safari plugin, this caused problems for the Drupal module.\r
- Added new inlinepopups_zindex option to the inlinepopups plugin so that you can configure the default start z-index.\r
- Added new setControlType method to the tinymce.ControlManager class. This method enables you to override the default classes.\r
- Added ability to specific an optional control class to use instead of the default one for the ControlManager methods. Based on concept by Josh Peek.\r
- Fixed bug where attribute rules for the DOM Serializer couldn't contain - or _ characters in their names.\r
- Fixed bug where inlinepopups event blocker and modal dialog blocker elements produced vertical scrollbars.\r
- Fixed bug where there was a rendering issue with quirks mode in Safari moving the resize handle to an incorrect position.\r
- Fixed bug with forecolor/backcolor controls on IE. Sometimes elements positioned relative will generate display errors.\r
- Fixed bug where a p2 was leaking out in the global name space when you selected a color from the forecolor/backcolor controls.\r
- Fixed bug where empty paragraphs didn't work as expected in browsers other than IE.\r
- Fixed bug where the load method of the tinymce.dom.ScriptLoader didn't check if the file was already loaded.\r
- Fixed bug where the load method for the PluginManager and ThemeManager didn't check if a plugin/theme by a specific name was all ready loaded.\r
- Fixed bug where the theme_advanced_link_targets option didn't work correctly with the advanced themes link dialog. Patch contributed by Arnold B.\r
- Fixed bug where the style command would merge classes into empty span elements.\r
- Fixed bug where the style command would remove empty span elements outside the current selection.\r
- Fixed bug where the fix for the Safari backspace bug removed all editor contents if it was filled with empty paragraphs.\r
- Fixed bug where alert and confirm boxes opened by the inlinepopups plugin would produce an exception if domain relaxing was used.\r
- Fixed bug where Safari was adding style attributes to all elements when you paste them into the editor.\r
- Fixed bug where the spellchecker menus was visually incorrect since the space for the non existing icon was still there.\r
- Fixed bug where remove_linebreaks option didn't remove line breaks inside the text contents of a element.\r
- Fixed bug where Safari 3.1 was introducing _mc_tmp into paragraphs due to the new querySelectorAll and a TinyMCE specific workaround.\r
- Fixed bug where getParam method in the Editor class was returning incorrect objects and would mess up the font drop down. Patch contributed by speednet.\r
- Fixed bug where the table dialog would produce an exception in IE when you edited tables since it tried to place focus in a disabled field.\r
- Fixed bug where class attribute on some span elements was removed on cleanup.\r
- Fixed bug where resizing the editor in IE could produce an exception if the editor width/height got to be a negative value.\r
- Fixed bug where wmv files wouldn't play since the src param was used instead of the url param.\r
- Fixed bug where br elements would be added here and there in Gecko. Geckos internal _moz_dirty br elements where serialized as well.\r
- Fixed bug where editing named anchors would produce two anchors instead of one updated one.\r
- Fixed bug where arrow and function keys didn't work when an noneditable element was focused within the editor.\r
- Fixed bug where the dispatcher could produce an exception if the listener list was altered inside an event callback.\r
- Fixed bug where it was impossible to totally empty the editor contents on Safari due to an mistreatment of nbsp as whitespace. Patch contributed by Andrew Ozz.\r
- Fixed bug where TinyMCE would not convert textareas with the same name attribute value. It will now generate an unique id for those textareas.\r
- Fixed bug where backspace/delete key was deleting td elements inside tables while running on Gecko.\r
- Fixed bug where Firefox 3.0b4 and Opera 9.26 where scrolling to the top of document when pressing return/enter.\r
- Fixed bug where the template plugin wasn't just inserting the mceTmpl tagged element.\r
- Fixed bug where the alert method of the default WindowManager implementation didn't translate input language strings like the inlinepopups dialog does.\r
- Fixed bugs with the backspace behavior in Gecko. The caret was placed on incorrect locations in the DOM sometimes.\r
- Fixed so advimage dialog and table dialogs has support for editable select boxes for the class value.\r
- Fixed so the media, pagebreak and spellchecker doesn't load it's default content.css file if the content_css option is set to false.\r
- Fixed so the paste_use_dialog option works again it's enabled by default but can be disabled on IE. Patch contributed by Speednet.\r
- Fixed so that the fullscreen editor is focused when switching fullscreen editing on.\r
- Fixed so it's possible to edit images and links inside tables using the context menu.\r
- Fixed so table dialogs and the advanced image dialog doesn't loose selection in IE if the dialogs where navigated/submitted with the keyboard.\r
- Fixed so the theme_advanced_blockformats options can have named items for example title 1=h1;title 2=h2.\r
- Fixed so it's possible to add a custom editor_css for the simple theme.\r
- Fixed quirks with directionality rtl, patch contributed by Andrew Ozz.\r
- Fixed so the inlinepopups default start zIndex is 300000.\r
- Fixed typo in media plugin Shockware is now replaced with Shockwave.\r
- Fixed psuedo memory leak in IE with the replaceChild method inside the DOMUtils.replace method.\r
- Fixed so memory is released when an editor instance is removed from page.\r
- Optimized the color split button menus so that they use less event handlers.\r
- Removed the util/mclayer.js file since it's no longer used by any of the TinyMCE dialogs and is considered deprecated.\r
-Version 3.0.5 (2008-03-12)\r
- Added new black skin variant to the o2k7 skin contributed by Stefan Moonen.\r
- Added new explode method to the tinymce core class. This does a split but removed whitespace it also defaults to a , delimiter.\r
- 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.\r
- Added new noscale option value for the scale select box for Flash in the media plugin.\r
- Fixed bug where the menu for the ColorSplitButton wasn't removed when the editor was removed.\r
- Fixed bug where font colors couldn't be edited correctly since the style of the element didn't get updated correctly.\r
- Fixed bug where class of elements would get lost when TinyMCE was fixing incorrect HTML markup.\r
- Fixed bug where table editing would produce double height values.\r
- Fixed bug where width style value wouldn't be removed if you switched width unit from cm/em to pixels or percent.\r
- Fixed bug where the search/replace input box wasn't auto focused like the other dialogs.\r
- Fixed bug where the old mceAddControl command would use the fullscreen settings next time it created an instance.\r
- Fixed bug where multiple lines where added to the target cell if you merged multiple empty cells.\r
- Fixed bug where drop down menus would be incorrectly positioned inside scrollable divs.\r
- Fixed bug where the separators of the silver skin variant didn't display correctly in IE 6.\r
- Fixed bug where createStyleSheet seems to load scripts at opposite order in some IE versions.\r
- Fixed bug where directionality could produce odd results for the UI and the dialogs.\r
- Fixed bug where the DOM serializer wouldn't serialize custom namespaced attributes in IE 6 using the *[*] valid elements rule.\r
- Fixed bug where table caption would be inserted after the thead element if you swapped a tr to be inside the thead.\r
- Fixed bug where the youtube detection logic for the media plugin was to generic.\r
- Fixed so the deprecated and undocumented theme_advanced_path_location set to none won't hide the whole statusbar.\r
- Fixed so most input lists can have whitespace in them they are now split using the new tinymce.explode method.\r
- Fixed so the popup_css and popup_css_add URLs are relative to where the current document is located.\r
- Fixed various bugs and quirks with the store/restore selection logic.\r
- Fixed so the editor starts in IE 8 standards mode but still that browser is very very buggy.\r
- Fixed so dialog_type set to modal will block the background and other inline windows and only give access to the front most window.\r
-Version 3.0.4.1 (2008-03-08)\r
- Fixed critical bug where it was impossible to edit images when inlinepopups where used due to lost selection in IE.\r
-Version 3.0.4 (2008-03-07)\r
- Added new option constrain_menus, this enables you to force view port constraints on all menus. Contributed by Shane Tomlinson.\r
- Fixed bug where table background wasn't visible inside the editor due to a default CSS rule overriding the style attribute.\r
- Fixed bug where links would get a null class added if no styles was used in IE.\r
- Fixed bug where spellchecker was auto focusing the editor in IE.\r
- Fixed bug where document.domain would produce invalid argument if the editor was loaded in IE6 over a network UNC path.\r
- Fixed bug where table height attribute was used, this is deprecated in XHTML so it now adds it as an style.\r
- Fixed bug where textareas with style values would produce error in IE.\r
- Fixed so the first element in each dialog is focused by default to enhance keyboard usage.\r
- Fixed so you can add a mceFocus class to elements to make it auto focused.\r
- Fixed so you can close dialogs using the esc key.\r
- Fixed so you can press return/enter to submit the action of each dialog.\r
- Fixed so tabbing inside an inline popups wont focus the resize anchor elements.\r
- Fixed so you can press ok in inline alert messages using the return/enter key.\r
- Fixed so textareas can be set to non px or % sizes for example em, cm, pt etc.\r
- Fixed so non pixel values can be used in width/height properties for tables.\r
- Fixed so the custom context menu can be disabled by holding down ctrl key while clicking.\r
- Fixed so the layout for the o2k7 skin looks better if you don't have separators before and after list boxes.\r
- Fixed so the sub classes get a copy of the super class constructor function to ease up type checking.\r
- 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).\r
- 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).\r
-Version 3.0.3 (2008-03-03)\r
- Fixed bug where an error about document.domain would be thrown if TinyMCE was loaded using a different port.\r
- Fixed bug where mode exact would convert textareas without id or name if the elements option was omitted.\r
- Fixed bug where the caret could be placed at an incorrect location when backspace was used in Gecko.\r
- Fixed bug where local file:// URLs where converted into absolute domain URLs.\r
- Fixed bug where an error was produced if a editor was removed inside an editor command.\r
- Fixed bug where force_p_newlines didn't effect the paste plugin correctly.\r
- Fixed bug where the paste plugin was producing an exception on IE if you pasted contents with middots.\r
- Fixed bug where delete key could produce exceptions in Gecko sometimes due to the fix for the table cell bug.\r
- 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.\r
- Fixed bug where TinyMCE wouldn't initialize properly if ActiveX controls was disabled in IE.\r
- Fixed bug where tables and other elements that had visual aids on them would produce an extra space after any custom class names.\r
- Fixed bug where search with an empty string would produce some odd "invalid pointer" error in IE.\r
- Fixed bug where elements like menus where placed at incorrect positions in Opera 9.26.\r
- 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.\r
- Fixed bug where focus of images could be lost in IE if you focused the accessibility confirm dialog in the advimage plugin.\r
- Fixed bug where nestled font elements would produce odd output like missing font elements.\r
- Fixed bug where text colors and styles got removed if invalid_elements included the font element.\r
- Fixed bug where text-decoration set to underline or line-through would remove other styles from span elements.\r
- Fixed bug where editor contents like \n\n would be incorrectly handled and processed as real line feeds.\r
- Fixed bug where incorrectly encoded urls with ampersands in them would be decoded incorrectly.\r
- Optimized the DOMUtils decode method to be a lot faster if the string doesn't have any entities to decode.\r
-Version 3.0.2.1 (2008-02-26)\r
- Fixed alert/confirm dialogs so they display correctly.\r
-Version 3.0.2 (2008-02-26)\r
- 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).\r
- 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).\r
- 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.\r
- Added new type parameter to the Editor.getParam function to reduce redundant logic for parsing hash tables.\r
- Added new isDone method to the ScriptLoaded class, this enables you to check if a script has been loaded or not.\r
- Added new resizeTo and resizeBy methods for the advanced theme. Can be called using tinyMCE.activeEditor.theme.resizeTo(w, h);\r
- Added new skin_variant option this can be used to extend existing skins with slight modifications like color.\r
- Added new variant of the o2k7 skin called "silver" based on a contribution made by Stefan Moonen.\r
- Fixed bug where the template plugin might produce errors if the template_mdate_classes wasn't configured.\r
- Fixed bug where the media plugin didn't convert the URLs for movies once they where inserted.\r
- Fixed bug where the style field for the advlink dialog didn't work correctly if you edited an existing link.\r
- 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.\r
- Fixed bug where initialization of multiple editors at the same time using the mceAddControl method would produce errors.\r
- Fixed bug where initialization of editors using mceAddControl command or new tinymce.Editor calls would fail during page load.\r
- Fixed bug where the check for domain relaxing could fail if the document.domain property was changed by another script.\r
- Fixed bug where textareas couldn't be named description or any other name that matches the meta elements in IE and Opera.\r
- Fixed bug where the element path would fail sometimes in IE due to "unknown runtime error" on innerHTML.\r
- Fixed bug where Safari would crash if you was hiding the editor before serializing the contents.\r
- Fixed bug where the editor wasn't scaled propertly in fullscreen mode using the old fullscreen_new_window option.\r
- Fixed bug where render method didn't load language packs in IE and Opera if you rendered an editor during page load.\r
- Fixed bug where resizing the browser window in fullscreen didn't resize the editor.\r
- Fixed bug where the blockquote command didn't move the caret inside the new empty blockquote if you used it on an empty document.\r
- 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.\r
- Fixed bug where restoration of selection at the beginning of an element could fail in Gecko.\r
- Fixed bug where caret restoration after a cleanup could place the it at an incorrect location.\r
- Fixed bug where delete key inside td elements would delete the cell in Gecko.\r
- Fixed so the blockquote button toggles individual lines. This behavior is a bit more like the old indentation behavior in the 2.x branch.\r
- Fixed so the dialog language packs only gets loaded the first time you open a dialog.\r
- Fixed so all classes in the whole UI is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.\r
- Fixed so all classes in the inlinepopups logic is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.\r
- Fixed so that the window in fullscreen mode can be resized when fullscreen_new_window option is enabled.\r
- Fixed so blockquote elements are formatted in the source output with an linefeed before and after it.\r
- Optimized the editor initialization by reducing the number of calls to getBookmark/moveToBookmark.\r
-Version 3.0.1 (2008-02-21)\r
- Added spellchecker plugin into the main package, but without any backend can be specified with the spellchecker_rpc_url option.\r
- Added src attribute for script elements to the default valid_elements option value.\r
- Added extra parameter to the class_filter callback it can now also filter out classes based on the whole CSS rule.\r
- Added support for domain relaxing, TinyMCE can now be loaded from an remote domain as long as they are on the same root domain.\r
- Added support for custom elements the new custom_elements option enables you to add non HTML elements to the editor.\r
- Added support for the W3C Selectors API that was added to latest nightly build of WebKit.\r
- Fixed bug where some object param element wasn't stored correctly using the media plugin.\r
- Fixed bug where Opera was scrolling to top of page is drop menus on list boxes where displayed.\r
- Fixed bug where IE6 was crashing if a format block was used on a container with anchor elements.\r
- Fixed bug where spans with font sizes wasn't handled correctly when editor was loading contents.\r
- Fixed bug where mode exact couldn't convert editors with name only. Id is no longer required but recommended.\r
- Fixed bug where the mceInsertRawHTML command produced an extra undo level.\r
- Fixed bug where the specific_textareas mode didn't work correctly this is the same thing as textareas now.\r
- Fixed bug where the values of input elements in the HTML page of dialogs pages where changed in IE.\r
- Fixed bug where fullscreen and fullpage plugins didn't work well together.\r
- Fixed bug where embed elements wasn't handled properly in the media plugin.\r
- Fixed bug where style information on span elements gets munged when fonts are converted to spans.\r
- Fixed bug where some entities in element attributes where encoded incorrectly in the latest WebKit build.\r
- Fixed bug where initialization would fail in IE if there where two input elements with the name submit in the form.\r
- Fixed bug where fullscreen mode didn't work correctly in IE when the fullscreen_new_window option was used.\r
- Fixed bug where invalid contents like an ul inside a p element would produce odd results in IE.\r
- Fixed bug where Opera 9.2x was placing the drop menus at incorrect locations if the editor was placed in a table.\r
- Fixed bug where Opera was producing odd results if enter/return was pressed while having forced_root_blocks disabled.\r
- Fixed bug where layer plugin was stealing focus in IE on initialization.\r
- Fixed bug where body attributes wasn't set properly in the fullpage plugin, fix contributed by Hiroaki Kawai.\r
- Fixed bug where insert image and insert link dialogs where producing an extra level in the undo history.\r
- Fixed bug where Gecko would produce an error if empty elements like <div></div> where inserted using mceInsertContent.\r
- Fixed bug where center alignment of images produced odd results inside table cells.\r
- Fixed bug where center alignment of images couldn't be toggled correctly.\r
- Fixed bug where alignment of images inside tables would produce double float style items in IE if the fix_table_elements option was enabled.\r
- Fixed bug where a variable called 'v' was polluting the global namespace. Objects tinymce and tinyMCE are the only ones allowed to be global.\r
- Fixed bug where insert table from context menu couldn't insert new tables inside existing tables.\r
- Fixed bug where Safari wouldn't produce br elements on enter when the force_br_newlines option was enabled.\r
- Fixed bug where switching cell type in table cell dialog would produce odd attributes in IE.\r
- Fixed bug where Gecko was outputting internal attributes if valid_elements where set to "*[*]".\r
- Fixed bug where the style plugin would produce non hex colors inside the dialog when running on Gecko.\r
- Fixed bug where an empty src value for insert image would remove the currently selected image if it wasn't and image element.\r
- Fixed bug where hidden input elements would break the logic for the tab_focus option.\r
- Fixed bug where save button wasn't working correctly in fullscreen mode.\r
- Fixed bug where the editor was forced to be placed in a form element if the save_onsavecallback option was used.\r
- Fixed bug where upper case param attributes wasn't parsed correctly in the media plugin.\r
- Fixed bug where render method of tinymce.Editor class would produce an exception if the strict_loading_mode option was omitted.\r
- Fixed bug where nodeChanged event could be fired while the editor was loading and there for produce an exception in FF.\r
- Fixed bug where no undo levels where added if the user created new table rows using the tab key on Gecko.\r
- Fixed bug where tables would be broken if you selected a different block format for contents withing an table cell.\r
- Fixed bug where the render method of the tinymce.Editor class didn't setup the tinymce.EditorManager.settings object correctly.\r
- Fixed bug where the advanced image dialog would go to the first tab if the alternative image was changed using the file browser link.\r
- Fixed bug where the forced_root_block option would produce BR elements inside empty blocks if the block wasn't a paragraph.\r
- Fixed bug where the forced_root_block doesn't work correctly on IE if the specified element was something else than paragraphs.\r
- Fixed bug where selection of images would get lost if user selected something from the context menu in IE.\r
- Fixed bug where the context menu plugin would pollute the global namespace with two variables p1 and p2.\r
- Fixed compatibility issue with Mootools, it is destroying document.getElementById on unload in IE. (Mantra: You don't own the internal objects).\r
- Fixed bugs where dialogs/tabs and other UI elements where rendered incorrectly in Firefox 3.\r
- Fixed so the auto CSS class importer is compatible with 2.x.\r
- Fixed so the editor UI and inlinedialogs works correctly with the YUI CSS reset package.\r
- Fixed so header and footer elements are forced to lower case when the fullpage plugin is used.\r
- Fixed so load prefixes "-" for plugins and themes isn't required if the plugin/theme was loaded by the ThemeManager/PluginManager.\r
- Fixed so the JSONRequest uses application/json content type to make Ruby on rails happy.\r
- 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".\r
- Fixed so the tiny_mce_dev.js uses XHR instead of document.write to load scripts to resolve an issue with Opera 9.50.\r
- 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.\r
-Version 3.0 (2008-01-30)\r
- Added map and area elements to the default valid_elements list and also some indentation rules.\r
- Fixed bug where empty paragraphs wasn't padded when loading contents.\r
- Fixed bug where the RowLayout manager didn't work at all.\r
- Fixed bug where style attribute data would get messed up in advimage dialog.\r
- Fixed bug where the table dialogs class select wasn't updated correctly.\r
- Fixed bug where elements would get extra whitespace around on insert when body was present in valid_elements.\r
- Fixed bug where coords attribute of the area element wasn't handled properly in IE.\r
- Fixed bug where Safari didn't produce BR elements on shift+return.\r
- Fixed bug where force blocks would cast odd invalid attribute exception in IE.\r
- Fixed bug where media plugin would produce extra whitespace before and after objects.\r
- Fixed bug where cleanup_callback could break the contents of the editor. But use the new event system instead of this option.\r
- Fixed bug where the tab_focus option didn't work between editor instanced. You can now tab between editors.\r
- Fixed bug where the load function of the ScriptLoader class didn't load single files without the load que as it was supposed to.\r
- Fixed bug where the execcommand_callback parameter order was incorrect. Recommendation use the new addCommand method.\r
- Fixed bug where range.select calls sometimes failed on some IE versions.\r
- Fixed bug where Safari was scrolling to top of document when enter/returned was pressed.\r
- Fixed bug where fullscreen_new_window option didn't work correctly.\r
- Fixed bug where the nonbreaking plugin inserted an space instead of an non breaking space the first time.\r
- Fixed bug where the visualization of non breaking spaces where visual in element path.\r
- Fixed so the focus is restored to the editor after inserting an custom character.\r
- Fixed so the isNotDirty state is set to false if a new undo level is added.\r
- Fixed so pointless style information for borders gets removed in IE.\r
- Fixed so the resize button has a se-resize cursor css value.\r
-Version 3.0rc2 (2008-01-18)\r
- Added new fix_nesting option to fix bug #1867292, this is disabled by default.\r
- Added new indentation option enables you to specify how much each indent/outdent call will add/remove.\r
- Added easier support for enabling/disabling icon columns on drop menues.\r
- Added new menu button control class. This control is very similar to the splitbutton but without any onclick action.\r
- Added support for previous tab focus (shift+tab). The tab_focus setting now takes two items next and previous element.\r
- Fixed bug where iframes inside the editor got removed in Firefox on initial load.\r
- Fixed bug where the CSS for abbr elements wasn't applied correctly in IE.\r
- Fixed bug where mceAddControl on element inside a hidden container produced errors.\r
- Fixed bug where closed anchors like <a /> produced strange results.\r
- Fixed bug where caret would jump to the top of the editor if enter was pressed a the end of a list.\r
- Fixed bug where remove editor failed if the editor wasn't properly initialized.\r
- Fixed bug where render call on for a non existing element produced exception.\r
- Fixed bug where parent window was hidden when the color picker was used in a non inlinepopups setup.\r
- Fixed bug where onchange event wasn't fired correctly on IE when color picker was used in dialogs.\r
- Fixed bug where save plugin could not save contents if the converted element wasn't an textarea.\r
- Fixed bug where events might be fired even after an editor instance was removed such as blur events.\r
- Fixed bug where an exception about undefined undo levels could be throwed sometimes.\r
- Fixed bug where the plugin_preview_pageurl option didn't work.\r
- Fixed bug where adding/removing an editor instance very fast could produce problems.\r
- Fixed bug where the link button was highlighted when an anchor element was selected.\r
- Fixed bug where the selected contents where removed if a new anchor element was added.\r
- Fixed bug where splitbuttons where rendered one pixel down in the default theme.\r
- Fixed bug where some buttons where placed at incorrect positions in the o2k7 theme.\r
- Fixed bug that made it impossible to visually disable a custom button that used an image instead of CSS sprites.\r
- 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.\r
- Fixed bug where an entities option with only 38,amp,60,lt,62,gt would fail in IE.\r
- Fixed bug where innerHTML sometimes generated unknown runtime error on IE.\r
- Fixed bug where content_css files wasn't loaded in the template preview iframe.\r
- Fixed bug where scroll position was incorrect when toggling fullscreen mode.\r
- Fixed bug where restoration of overflow didn't work correctly when disabling fullscreen mode in Opera.\r
- Fixed bug where drop menus where places at incorrect locations if the editor was placed in a scrollable container element.\r
- Fixed bug where hideMenu didn't hide sub menus correctly. It will now hide all menus recursively.\r
- Fixed so theme_advanced_path_location can be used in init options for compatibility reasons.\r
- Fixed so the drop menu colors matches the rest of o2k7 theme.\r
- Fixed so the preview example.html file is updated to the new 3.x API.\r
- Fixed so the margins are the same by default inside the editable area between IE and other browsers.\r
- Fixed so editor contents gets stored before it the onSubmit event is fired.\r
-Version 3.0rc1 (2008-01-08)\r
- Added new classes for toolbar rows in advanced theme mceToolbarRow1..n enabled you to change appearance of individual rows.\r
- Added auto detection for the strict_loading_mode option when running in application/xhtml+xml mode on Gecko.\r
- Optimized the HTML serializer by bundling some post process methods together.\r
- Fixed so that the toolbars have unique IDs, enables you to alter the toolbars using the ControlManager and the DOM.\r
- Fixed bug where delta values for dialog sizes in language packs didn't work correctly due to missing string to number casting.\r
- Fixed bug where paragraph generation logic didn't handle hr or table elements correctly if they where the only element.\r
- Fixed bug where some elements got extra linebreaks added after or before it in HTML output.\r
- Fixed bug where it was hard to modify existing style data on table rows and table cells.\r
- Fixed bug where the dom.getRect method didn't handle non pixel values correctly.\r
- Fixed bug where strikethrough and underline couldn't be toggled on existing span elements.\r
- Fixed bug where the postprocessor searched for nsbp instead of nbsp entities.\r
- Fixed bug where it was impossible to edit links that had child elements within them.\r
- Fixed bug where it was possible to click on the parent item of a submenu.\r
- Fixed bug where mouseover/mouseout images couldn't be removed in advimage dialog.\r
- Fixed bug where drop menus didn't work when running in application/xhtml+xml mode.\r
- Fixed bug where Opera added doctype to output in application/xhtml+xml mode.\r
- Fixed bug where some DOM methods didn't work correctly in the application/xhtml+xml mode.\r
- Fixed bug where the inlinepopups didn't work correctly in the application/xhtml+xml mode.\r
- Fixed bug where the ColorSplitButton didn't display correctly in the application/xhtml+xml mode.\r
- Fixed bug where the UI layout was incorrect on Gecko browsers when running in application/xhtml+xml mode.\r
- Fixed bug where the word paste plugin produced exception while running in application/xhtml+xml mode.\r
- Fixed bug where there wasn't any hidden input element generated for divs while running in application/xhtml+xml mode.\r
- Fixed bug where indentation of script/style/pre elements where incorrect.\r
- Fixed bug where script element contents was removed in IE.\r
- Fixed bug where script element contents got entity encoded.\r
- Fixed bug where you couldn't edit existing element styles using the styles plugin.\r
- Fixed bug where styles wasn't updated properly sometimes due to an performance enhancement.\r
- Fixed bug where font sizes couldn't be changed using the style plugin.\r
- Fixed bug where an error was produced in Gecko browsers when switching back from fullscreen mode.\r
- Fixed bug where Opera was producing br elements after elements like h3.\r
- Fixed bug where TinyMCE couldn't be loaded on a page using - characters in it's URL.\r
- Fixed bug where the editor container element was forced to have a specific name.\r
- Fixed bug with force_br_newlines option on Firefox, even though it should never be used (Read FAQ).\r
- Fixed bug where onclick event had an return true; prefix added when creating an popup.\r
- Fixed bug where the theme_advanced_statusbar_location option couldn't handle the value "none".\r
- Fixed issue with URLs with multiple at characters for example an Zope URI.\r
- Fixed so simple and advanced themes doesn't collide.\r
- Fixed so a elements gets removed when the href field is left empty, the href attribute is required in a link after all.\r
- Fixed so img elements gets removed when the src field is left empty, the src attribute is required for all images after all.\r
- Removed the indent and encode methods from the tinymce.dom.Serializer class due to performance enhancement and reduction of the API size.\r
-Version 3.0b3 (2007-12-14)\r
- Added new getElement method to Editor class, returns the element that was replaced with the editor instance.\r
- Added new unavailable prefix for disabled controls for accessibility reasons.\r
- Fixed bug where regexp patterns couldn't be used for the editor_selector/editor_deselector options.\r
- Fixed bug where the DOM wasn't properly initialized before the onInit event was executed in popups.\r
- Fixed bug where font sizes where reduced by font size actions on previous spans in Safari.\r
- Fixed bug where HR elements got places at the wrong location in IE.\r
- Fixed bug where align/justify didn't work correctly on multiple paragraphs.\r
- Fixed bug with missing translation for cell scope settings.\r
- Fixed bug where selection/caret position was lost on some table actions.\r
- Fixed bug where editor instances couldn't be added to hidden div elements.\r
- Fixed bug where list elements in Safari would get an odd ID attribute.\r
- Fixed bug where IE would return <html/> when the editor was completely empty.\r
- Fixed bug where accessibility title attribute for access keys wasn't setup properly.\r
- Fixed bug where forecolorpicker and backcolorpicker control names wasn't working.\r
- Fixed bug where inserting template content didn't work in Safari due to selection exception.\r
- Fixed bug where absolute URLs to remote hosts couldn't be used for background images.\r
- Fixed bug where mysterious span elements where produced in Safari when injecting HTML contents.\r
- Fixed bug where the media plugin didn't work correctly on the latest Opera 9.24.\r
- Fixed bug where indentation of HTML output wasn't applied to all block elements.\r
- Fixed bug where Safari was production DOM exception if you pressed enter in an empty editor.\r
- Fixed bug where media plugin didn't parse script tags correctly patch contributed by Mathieu Campagna.\r
- Fixed bug where the drop menus of list boxes like blockformat could produce scrolling of the page.\r
- Fixed bug where the drop menus where placed at an incorrect location if TinyMCE was placed in a scrollable div.\r
- Fixed bug where submit buttons couldn't be named submit, it's not recommended to name submit buttons submit anyway.\r
- Fixed bug where the stylelistbox produced an exception if there was only one class in the list box.\r
- Fixed bug where the stylelistbox wasn't updated correctly when the current class was removed.\r
- Fixed bug where the formatblock command sometimes removed the body element.\r
- Fixed bug where fullscreen switching in IE sometimes produced an exception when the spellchecker plugin was enabled.\r
- Fixed issue where FF produced an empty paragraph when the editor was completely empty.\r
- Fixed issue with size of image dialog in the advanced theme.\r
- Fixed issues with the bbcode plugin it now also handles spans and the [font] rule.\r
- Fixed so the style compression feature is a bit smarter to resolve issues with Opera.\r
- Reintroduced the remove_linebreaks option, this is enabled by default.\r
-Version 3.0b2 (2007-11-29)\r
- Added type and compact attributes to the default valid_elements list for the ul and ol elements.\r
- Added missing accessibility support to native list boxes in both the toolbar and dialogs.\r
- Added missing access key for the element path for accessibility reasons.\r
- Fixed support for loading themes from external URLs.\r
- Fixed bug where setOuterHTML didn't work correctly when multiple elements where passed to it.\r
- Fixed bug with visualchars plugin was moving elements around in the DOM.\r
- Fixed bug with DIV elements that got converted into editors on IE.\r
- Fixed bug with paste plugin using the old event API.\r
- Fixed bug where the spellchecker was removing the word when it was ignored.\r
- Fixed bug where fullscreen wasn't working properly.\r
- Fixed bug where the base href element and attribute was ignored.\r
- Fixed bug where redo function didn't work in IE.\r
- Fixed bug where content_css didn't work as previous 2.x branch.\r
- Fixed bug where preview dialog was throwing errors if the content_css wasn't defined.\r
- Fixed bug where the theme_advanced_path option didn't work like the 2.x branch.\r
- Fixed bug where the theme_advanced_statusbar_location was called theme_advanced_status_location.\r
- Fixed bug where the strict_loading_mode option didn't work if you created editors dynamically without using the EditorManager.\r
- Fixed bug where some language values wasn't translated such as insert and update in dialogs.\r
- Fixed bug where some image attributes wasn't stored correctly when inserting an image.\r
- Fixed bug where fullscreen mode didn't restore scrollbars when disabled.\r
- Fixed bug where there was no visual representation for tab focus in toolbars on IE.\r
- Fixed bug where HR elements wasn't treated as block elements so forced_root_block would fail on these.\r
- Fixed bug where autosave presented warning message even when the form was submitted normally.\r
- Fixed typo of openBrower it's now openBrowser in form_utils.js.\r
- Fixed various HTML problems like missing TD elements and duplicated doctypes.\r
- Fixed default values for theme_advanced_resize_horizontal, theme_advanced_resizing_use_cookie to be 2.x compatible.\r
- Moved spellchecker JS files into the development package.\r
- Removed support for theme_advanced_path_location since the theme_advanced_statusbar_location is the correct option name.\r
-Version 3.0b1 (2007-11-21)\r
- Added new tab_focus option, that enables you to specify a element id or that the next element to be focused on tab key down.\r
- Added new addQueryValueHandler method to the tinymce.Editor class.\r
- Added new class_filter option, this enables you to specify a function that can filter out CSS classes for the styles list box.\r
- Added support form [url=url]title[/url] to the bbcode plugin.\r
- Renamed the addCommandQueryState method in the tinymce.Editor class to addQueryStateHandler.\r
- Renamed loadQue to loadQueue, to correct spelling.\r
- Removed the createDOM method from the window manager and replace it with a createInstance method.\r
- Removed the add to beginning of class attribute parameter of the DOMUtils.addClass method.\r
- Fixed bug with the forced_root_block option, didn't work correctly with multiple inline elements.\r
- Fixed bug where image dialogs replaced the current image element with a new one even when it was updated.\r
- Fixed bug where the submit trigger wasn't executed when divs where converted into editor instances.\r
- Fixed bug where div elements that got converted into editors didn't get a hidden input element generated for them.\r
- Fixed bug where the the media_use_script option for the media plugin wasn't working correctly.\r
- Fixed bug where the font size and font family listboxes wasn't updated correctly on Safari.\r
- Fixed bug where the height of the fieldset in default image dialog for the advanced theme was to small.\r
- Fixed bug where the font sizes behaved incorrectly after a cleanup on Safari.\r
- Fixed bug where formatblock didn't work correctly in Safari on some elements.\r
- Fixed bug where template plugin didn't insert content correctly unless some options where specified.\r
- Fixed bug where charmap on Safari produced scrollbars.\r
- Fixed bug where there was white artifacts in some dialogs due to missing background color.\r
- Fixed bug where port was added to all external URLs if the editor was loaded from a custom port.\r
- Fixed bug where the context menus got duplicated on Safari 3.0.4 on Mac OS X.\r
- Fixed bug where dialogs like paste from word was huge on Firefox.\r
- Fixed bug with media plugin not working with windows media objects.\r
- Fixed bug where a forever loop was created if multiple instances where submitted using form.submit.\r
- Fixed bug with editing a table produce error in IE when inlinepopups where used.\r
- Fixed bug where the style plugin generated ugly looking style information in IE.\r
- Fixed bug where the inline dialogs that got opened while in fullscreen mode wasn't visible.\r
- Fixed bug where it was difficult to place the caret inside the word paste dialog.\r
- Fixed bug where Opera produced strange border in the word paste dialog.\r
- Fixed bug where viewport constraints could move a inlinepopup to a negative x, y position if the viewport was to small.\r
- Fixed bug where template plugin was producing an error due to a deprecated API call.\r
- Fixed bug where drag drop of images failed in Gecko if a document_base_url was specified.\r
- Fixed bug where Firefox 3 failed to apply block formats like H1-H6 it still breaks on DIVs this has been reported to bugzilla.\r
- Fixed bug where IE was producing a warning dialog about non secure items when running TinyMCE over HTTPS.\r
- Fixed bug where the onbeforeunload event was triggered when menus or dialogs where opened.\r
- Fixed bug where the fullscreen mode of the HTML view source box threw an error.\r
- Fixed bug where the mceFocus command didn't work correctly.\r
- Fixed bug where the selection could get lost in IE using inlinepopups.\r
- Fixed so the body of the editor area has the mceContentBody class just like the 2.x branch. \r
- Fixed so the media icon gets active when a media element is selected.\r
-Version 3.0a3 (2007-11-13)\r
- Added new experimental jQuery and Prototype framework adapters to the development package.\r
- Added new translation.html file for the development package. Helps with the internationalization of TinyMCE.\r
- Added new setup callback option, use this callback to add events to TinyMCE. This method is recommended over the old callbacks.\r
- Added new API documetation to all classes, functions, events, properties to the Wiki with examples etc.\r
- Added new init method to all plugins and themes, since it's shorter to write and it mimics interface capable languages better.\r
- Fixed various CSS issues in the default skin such as alignment of split buttons and separators.\r
- Fixed issues with mod_security. It didn't like that a content type of text/javascript was forced in a XHR.\r
- Fixed all events so that they now pass the sender object as it's first argument.\r
- Fixed some DOM methods so they now can take an array as input.\r
- Fixed so addButton and the methods of the ControlManager uses less arguments and it now uses a settings object instead.\r
- Fixed various issues with the tinymce.util.URI class.\r
- Fixed bug in IE and Safari and the on demand gzip loading feature.\r
- Fixed bug with moving inline windows sometimes failed in IE6.\r
- Fixed bug where save_callback function wasn't executed at all.\r
- Fixed bug where inlinepopups produces scrollbars if windows where moved to the corners of the browser.\r
- Fixed bug where view HTML source failed when inserting a embedded media object.\r
- Fixed bug where the listbox menus didn't display correctly on IE6.\r
- Fixed bug where undo level wasn't added when editor was blurred.\r
- Fixed bug where spellchecker wasn't disabled when fullscreen mode was enabled.\r
- Fixed bug where Firefox could crash some times when the user switched to fullscreen mode.\r
- Fixed bug where tinymce.ui.DropMenu didn't remove all item data when an item was removed from the menu.\r
- Fixed bug where anchor list in advlink dialog wasn't populated correctly in Safari.\r
- Fixed bug where it wasn't possible to edit tables in IE when inlinepopups was enabled.\r
- Fixed bug where it wasn't possible to change the table width of an existing table.\r
- Fixed bug where xhtmlxtras like abbr didn't work correctly on IE.\r
- Fixed bug where IE6 had some graphics rendering issues with the inlinepopups.\r
- Fixed bug where inlinepopup windows where moved incorrectly when they were boundary checked for min width.\r
- Fixed bug where textareas without id or name couldn't be converted into editor instances.\r
- Fixed bug where TinyMCE was stealing element focus on IE.\r
- Fixed bug where the getParam method didn't handle false values correctly.\r
- Fixed bug where inlinepopups was clipped by other TinyMCE instances or relative elements in IE.\r
- Fixed bug where the contextmenu was clipped by other TinyMCE instances or relative elements in IE.\r
- Fixed bug where listbox menus was clipped by other TinyMCE instances or relative elements in IE.\r
- Fixed bug where listboxes wasn't updated correctly when the a value wasn't found by select.\r
- Fixed various CSS issues that produced odd rendering bugs in IE.\r
- Fixed issues with tinymce.ui.DropMenu class, it required some optional settings to be specified.\r
- Fixed so multiple blockquotes can be removed with a easier method than before.\r
- Optimized some of the core API to boost performance.\r
- Removed some functions from the core API that wasn't needed.\r
-Version 3.0a2 (2007-11-02)\r
- Fixed critical bug where IE generaded an error on a hasAttribute call in the serialization engine.\r
- Fixed critical bug where some dialogs didn't open in the non dev package.\r
- Fixed bug when using the theme_advanced_styles option. Error was thrown in some dialogs.\r
- Fixed bug where the close buttons produced an error when native windows where used.\r
- Fixed bug in default skin so that split buttons gets activated correctly.\r
- Fixed so plugins can be loaded from external urls outsite the plugins directory.\r
-Version 3.0a1 (2007-11-01)\r
- Rewrote the core and most of the plugins and themes from scratch.\r
- Added new and improved serialization engine, faster and more powerful.\r
- Added new internal event system, things like editor.onClick.add(func).\r
- Added new inlinepopups plugin, the dialogs are now skinnable and uses clearlooks2 as default.\r
- Added new contextmenu plugin, context menus can now have submenus and plugins can add items on the fly.\r
- Added new skin support for the simple and advanced themes you can alter the whole UI using CSS.\r
- Added new o2k7 skin for the simple and advanced themes.\r
- Added new custom list boxes for font size/format/style etc with preview support.\r
- Added new UI management, enabled plugins to create controls like splitbuttons or menus easier.\r
- Added new JSON parser/serializer and JSON-RPC class to the core API.\r
- Added new cookie utility class to the core API.\r
- Added new Unit testing class to the core API only available in dev mode.\r
- Added new firebug lite integration when loading the dev version of TinyMCE.\r
- Added new Safari plugin, fixes lots compatibility of issues with Safari 3.x.\r
- Added new URI/URL parsing it now handles the hole RFC and even some exceptions.\r
- Added new pagebreak plugin, enables you to insert pagebreak comments like <!-- pagebreak -->\r
- Added new on demand loading of plugins and themes. Enables you to load and init TinyMCE at any time.\r
- Added new throbber/progress visualization a plugin can show/hide this when it's needed.\r
- Added new blockquote button. Enables you to wrap paragraphs in blockquotes.\r
- Added new compat2x plugin. Will provide a TinyMCE 2.x API for older plugins.\r
- Added new theme_advanced_resizing_min_width, theme_advanced_resizing_min_height options.\r
- Added new theme_advanced_resizing_max_height, theme_advanced_resizing_max_height options.\r
- Added new use_native_selects option. Enables you to toggle native listboxes on and off.\r
- Added new docs_url option enables you to specify where the TinyMCE user documentation is located.\r
- Added new frame and rules options for the table dialog.\r
- Added new global rule for valid_elements/extended_valid_elements enables you to specify global attributes for all elements.\r
- Added new deny attribute rule characher so it's possible to deny global attribute rules on specific elements.\r
- Added new unit tests in the dev package of TinyMCE. Runs tests on the core API, commands and settings of the editor.\r
- Readded the inline_styles option and enabled it by default so deprecated attributes are no longer used.\r
- Removed all button images and replaced them with CSS sprite images. Reduces the number of requests needed.\r
- Removed lots of language files and merged them into the base language files. Reduces the number of requests needed.\r
- Removed lots of unnecessary files and merged many of them together to reduce requests and improve loading speed.\r
- Reduced the over all script size by 33% and the number of files/requests by 75% so it loads a lot faster.\r
- Fixed so convert_fonts_to_spans are enabled by default. So no more font tags.\r
- Fixed so underline and strikethrough uses spans instread of deprecated U and STRIKE elements.\r
- Fixed so indent/outdent adds/removed margin-left instead of blockquotes.\r
- Fixed so alignment of paragraphs results in a text-align style value instead of the deprecated align attribute.\r
- Fixed so alignment of images uses float or vertical-align style values instead of the deprecated align attribute.\r
- Fixed so all classes from @import stylesheets gets imported into the editor.\r
- Fixed so the directionality can toggle the dir attribute on and off.\r
- Fixed so the fullscreen_settings can be used for all types of fullscreen modes.\r
- Fixed so the advanced HR dialog gets displayed when inserting a HR not only on edit.\r
- Fixed bug where word wrap didn't work in the source editor on Safari.\r
- Fixed so non HTML elements can be used within the editor such as <myns:tag>\r
- Fixed various memory leaks in IE and reduced the unload cleanups needed.\r
- Fixed so the preformatted option adds an invisible container pre tag inside the editor.\r
- Renamed the _template plugin to example and updated it to use the new 3.x API.\r