Вы находитесь на странице: 1из 50

Version 3.5.4 (2012-06-21) Added missing mouse events to HTML5 schema.

Some events needs to be manu ally defined though since the spec is huge. Added image resizing for WebKit browsers by faking the whole resize beha vior. Fixed bug in context menu plugin where listener to hide menu wasn't remo ved correctly. Fixed bug where media plugin wouldn't use placeholder size for the objec t/video elements. Fixed bug where jQuery plugin would break attr function in jQuery 1.7.2. Fixed bug where jQuery plugin would throw an error if you used the tinym ce pseudo selector when TinyMCE wasn't loaded. Fixed so encoding option gets applied when using jQuery val() or attr() to extract the contents. Fixed so any non valid width/height passed to media plugin would get par sed to proper integer or percent values. Version 3.5.3 (2012-06-19) Added missing wbr element to HTML5 schema. Added new mceToggleFormat command. Enabled you to toggle a specific form at on/off. 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 quirk s mode. Fixed bug where pressing enter before an IMG or INPUT element wouldn't p roperly split the block. Fixed bug where backspace would navigate back when selecting control typ es on IE. Fixed bug where the editor remove method would unbind events for control s outside the editor instance UI. Fixed bug where the autosave plugin would try to store a draft copy of e ditors 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 pre ssing enter at the beginning of a block. Fixed bug where it wasn't possible to block events using the handle_even t_callback option. Fixed bug where keyboard navigation of the ColorSplitButton.js didn't wo rk correctly. Fixed bug where keyboard navigation didn't work correctly on split butto ns. Fixed bug where the legacy Event.add function didn't properly handle mul tiple id:s passed in. Fixed bug where the caret would disappear on IE when selecting all conte nts and pressing backspace/delete. Fixed bug where the getStart/getEnd methods would sometimes return eleme nts from the wrong document on IE. Fixed so paragraphs gets created if you press enter inside a form elemen t. Version 3.5.2 (2012-05-31) Added new formatChanged method to tinymce.Formatter class. Enables easie r state change handling of formats. Added new selectorChanged method to tinymce.dom.Selection class. Enables easier state change handling of matching CSS selectors. Changed the default theme to be advanced instead of simple since most us ers 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". Fixed bug where the simple link dialog would remove class and target att ributes 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 lin k 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 eleme nt in the editor. Fixed bug where pasting table rows when they where selected would make i t impossible to editor that table row. Fixed bug with pressing enter in IE while having a select list focused w ould produce a JS error. Fixed bug where it wasn't possible to merge table cells by selecting the m and using merge from context menu. Removed summary from HTML5 table attributes and fixed so this and other deprecated table fields gets hidden in the table dialog. Version 3.5.1.1 (2012-05-25) Fixed bug with control creation where plugin specific controls didn't wo rk as expected. Version 3.5.1 (2012-05-25) Added new onBeforeAdd event to UndoManager patch contributed by Dan Rumn ey. Added support for overriding the theme rendering logic by using a custom function. Fixed bug where links wasn't automatically created by the autolink plugi n on old IE versions when pressing enter in BR mode. Fixed bug where enter on older IE versions wouldn't produce a new paragr aph if the previous sibling paragraph was empty. Fixed bug where toString on a faked DOM range on older IE versions would n't return a proper string. Fixed bug where named anchors wouldn't work properly when schema was set to HTML5. Fixed bug where HTML5 datalist options wasn't correctly parsed or indent ed. Fixed bug where linking would add anchors around block elements when the HTML5 schema was used. Fixed issue where the autolink plugin wouldn't properly handle mailto:us er@domain.com. Optimized initialization and reduced rendering flicker by hiding the tar get element while initializing. Version 3.5.0.1 (2012-05-10) Fixed bug where selection normalization logic would break the selections of parent elements using the element path. Fixed bug where the autolink plugin would include trailing dots in domai n names in the link creation. Fixed bug where the autolink plugin would produce an error on older IE v ersions when pressing enter. Fixed bug where old IE versions would throw an error during initializati on when the editor was placed in an size restricted div. Version 3.5 (2012-05-03) Fixed menu rendering issue if the document was in rtl mode. Fixed bug where the hide function would throw an error about a missing v ariable. 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 pro

perly the first time. Fixed bug where selection.setContent after a formatter call wouldn't gen erate formatted contents. Fixed bug where whitespace would be removed before/after invalid_element s when they where removed. Fixed bug where updating styles using the theme image dialog in non inli ne mode on IE9 would produce errors. Fixed bug where IE 8 would produce an error when using the contextmenu p lugin. Fixed bug where delete/backspace could remove contents of noneditable el ements. Fixed so background color in style preview gets computed from body eleme nt if the current style element is transparent. Version 3.5b3 (2012-03-29) Added cancel button to colour picker dialog. Added figure and figcaption to the html5 visualblocks plugin. Added default alignment options for the figure element. Fixed bug where empty inline elements within block elements would someti mes produce a br child element. Fixed bug where urls pointing to the same domain as the current one woul d cause undefined errors. Patch contributed by Paul Giberson. Fixed bug where enter inside an editable element inside an non editable element would split the element. Fixed bug where cut/copy/paste of noneditable elements didn't work. Fixed bug where backspace would sometimes produce font elements on WebKi t. Fixed bug where WebKit would produce spans out of various inline element s when using backspace. Fixed bug where IE9 wouldn't properly update image styles when images wh ere resized. Fixed bug where drag/drop of noneditable elements didn't work correctly. Fixed bug where applying formatting to all contents wouldn't work correc tly when an end point was inside an empty bock. Patch contributed by Jose Luiz. Fixed bug where IE10 removed the scopeName from the DOM element interfac e and there for it produced an undefined string in element path. Fixed bug where the caret would be placed at an incorrect location if yo u applied block formatting while having the caret at the end of the block. Fixed bug where applying column changes using the cell dialog would only update the first column. Patch contributed by krzyko. Fixed bug where the visualblocks plugin would force editor focus if it w as turned on by default. Fixed bug where the tabfocus plugin would tab to iframes these are now i gnored. Fixed bug where format drop down list wouldn't show the currently active format for a parent element. Fixed bug where paste of plain text in IE 9 would remove the new line ch aracters from text. Fixed bug where the menu buttons/split button menus wouldn't be opened a t the right location on older IE versions. Fixed bug where Gecko browsers wouldn't properly display the right forma t when having the selection as specific places. Fixed bug where shift+enter inside the body when having forced_root_bloc ks set to false would throw an error. Fixed bug where the jQuery plugin would break the attr method of jQuery 1.7.2. Patch contributed by Markus Kemmerling. Fixed so options like content_css accepts and array as well as a comma s eparated string as input. Restructured the internal logic to make it more separate from Editor.js. Updated the Sizzle engine to the latest version. Version 3.5b2 (2012-03-15)

Rewrote the enter key logic to normalize browser behavior. Fixed so enter within PRE elements produces a BR and shift+enter breaks/ end the PRE. Can be disabled using the br_in_pre option. Fixed bug where the selection wouldn't be correct after applying formatt ing and having the caret at the end of the new format node. Fixed bug where the noneditable plugin would process contents on raw inp ut calls for example on undo/redo calls. Fixed bug where WebKit could produce an exception when a bookmark was re quested when there wasn't a proper selection. Fixed bug where WebKit would fail to open the image dialog since it woul d be returning false for a class name instead of a string. Fixed so alignment and indentation works properly when forced_root_block s is set to false. It will produce a DIV by default. Version 3.5b1 (2012-03-08) Added new event class that is faster and enables support for faking even ts. Added new self_closing_elements, short_ended_elements, boolean_attribute s, non_empty_elements and block_elements options to control the HTML Schema. Added new schema option and support for the HTML5 schema. Added new visualblocks plugin that shows html5 blocks with visual border s. Added new types and selector options to make it easier to create editor instances with different configs. Added new preview of formatting options in various listboxes. Added new preview_styles option that enables control over what gets prev iewed. Fixed bug where content css would be loaded twice into iframe. Fixed bug where start elements with only whitespace in the attribute par t wouldn't be correctly parsed. Fixed bug where the advlink dialog would produce an error about the addS electAccessibility function not being defined. Fixed bug where the caret would be placed at an incorrect position if sp an was removed by the invalid_elements setting. Fixed bug where elements inside a white space preserve element like pre didn't inherit the behavior while parsing. Version 3.4.9 (2012-02-23) Added settings to wordcount plugin to configure update rate and checking wordcount on backspace and delete using wordcount_update_rate and wordcount_upd ate_on_delete. Fixed bug in Webkit and IE where deleting empty paragraphs would remove entire editor contents. Fixed bug where pressing enter on end of list item with a heading would create a new item with heading. Fixed edit css style dialog text-decoration none checkbox so it disables other text-decoration options when enabled. Fixed bug in Gecko where undo wasn't added when focus was lost. Fixed bug in Gecko where shift-enter in table cell ending with BR doesn' t move caret to new line. Fixed bug where right-click on formatted text in IE selected the entire line. Fixed bug where text ending with space could not be unformatted in IE. Fixed bug where caret formatting would be removed when moving the caret when a selector expression was used. Fixed bug where formatting would be applied to the body element when all contents where selected and format had both inline and selector parts. Fixed bug where the media plugin would throw errors if you had iframe se t as an invalid element in config. Fixed bug where the caret would be placed at the top of the document if you inserted a table and undo:ed that operation. Patch contributed by Wesley Wal ser.

Fixed bug where content css files where loaded twice into the iframe. Fixed so elements with comments would be trated as non empty elements. P atch contributed by Arjan Scherpenisse. Version 3.4.8 (2012-02-02) Fixed bug in IE where selected text ending with space cannot be formatte d then formatted again to get original text. Fixed bug in IE where images larger than editor area were being deselect ed when toolbar buttons are clicked. Fixed bug where wrong text align buttons are active when multiple block elements are selected. Fixed bug where selected link not showing in target field of link dialog in some selection cases. Use settings for remove_trailing_br so this can be turned off instead of hard coding the value. Fixed bug in IE where the media plugin displayed null text when some val ues aren't filled in. Added API method 'onSetAttrib' that fires when the attribute value on a node changes. Fix font size dropdown value not being updated when text already has a f ont size in the advanced template. Fixed bug in IE where IE doesn't use ARIA attributes properly on options - causing labels to be read out 2 times. Fixed bug where caret cannot be placed after table if table is at end of document in IE. Fixed bug where adding range isn't always successful so we need to check range count otherwise an exception can occur. Added spacebar onclick handler to toolbar buttons to ensure that the acc essibility behaviour works correctly. Fixed bug where a stranded bullet point would get created in WebKit. Fixed bug where selecting text in a blockquote and pressing backspace to ggles the style. Fixed bug where pressing enter from a heading in IE, the resulting P tag below it shares the style property. Fix white space in between spans from being deleted. Fixed bug where scrollbars where visible in the character map dialog on Gecko. Fixed issue with missing translation for one of the emoticons. Fixed bug where dots in id:s where causing problems. Patch provided by A bhishek Dev. Fixed bug where urls with an at sign in the path wouldn't be parsed corr ectly. Patch contributed by Jason Grout. Fixed bug where Opera would remove the first character of a inline forma tted word if you pressed backspace. Fixed bugs with the autoresize plugin on various browsers and removed th e need for the throbber. Fixed performance issue where the contextmenu plugin would try to remove the menu even if it was removed. Patch contributed by mhu. Version 3.4.7 (2011-11-03) Modified the caret formatting behavior to word similar to common desktop wordprocessors like Word or Libre Office. Fixed bug in Webkit - Cursor positioning does not work vertically within a table cell with multiple lines of text. Fixed bug in IE where Inserting a table in IE8 places cursor in the seco nd cell of the first row. Fixed bug in IE where editor in a frame doesn't give focus to the toolba r using ALT-F10. Fix for webkit and gecko so that deleting bullet from start of list outd ents inner list items and moves first item into paragraph. Fix new list items in IE8 not displayed on a new line when list contains nested list items.

Clear formatting in table cell breaks the cell. Made media type list localisable. Fix out of memory error when using prototype in media dialog. Fixed bug where could not add a space in the middle of a th cell. Fixed bug where adding a bullet between two existing bullets adds an ext ra one Fixed bug where trying to insert a new entry midway through a bulleted l ist fails dismally when the next entry is tabbed in. Fixed bug where pressing enter on an empty list item does not outdent pr operly in FF Fixed bug where adding a heading after a list item in a table cell chang es all styles in that cell Fixed bug where hitting enter to exit from a bullet list moves cursor to the top of the page in Firefox. Fixed bug where pressing backspace would not delete HRs in Firefox and I E when next to an empty paragraph. Fixed bug where deleting part of the link text can cause a link with no destination to be saved. Fixed bug where css style border widths wasn't handled correctly in tabl e dialog. Fixed bug where parsing invalid html contents on IE or WebKit could prod uce an infinite loop. Fixed bug where scripts with custom script types wasn't properly passed though the editor. Fixed issue where some Japanese kanji characters wasn't properly entity encoded when numeric entity mode was enabled. Made emoticons dialog use the keyboard naviation. Added navigation instructions to the symbols dialog. Added ability to set default values for the media plugin. Added new font_size_legacy_values option for converting old font element sizes to span with font-size properties. Fixed bug where the symbols dialog was not accessible. Added quirk for IE ensuring that the body of the document containing tin yMCE has a role="application" for accessibility. Fixed bug where the advanced color picker wasn't working properly on FF 7. Fixed issue where the advanced color picker was producing uppercase hex codes. Fixed bug where IE 8 could throw exceptions if the contents contained re sizable content elements. Fixed bug where caret formatting wouldn't be correctly applied to previo us sibling on WebKit. Fixed bug where the select boxes for font size/family would loose it's v alue on WebKit due to recent iOS fixes. Version 3.4.6 (2011-09-29) Fixed bug where list items were being created for empty divs. Added support in Media plugin for audio media using the embed tag Fixed accessibility bugs in WebKit and IE8 where toolbar items were not being read. Added new use_accessible_selects option to ensure accessible list boxes are used in all browsers (custom widget in firefox native on other browsers) Fixed bug where classid attribute was not being checked from embed objec ts. Fixed bug in jsrobot tests with intermittently failing. Fixed bug where anchors wasn't updated properly if you edited them using IE 8. Fixed bug where input method on WebKit on Mac OS X would fail to initial ize when sometimes focusing the editor. Fixed bug where it wasn't possible to select HR elements on WebKit by si mply clicking on them.

Fixed bug where the media plugin wouldn't work on IE9 when not using the inlinepopups plugin. Fixed bug where hspace,vspace,align and bgcolor would be removed from ob ject elements in the media plugin. Fixed bug where the new youtube format wouldn't be properly parsed by th e media plugin. Fixed bug where the style attribute of layers wasn't properly updated on IE and Gecko. Fixed bug where editing contents in a layer would fail on Gecko since co ntentEditable doesn't inherit properly. Fixed bug where IE 6/7 would produce JS errors when serializing contents containing layers. Version 3.4.5 (2011-09-06) Fixed accessibility bug in WebKit where the right and left arrow keys wo uld update native list boxes. Added new whitespace_elements option to enable users to specify specific elements where the whitespace is preserved. Added new merge_siblings option to formats. This option makes it possibl e to disable the auto merging of siblings when applying formats. Fixed bug in IE where trailing comma in paste plugin would cause plugin to not run correctly. Fixed bug in WebKit where console messages would be logged when deleting an empty document. Fixed bug in IE8 where caret positioned is on list item instead of parag raph when outdent splits the list Fixed bug with image dialogs not inserting an image if id was omitted fr om valid_elements. Fixed bug where the selection normalization logic wouldn't properly hand le image elements in specific config cases. Fixed bug where the map elements coords attribute would be messed up by IE when serializing the DOM. Fixed bug where IE wouldn't properly handle custom elements when the con tents was serialized. Fixed bug where you couldn't move the caret in Gecko if you focused the editor using the API or a UI control. Fixed bug where adjacent links would get merged on IE due to bugs in the ir link command. Fixed bug where the color split buttons would loose the selection on IE if the editor was placed in a frame/iframe. Fixed bug where floated images in WebKit wouldn't get properly linked. Fixed bug where the fullscreen mode in a separate window wasn't forced i nto IE9+ standards mode. Fixed bug where pressing enter in an empty editor on WebKit could produc e DIV elements instead of P. Fixed bug where spans would get removed incorrectly when merging two blo cks on backspace/delete on WebKit. Fixed bug where the editor contents wouldn't be completely removed on ba ckspace/delete on WebKit. Fixed bug where the fullpage plugin wouldn't properly render style eleme nts in the head on IE 6/7. Fixed bug where the nonbreaking_force_tab option in the nonbreaking plug in wouldn't work on Gecko/WebKit. Fixed bug where the isDirty state would become true on non IE browsers i f there was an table at the end of the contents. Fixed bug where entities wasn't properly encoded on WebKit when pasting text as plain text. Fixed bug where empty editors would produce an exception of valid_elemen ts didn't include body and forced_root_blocks where disabled. Fixed bug where the fullscreen mode wouldn't retain the header/footer in the fullpage plugin.

Fixed issue where the plaintext_mode and plaintext_mode_sticky language keys where swapped. Version 3.4.4 (2011-08-04) Added new html5 audio support. Patch contributed by Ronald M. Clifford. Added mute option for video elements and preload options for video/audio patch contributed by Dmitry Kalinkin. Fixed selection to match visual selection before applying formatting cha nges. Fixed browser specific bugs in lists for WebKit and IE. Fixed bug where IE would scroll the window if you closed an inline dialo g that was larger than the viewport. Patch by Laurence Keijmel. Fixed bug where pasting contents near a span element could remove parts of that span. Patch contributed by Wesley Walser. Fixed bug where formatting change would be lost after pressing enter. Fixed bug in WebKit where deleting across blocks would add extra styles. Fixed bug where moving cursor vertically in tables in WebKit wasn't work ing. Fixed bug in IE where deleting would cause error in console. Fixed bug where the formatter was not applying formats across list eleme nts. Fixed bug where the wordcount plugin would try and update the wordcount if tinymce had been destroyed. Fixed bug where tabfocus plugin would attempt to focus elements not disp layed when their parent element was hidden. Fixed bug where the contentEditable state would sometimes be removed if you deleted contents in Gecko. Fixed bug where inserting contents using mceInsertContent would fail if "span" was disabled in valid_elements. Fixed bug where initialization might fail if some resource on gecko woul dn't load properly and fire the onload event. Fixed bug where ctrl+7/8/9 keys wouldn't properly add the specific forma ts associated with them. Fixed bug where the HTML tags wasn't properly closed in the style plugin s properties dialog. Fixed bug where the list plugin would produce an exception if the user t ried to delete an element at the very first location. Version 3.4.3.2 (2011-06-30) Fixed bug where deleting all of a paragraph inside a table cell would be have badly in webkit. Fixed bugs in tests in firefox5 and WebKit. Fixed bug where selection of table cells would produce an exception on G ecko. Fixed bug where the caret wasn't properly rendered on Gecko when the edi tor was hidden. Fixed bug where pasting plain text into WebKit would produce a pre eleme nt it will now produce more semantic markup. Fixed bug where selecting list type formats using the advlist plugin on IE8 would loose editor selection. Fixed bug where forced root blocks logic wouldn't properly pad elements created if they contained data attributes. Fixed bug where it would remove all contents of the editor if you insert ed an image when not having a caret in the document. Fixed bug where the YUI compressor wouldn't properly encode strings with only a quote in them. Fixed bug where WebKit on iOS5 wouldn't call nodeChanged when the select ion was changed. Fixed bug where mceFocus command wouldn't work properly on Gecko since i t didn't focus the body element. Fixed performance issue with the noneditable plugin where it would enabl e/disable controls to often.

Version 3.4.3.1 (2011-06-16) Fixed bug where listboxes were not being handled correctly by JAWS in fi refox with the o2k7 skin. Fixed bug where custom buttons were not being rendered correctly when in high contrast mode. Added support for iOS 5 that now supporting contentEditable in it's late st beta. Fixed bug where urls in style attributes with a _ character followed by a number would cause incorrect output. Fixed bug where custom_elements option wasn't working properly on IE bro wsers. Fixed bug where custom_elements marked as block elements wouldn't get co rrectly treated as block elements. Fixed bug where attributes with </> wasn't properly encoded as XML entit ies. Version 3.4.3 (2011-06-09) Fixed bug where deleting backwards before an image into a list would put the cursor in the wrong location. Fixed bug where styles plugin would not apply styles across multiple sel ected block elements correctly. Fixed bug where cursor would jump to start of document when selection co ntained empty table cells in IE8. Fixed bug where applied styles wouldn't be kept if you pressed enter twi ce to produce two paragraphs. Fixed bug where a ghost like caret would appear on Gecko when pressing e nter while having a text color applied. Fixed bug where IE would produce absolute urls if you inserted a image/l ink and reloaded the page. Fixed bug where applying a heading style to a list item would cascade st yle to children list items. Fixed bug where Editor loses focus when backspacing and changing styles in WebKit. Fixed bug where exception was thrown in tinymce.util.URI when parsing a relative URI and no base_uri setting was provided. Fixed bug where alt-f10 was not always giving focus to the toolbar on Sa fari. Added new 'allow_html_in_named_anchor' option to allow html to occur wit hin a named anchor tag. Use at own risk. Added plugin dependency support. Will autoload plugins specified as a d ependency if they haven't been loaded. Fixed bug where the autolink plugin didn't work with non-English keyboar ds when pressing ). Added possibility to change properties of all table cells in a column. Added external_image_list option to get images list from user-defined va riable or function. Fixed bug where the autoresize plugin wouldn't reduce the editors height on Chrome. Fixed bug where table size inputs were to small for values with size uni ts. Fixed bug where table cell/row size input values were not validated. Fixed bug where menu item line-height would be set to wrong value by ext ernal styles. Fixed bug where hasUndo() would return wrong answer. Fixed bug where page title would be set to undefined by fullpage plugin. Fixed bug where HTML5 video properties were not updated in embedded medi a settings. Fixed bug where HTML comment on the first line would cause an error. Fixed bug where spellchecker menu was positioned incorrectly on IE. Fixed bug where breaking out of list elements on WebKit would produce a DIV instead of P after the list.

Fixed bug where pasting from Word in IE9 would add extra BR elements whe n text was word wrapped. Fixed bug where numeric entities with leading zeros would produce incorr ect decoding. Fixed bug where hexadecimal entities wasn't properly decoded. Fixed bug where bookmarks wasn't properly stored/restored on undo/redo. Fixed bug where the mceInsertCommand didn't retain the values of links i f they contained non url contents. Fixed bug where the valid_styles option wouldn't be properly used on sty les for specific elements. Fixed so contentEditable is used for the body of the editor if it's supp orted. Fixed so trailing BR elements gets removed even when forced_root_blocks option was set to false/null. Fixed performance issue with mceInsertCommand and inserting very simple contents. Fixed performance issue with older IE version and huge documents by opti mizing the forced root blocks logic. Fixed performance issue with table plugin where it checked for selected cells to often. Fixed bug where creating a link on centered/floated image would produce an error on WebKit browsers. Fixed bug where Gecko would remove single paragraphs if there where cont ents before/after it. Fixed bug where the scrollbar would move up/down when pasting contents u sing the paste plugin. Version 3.4.2 (2011-04-07) Added new 'paste_text_sticky_default' option to paste plugin, enables yo u to set the default state for paste as plain text. Added new autoresize_bottom_margin option to autoresize plugin that enab les you to add an extra margin at the bottom. Patch contributed by Andrew Ozz. Rewritten the fullpage plugin to handle style contents better and have a more normalized behavior across browsers. Fixed bug where contents inserted with mceInsertContent wasn't parsed us ing the default dom parser. Fixed bug where blocks containing a single anchor element would be treat ed as empty. Fixed bug where merging of table cells on IE 6, 7 wouldn't look correctl y until the contents was refreshed. Fixed bug where context menu wouldn't work properly on Safari since it w as passing out the ctrl key as pressed. Fixed bug where image border color/style values were overwritten by advi mage plugin. Fixed bug where setting border in advimage plugin would throw error in I E. Fixed bug where empty anchors list in link settings wasn't hidden. Fixed bug where xhtmlextras popups were missing localized popup-size par ameters. Fixed bug where the context menu wouldn't select images on WebKit browse rs. Fixed bug where paste plugin wouldn't properly extract the contents on W ebKit due to recent changes in browser behavior. Fixed bug where focus of the editor would get on control contents on IE lost due to a bug in the ColorSplitButton control. Fixed bug where contextmenu wasn't disabled on noneditable elements. Fixed bug where getStyle function would trigger error when called on ele ment without style property. Fixed bug where editor fail to load if Javascript Compressor was used. Fixed bug where list-style-type=lower-greek would produce errors in IE<8 .

Fixed bug where spellchecker plugin would produce errors on IE6-7. Fixed bug where theme_advanced_containers configuration option causes er ror. Fixed bug where the mceReplaceContent command would produce an error sin ce it didn't correctly handle a return value. Fixed bug where you couldn't enter float point values for em in dialog i nput fields since it wouldn't be considered a valid size. Fixed bug in xhtmlxtras plugin where it wasn't possible to remove some a ttributes in the attributes dialog. Version 3.4.1 (2011-03-24) Added significantly improved list handling via the new 'lists' plugin. Added 'autolink' plugin to enable automatically linking URLs. Similar to the behavior IE has by default. Added 'theme_advanced_show_current_color' setting to enable the forecolo r and backcolor buttons to continuously show the current text color. Added 'contextmenu_never_use_native' setting to disable the ctrl-right-c lick showing the native browser context menu behaviour. Added 'paste_enable_default_filters' setting to enable the default paste filters to be disabled. Fixed bug where selection locations on undo/redo didn't work correctly o n specific contents. Fixed bug where an exception would be trown on IE when loading TinyMCE i nside an iframe. Fixed bug where some ascii numeric entities wasn't properly decoded. Fixed bug where some non western language codes wasn't properly decoded/ encoded. Fixed bug where undo levels wasn't created when deleting contents on IE. Fixed bug where the initial undo levels bookmark wasn't updated correctl y. Fixed bug where search/replace wouldn't be scoped to editor instances on IE8. Fixed bug where IE9 would produce two br elements after block elements w hen pasting. Fixed bug where IE would place the caret at an incorrect position after a paste operation. Fixed bug where a paste operation using the keyboard would add an extra undo level. Fixed bug where some attributes/elements wasn't correctly filtered when invalid contents was inserted. Fixed bug where the table plugin couldn't correctly handle invalid table structures. Fixed bug where charset and title of the page were handled incorrectly b y the fullpage plugin. Fixed bug where toggle states on some of the list boxes didn't update co rrectly. Fixed bug where sub/sub wouldn't work correctly when done as a caret act ion in Chrome 10. Fixed bug where the constrain proportions checkbox wouldn't work in the media plugin. Fixed bug where block elements containing trailing br elements wouldn't treated properly if they where invalid. Fixed bug where the color picker dialog wouldn't be rendered correctly w hen using the o2k7 theme. Fixed bug where setting border=0 using advimage plugin invalid style att ribute content was created in Chrome. Fixed bug with references to non-existing images in css of fullpage plug in. Fixed bug where item could be unselected in spellchecker's language sele ctor. Fixed bug where some mispelled words could be not highlighted using spel

lchecker plugin. Fixed bug where spellchecking would merge some words on IE. Fixed bug where spellchecker context menu was not always positioned corr ectly. Fixed bug with empty anchors list in advlink popup when Invisible Elemen ts feature was disabled. Fixed bug where older IE versions wouldn't properly handle some elements if they where placed at the top of editor contents. Fixed bug where selecting the whole table would enable table tools for c ells and rows. Fixed bug where it wasn't possible to replace selected contents on IE wh en pasting using the paste plugin. Fixed bug where setting text color in fullpage plugin doesn't work. Fixed bug where the state of checkboxes in media plugin wouldn't be set correctly. Fixed bug where black spade suit character was not included in special c haracter selector. Fixed bug where setting invalid values for table cell size would throw a n error in IE. Fixed bug where spellchecking would remove whitespace characters from PR E block in IE. Fixed bug where HR was inserted inside P elements instead of splitting t hem. Fixed bug where extra, empty span tags were added when using a format wi th both selector and inline modes. Fixed bug where bullet lists weren't always detected correctly. Fixed bug where deleting some paragraphs on IE would cause an exception. Fixed bug where the json encoder logic wouldn't properly encode \ charac ters. Fixed bug where the onChange event would be fired when the editor was fi rst initialized. Fixed bug where mceSelected wouldn't be removed properly from output eve n if it's an internal class. Fixed issue with table background colors not being transparent. This imp roves compliance with users browser color preferences. Fixed issue where styles were not included when using the full page plug in. Fixed issue where drag/drop operations wasn't properly added to the undo levels. Fixed issue where colors wasn't correctly applied to elements with under line decoration. Fixed issue where deleting some paragraphs on IE would cause an exceptio n. Version 3.4 (2011-03-10) Added accessibility example with various accessibility options contribut ed by Ephox. Fixed bug where attributes wasn't properly handled in the xhtmlxtras plu gin. Fixed bug where the image.htm had some strange td artifacts probably due to auto merging. Fixed bug where the ToolbarGroup had an missing reference to this in it' s destroy method. Fixed bug with the resizeBy function in the advanced theme where it was scaled by the wrong parent. Fixed bug where an exception would be thrown by the element if the page was served in xhtml mode. Fixed bug where mceInsertContent would throw an exception when page was served in xhtml mode. Fixed bug where you couldn't select a forground/background color when pa ge was served in xhtml mode.

Fixed bug where the editor would scroll to the toolbar when clicked due to a call to focus in ListBox. Fixed bug where pages with rtl dir wouldn't render split buttons correct ly when using the o2k7 theme. Fixed bug where anchor elements with names wasn't properly collapsed as they where in 3.3.x. Fixed bug where WebKit wouldn't properly handle image selection if it wa s done left to right. Fixed bug where the formatter would align images when the selection rang e was collapsed. Fixed bug where the image button would be active when the selection rang e was collapsed. Fixed bug where the element_format option wasn't used by the new (X)HTML serializer logic. Fixed bug where the table cell/row dialogs would produce empty attribute s. Fixed bug where the tfoot wouldn't be added to the top of the table. Fixed bug where the formatter would merge siblings with white space betw een them. Fixed bug where pasting headers and paragraphs would produce an extra pa ragraph. Fixed bug where the ColorSplitButton would throw an exception if you cli cked out side a color. Fixed bug where IE9 wouldn't properly produce new paragraphs on enter if the current paragraph had formatting. Fixed bug where multiple BR elements at end of block elements where remo ved. Fixed bug where fullscreen plugin wouldn't correctly display the edit ar ea on IE6 for long pages. Fixed bug where paste plugin wouldn't properly encode raw entities when pasting in plain text mode. Fixed bug where the search/replace plugin wouldn't work correctly on IE 9. Fixed so the drop menus doesn't get an outline border visible when focus ed, patch contributed by Ephox. Fixed so the values entered in the color picker are forced to hex values . Removed dialog workaround for IE 9 beta since the RC is now out and peop le should upgrade. Removed obsolete calls in various plugins to the mceBeginUndoLevel comma nd. Version 3.4b3 (2011-02-10) Added WAI-ARIA support for the main UI and dialogs this feature was cont ributed by Ephox. Added iframe support to media plugin in order to handle the new YouTube HTML5 video formats. Fixed bug where anchors would wrap the text contents after it due to a b ug in the DomParser logic. Fixed bug where the selected state wouldn't be removed on ListBox contro ls when a menu item was selected. Fixed bug where IE could throw an unspecified error exception when the g etBookmark logic was executed. Fixed bug where IE would throw an invalid argument error when focus was applied to an empty editor instance. Fixed bug where applying inline format wouldn't work if the start cell i n the selection was empty. Fixed bug where auto detection logic for YouTube and Google Video wouldn 't work in the new media plugin. Fixed bug where td elements would get a colspan/rowspan of 1 when create d by the table plugin.

Fixed bug where removal/padding of empty elements wasn't handled correct ly. Fixed bug where internal elements would show up in element path. Fixed bug where internal elements would get serialized as valid output. Fixed bug where color wasn't correctly applied to anchor elements. Fixed bug where float option in the style plugin dialog wouldn't be hand led correctly on WebKit. Fixed bug where the tinymce.dom.TreeWalker prev function wouldn't walk t he DOM correctly. Fixed bug where mceInsertContent command could produce empty block eleme nts after the inserted content. Fixed bug where mceInsertContent command wouldn't apply visual aids on t ables and similar elements. Fixed bug where empty block elements would get double br bogus elements in them. Fixed bug where the color menu wouldn't apply the color correctly on IE when the viewport was to small. Fixed bug where right clicking out side the body element of the editor i frame would prevent paste from working on IE. Fixed bug where the onContextMenu event wouldn't fire correctly on IE if you clicked out side the body element. Fixed bug where the onContextMenu event wouldn't fire correctly on moder n Opera versions that now support it by default. Fixed bug where legacy content wasn't converted correctly when inserted using mceInsertContent or through the source dialog. Fixed bug where resizing images or tables wouldn't update the style attr ibute correctly or leave data-mce prefixed attributes. Fixed bug where adding links wouldn't work correctly when using TinyMCE jQuery version with jQuery 1.5. Fixed bug where single quotes inside param elements wasn't treated corre ctly by the media plugin. Fixed bug where pasting plain text in WebKit wouldn't work correctly. It will now auto detect the WebKit bug and use plain text mode. Fixed bug where the DomParser would fail to move out invalid elements wi thin invalid elements on complex contents. Fixed bug where paste as plain text would not decode html entities prope rly. Fixed bug where large paragraphs would cause incorrect scrolling behavio r if you would split them using enter. Fixed bug where the SaxParser wouldn't properly parse some specific shor t ended elements. Fixed so mceReplaceContent supports caret position and makes sure that t he contents inserted gets validated. Fixed so unnecessary traling br elements in blocks gets removed on Gecko /WebKit when using mceInsertContent command. Moved some plugin css contents into the skin content css files to reduce the number of http requests. Moved some plugin specific images into the theme img directory since the y can then be shared. Version 3.4b2 (2011-01-13) Added new custom flash player, this player supports mp4 and flv and has skin support. Fixed so mceInsertContent handles context correctly to enforce valid nes ting of elements. Fixed bug where scrolling would become jerky on IE on some contents. Fixed bug where paste as plain text would throw exception of missing ent ities setting. Fixed bug where anchor nodes where removed by the new serializer engine. Fixed bug where IE would crash if when backspace where used on some spec ific contents.

Fixed bug where pasting of plain text in WebKit would result in merging of text lines. Fixed bug where it wasn't possible to delete images or tables using back space on IE9. Fixed bug where urls in styles would generate a JS error due to incorrec t scope. Fixed bug where copy paste from Java applications would produce extra co ntents in FF on Mac. Fixed bug where the verify_html option wouldn't allow all elements and a ttributes. Version 3.4b1 (2010-12-20) Added new serialization engine that increases performance and enforces v alid output according to the specified schema settings. Added new HTML parser logic used by the serialization engine and can han dle malformed html contents. Added new valid_children config option, enables more fine grain control of elements can be inside other elements. Added new entities encoding logic boost performance and will only encode entities based on context i.e. attributes/text nodes. Added new protect setting that enables users to protect template items f rom being removed by the serializer logic. Added new {$caret} marker for the mceInsertContent command. Makes it pos sible to move the caret to a specific position when inserting contents. Added new validation of anchor names. Only valid W3C names will be accep ted. Replaced the internal _mce_ prefixed attributes to the more standard HTM L5 data-mce- prefix. This will also resolve future browser santiaztion issues. Fixed bug where the paste plugin wouldn't convert Word lists with more t han 9 items to real ol lists. Patch contributed by Mike (yogaboy). Fixed bug where clicking on a format title would produce errors if the c urrent selection didn't have any formats. Fixed bug where paste of simple texts wouldn't work correctly in Gecko u sing the paste plugin since it keeps block formatting. Fixed bug where confirm dialogs didn't display correctly due to resent I E9 fixes. Fixed bug where spaces in URLs wouldn't be properly encoded to %20 if th e user entered them in the link dialogs. Patch contributed by Ephox. Fixed bug where the image alignment buttons wouldn't reposition the resi ze handles on FF due to a browser issue. Patch contributed by Ephox. Fixed bug where the compareBoundaryPoints method of the IE Range class d idn't work correctly. Patch contributed by Ephox. Fixed bug where selection of elements using double click wouldn't select the clicked element but rather the parent node on FF. Patch contributed by Epho x. Fixed bug where IE would scroll the user to the current selection causin g parent document to scroll as well. Patch contributed by Ephox. Fixed bug where style compression would incorrectly compress items with different values. It now only compresses if the values are the same. Patch contr ibuted by Ephox. Fixed bug where FF would add non breaking spaces outside TD elements if formatting was applied to table cells. Patch contributed by Ephox. Fixed bug where the caret position would be lost on WebKit browsers if y ou pasted images multiple times. Patch contributed by Ephox. Fixed bug where non word contents like * would be counted as words in th e wordcount pluging. Patch contributed by David Balatero. Fixed bug where the toggle absolute button in the layer plugin wouldn't remove the existing internal style attribute first. Fixed bug where the autosave plugin would generate an exception on IE if the user had disabled userdata persistence. Fixed bug where the paste plugin would remove dashed classes on IE since

the regexps didn't include that character. Fixed bug where applying text color would not add spans inside link elem ents. This is needed due to CSS style inheritance. Fixed bug where applying block formats to empty elements wouldn't render correctly on IE. Fixed bug where the searchreplace plugin would add a f or r character wh en shortcuts where used on IE while using default dialogs. Fixed bug where Opera wouldn't load scripts correctly since the onreadys tate would fire even though the script wasn't loaded. Fixed issue where &nbsp; wouldn't be handled correctly in the bbcode plu gin if entity_encoding was set to raw. Fixed issue where contents would flicker since the content css files whe re asynchronously loaded. Fixed bug where WebKit wouldn't create links on images with a float styl e. Version 3.3.9.3 (2010-12-20) Fixed issue where WebKit wouldn't correctly apply ins/del in xhtmlxtras plugin. Fixed bug where paste as plaintext on WebKit wouldn't produce br and p e lements correctly. Fixed bug where the confirm dialog texts would be incorrectly placed due to recent IE 9 workarounds in the window.css. Fixed bug where applying text color would not add spans inside link elem ents. This is needed due to CSS style inheritance. Version 3.3.9.2 (2010-09-29) Fixed bug where placing the caret in IE 9 beta 1 would not work correctl y if you clicked out side the document body element. Fixed bug where IE 9 beta 1 wouldn't resize the editor correctly since t he events didn't fire as previous versions did. Fixed bug where FF would produce an error message when being rendered in side a hidden div element. Fixed bug where resize logic could produce a cookie with a width/height less than the size of the container. Fixed bug where content_css wouldn't populate the styles dropdown correc tly. Version 3.3.9.1 (2010-09-23) Fixed bug where WebKit browsers wouldn't activate the image button when images where selected. Fixed bug where Opera Presto 10.60 deletes elements when restoring bookm arks. Fixed bug where IE9 beta1 doesn't handle regexp replacement values corre ctly. Fixed bug where IE9 beta1 didn't render the inline dialogs correctly due to a bug with CSS clip. Fixed bug where IE9 beta1 would produce error messages on load since the y removed the document.recalc method. Fixed bug where IE9 beta1 would produce <html xmlns=""> since they haven 't implemented document.implementation.createDocument correctly. Fixed bug where IE9 beta1 would searchreplace doesn't work since their n ative DOM Range doesn't have a find method. Fixed bug where IE9 beta1 would render the source view incorrectly due t o incorrect viewport size measurements. Fixed bug where IE9 beta1 would crash when running the basic functionali ty unit tests. Fixed bug where IE9 beta1 would wrap elements in blocks correctly due to changes to the selection object. Fixed bug where IE9 beta1 would fail to insert contents since they havn' t implemented the createContextualFragment method in their DOM Range. Fixed bug where IE9 beta1 would fail to handle image selection since the y currently doesn't support control selections in their DOM Range.

Fixed bug where IE9 beta1 would fail to load scripts since they fire the onload event before the scripts are parsed and executed. Version 3.3.9 (2010-09-08) Fixed bug where inserting table rows into a table with subtable would pr oduce an incorrect column count. Fixed bug where the selection of cells in a table with subtables could p roduce invalid selections. Fixed bug where the table plugin would produce a script error if you tri ed to move the caret before a first child table. Fixed bug where the keep_styles feature on IE would move the caret to an incorrect location at the end of list blocks. Fixed so attributes from legacy elements such as font gets retained when they get converted to spans. Fixed minor issue where the select boxes wouldn't be set the not set by default in the table dialog. Version 3.3.8 (2010-06-30) On IE8+ and FireFox 3.5+, dragging an image now correctly adds an undo event. Fixed bug where WebKit would not move the caret to a correct position af ter a paste operation. Fixed bug where WebKit would produce a div wrapper element when pasting some contents. Fixed bug where the visual chars and nonbreaking plugin wouldn't show nb sp elements correctly. Fixed bug where the format states would be enabled even after the format was removed. Fixed bug where the delete key would move the caret to an incorrect posi tion. Fixed bug where it wasn't possible to toggle of the current font size/fa mily/style by clicking the title item. Fixed bug where the abbr element wouldn't get serialized correctly on IE 6. Fixed so that the examples checks if they are executed from the local fi le system since that might not work properly. Version 3.3.7 (2010-06-10) Fixed bug where context menu would produce an error on IE if you right c licked twice and left clicked once. Fixed bug where resizing of the window on WebKit browsers in fullscreen mode wouldn't position the statusbar correctly. Fixed bug where IE would produce an error if the editor was empty and yo u where undoing to that initial level. Fixed bug where setting the table background on gecko would produce \" e ntities inside the url style property. Fixed bug where the button states wouldn't be updated correctly on IE if you placed the caret inside the new element. Fixed bug where undo levels wasn't properly added after applying styles or font sizes. Fixed bug where IE would throw an error if you used "select all" on empt y elements and applied formatting to that. Fixed bug where IE could select one extra character when you did a bookm ark call on a caret location. Fixed bug where IE could produce a script error on delete since it would sometimes produce an invalid DOM. Fixed bug where IE would return the wrong start element if the whole ele ment was selected. Fixed bug where formatting states wasn't updated on IE if you pressed en ter at the end of a block with formatting. Fixed bug where submenus for the context menu wasn't removed correctly w hen the editor was destroyed. Fixed bug where Gecko could select the wrong element after applying form

at to multiple elements. Fixed bug where Gecko would delete parts of the previous element if the selection range was a element selection. Fixed bug where Gecko would not merge paragraph elements correctly if th ey contained br elements. Fixed bug where the cleanup button could produce span artifacts if you p ressed it twice in a row. Fixed bug where the fullpage plugin header/footer would be have it's hea der reseted to it's initial state on undo. Fixed bug where an empty paragraph would be collapsed if you performed a cleanup while having the caret inside it. Fixed a few memory leaks on IE especially with drop menus in listboxes a nd the spellchecker. Fixed so formats applied to the current caret gets merged to reduce the number of output elements. Added the latest version of Sizzle for the CSS selector logic to fix a c ompatibility issue with prototype. Version 3.3.6 (2010-05-20) Fixed bug where a editor.focus call could produce errors on IE in very s pecific scenarios. Fixed bug where Gecko would produce an error if you unformatted text ins ide an empty element. Fixed bug where IE would produce an error if the caret was placed before a table and you used the align buttons. Fixed bug where the font size drop down didn't display the a preview cor rectly. Fixed bug where the paste plugin wouldn't include all contents some time s on WebKit browsers. Fixed bug where the plain text mode toggle wouldn't work properly on Web Kit. Fixed bug where the editors statusbar would become invisible when you re sized the window in fullscreen mode. Version 3.3.5.1 (2010-05-07) Fixed a critical bug with the fullscreen plugin. Produced error messages when the state was toggled on/off. Version 3.3.5 (2010-05-06) Added new merge_with_parents option to formats, enables the control of r emoval of elements with similar parents. Fixed so the default behavior for applying classes isn't a toggle state but the old behavior from before the 3.3 release. Fixed bug where selecting contents using double click on Gecko would pro duce errors when using removing format. Fixed bug where the IE DOM could get messed up when non valid contents w as pasted into the editor. Fixed bug where merging selected table cells using the context menu didn 't work as expected. Fixed bug where some nestled formatting would be applied incorrectly. Fixed bug with enter in list items when using the force_br_newlines mode on WebKit patch contributed by Ryan Koopmans. Fixed bug where undo/redo could produce js errors on some specific opera tions. Fixed bug where the theme_advanced_font_sizes didn't work as before 3.3 when complex settings where used. Fixed bug where the table plugin would copy cell/row id attributes when making new rows/cells. Version 3.3.4 (2010-04-27) Fixed bug where fullscreen plugin would add two editor instances to Edit orManager collection. Fixed bug where it was difficult to enter text on non western languages such as Japanese on IE.

Fixed bug where removing contents from nodes could result in an exceptio n when using undo/redo. Fixed bug with selection of images inside layers or other resizable cont ainers on IE. Fixed so editors isn't initialized on iPhone/iPad devices since they don 't have caret support. Version 3.3.3 (2010-04-19) Added new script_loaded callback function setting for the jQuery plugin. Added various fixes and new rpc methods for the spellchecker plugin. Pat ch contributed by Michael Peters. Removed some unnecessary inline style information from some of the dialo gs. Fixed some issues with the chaining for the TinyMCE jQuery plugin. Fixed so any extra arguments passed to patched jQuery functions gets pas sed through. Patch contributed by Lee Henson. Fixed so spellchecking/contextmenu can be toggled on/off if the browser has native spellchecker support. Fixed bug where some texts in the new paste plugin wasn't placed in lang uage pack. Fixed bug where IE would produce an incorrect information message when c utting. Fixed bug where removing items using the xhtmlxtras plugin wouldn't work correctly. Fixed bug where setting table background images would add extra quotes o n Gecko. Fixed bug where shortcut for bold/italic/underline wouldn't work properl y on WebKit. Fixed bug where IE would produce an error message if only contents was a n image tag and bold was used. Fixed bug where the caret would move if alignment was applied to empty b lock elements. Fixed bug where some shortcut key commands wouldn't apply formatting cor rectly. Version 3.3.2 (2010-03-25) Fixed bug where it was possible to scale the editor iframe smaller than the editor UI. Fixed bug where some of the resizing option didn't work with the new liv e resize. Fixed bug where the format listbox didn't show nestled formats correctly . Fixed bug where the native listboxes didn't work correctly. Fixed bug where font size selection in using the legacyoutput plugin wou ld produce errors. Fixed so block and blockquote formats remove their matching element rega rdless of it's attributes. Version 3.3.1 (2010-03-18) Added new live resize feature, the editor contents is now visible while resizing. Fixed bug where some valid_element patterns would produce an unknown pro perty error. Fixed bug where it wasn't possible to toggle off blockquotes. Fixed bug where an undo level wasn't produced when applying formatting u sing the styles dropdown. Fixed bug where IE 6/7 wouldn't perform caret formatting due to a focus/ event bug in IE. Fixed bug where undo/redo wasn't restoring the previous selection correc tly. Fixed bug where the caret would become invisible if you resized the edit or in latest Gecko. Fixed bug where the class attribute wasn't completely removed in IE 6/7

when the removeClass function was used. Fixed so the matchNode method of the Formatter class returns the matched format rule. Fixed so it's possible to apply formatting to both blocks and as inline elements. Version 3.3 (2010-03-10) Fixed bug where backspace on a table on IE would produce an empty tbody and some JS exceptions. Fixed bug where some redundant children wasn't removed properly when app lying inline styles to them. Fixed bug where Chrome would produce incorect dialog sizes if the inline popups plugin wasn't used. Fixed bug where spans with different classes would get merged if they wh ere siblings to each other. Fixed bug where IE 8 would crash if you used the spellchecker. Fixed bug where Input Method for non western languages didn't work corre ctly. Fixed bug where the UI would render incorrectly in FF 3.6 on Mac due to a bug n their rendering engine. Fixed bug where WebKit wouldn't scroll down correctly if Shift+Enter was used. Patch contributed by Thomas Andersen. Version 3.3rc1 (2010-02-23) Fixed bug with new legacyoutput plugin not working correctly on it's own . Fixed bug some performance issues with removing text formats. Fixed bug where TinyMCE specific attributes wasn't removed properly by r emove format. Fixed bug where it wasn't possible to align images within inline element s. Fixed bug where Ctrl+Delete/Backspace would produce an invalid argument exception on IE. Fixed bug where the search/replace logic could produce an infinite loop on IE for reverse searches. Fixed bug where cloning formats in cells didn't work properly on IE. Fixed bug where IE6 would produce a horizontal scroll bar. Fixed so remove jQuery method removes the TinyMCE instance as well as th e specified textarea. Fixed so selected rows and cells gets updated using the row/cell propert ies dialogs. Version 3.3b2 (2010-02-04) Fixed bug where sometimes img elements would be removed by split method in DOMUtils. Fixed bug where merging of span elements could occur on bookmark nodes. Fixed bug where classes wasn't properly removed when removeformat was us ed on IE 6. Fixed bug where multiple calls to an tinyMCE.init with mode set to exact could produce the same unique ID. Fixed bug with the IE selection implementation when it was feeded an doc ument range. Fixed bug where block elements formatting wasn't properly removed by rem oveformat on all browsers. Fixed bug where selection location was lost if you performed a manual cl eanup. Fixed bug where removeformat wouldn't remove span elements within styled block elements. Fixed bug where an error would be thrown if you clicked on the separator lines in menus. Fixed bug with the jQuery plugin adding always adding a querystring valu e to other resources. Fixed bug where IE would produce an error message if you had an empty ed

itor instance. Fixed bug where Shift+Enter didn't produce br elements on WebKit browser s. Fixed bug where a temporary marker element wasn't removed by the paste p lugin. Fixed bug where inserting a table would produce two undo levels instead of one. Version 3.3b1 (2010-01-25) Added new text formatting engine. Fixes a lot of browser quirks and adds new possibilities. Added new advlist plugin that enables you to set the formats of list ele ments. Added new paste plugin logic that enables you to retain style informatio n from Office. Added new autosave plugin logic that automatically saves contents in loc al storage. Added new valid_styles option. Adds the possibility to restrict styles a nd their order. Added new theme_advanced_runtime_fontsize option to display the runtime font size in font size select box. Added new jquery plugin version that handles the gzip compressor amongst other things. Contributed by Speednet. Added new $ function to tinymce namespace and editor instances for the j Query build. Added the possibility to get editors by index as well as name in the tin yMCE.editors collection. Fixed so the contents inside the editor renders in standards mode by def ault. Fixed bug where it wasn't possible to move the caret on short documents running in standards mode on IE. Fixed bug where the decode method of the DOMUtils class could end up in an endless loop. Fixed bug where it was possible to bypass the paste cleanup on non IE br owsers if you clicked while pasting. Fixed bug where some attributes wasn't serialized correctly on IE if wil dcard attribute patters where used. Fixed bug where entity decoding was performed on strings that didn't hav e any valid entities in them. Fixed bugs with the insertNode method of the IE DOMRange implementation. Patch contributed by Scott McNaught. Rewrote the getBookmark/moveToBookmark selection logic to boost performa nce on larger documents. Rewrote the table plugin to include new cell selection logic and fixed v arious bugs and issues. Merged the tinyMCE, tinymce and tinymce.EditorManager into the same inst ance makes more sense. Removed browser setting since the browser support for TinyMCE is not far better than it was when that setting was introduced. Changed the mce_ attribute prefix to the more standard _mce_ prefix. Thi s is similar to browser vendors prefixes. Optimized performance with named entities on Gecko. Regexp replace was e xecuting very slowly probably due to a Gecko bug. Optimized performance of the IE specific selection/range implementation. Removed the safari plugin since we now replaced all text formatting logi c to custom code. Version 3.2.7 (2009-09-22) Fixed bug where uppercase paragraphs could still produce an invalid DOM tree on IE. Fixed bug where split command didn't work on WebKit since the node seria lizer needs a real document to work with.

Fixed bug where it was impossible in Gecko to place the caret before a t able if it was the first one. Fixed bug where linking to urls like ../../ would produce an extra trali ng slash ../..//. Fixed bug where the template cdate functionality was using an old 2.x AP I call. Patch contributed by vectorjohn. Fixed bug where urls to the same site but different protocol would be co nverted when relative_urls where set to false. Patch contributed by Ted Rust. Fixed bug where the paste plugin would remove mceItem prefixed classes. Fixed bug where the paste plugin would sometimes add items in a reverse order on WebKit. Fixed bug where the paste buttons would present an error message on Geck o even if you changed user.js. Patch contributed by Todd (teeaykay). Fixed bug where Opera would crash if you had tables incorrectly placed i nside paragraphs. Fixed bug where styles elements wasn't properly processed if you had bad input HTML. Fixed bug where style attributes wasn't properly forced into a specific format. Fixed bug and issues with boolean attributes like checked, nowrap etc. Fixed bug where input elements could override attributes on form element s. Fixed bug where script or style elements could get modified by the DOMUt ils processHTML method. Fixed bug where the selected attribute could get lost when force root bl ocks logic got executed on IE. Patch contributed by Attila Mezei-Horvati. Fixed bug where getAttribs method didn't handle boolean attributes corre ctly on IE. Fixed so the paste from word dialog is presented if you paste content on an IE with to restrictive security settings. Fixed so the paste_strip_class_attributes option is set to none by defau lt in the paste plugin. Removed default border=0 on tables for the default value of valid_elemen ts. Version 3.2.6 (2009-08-19) Added new wordcount plugin, this will display the number of typed words as you write. Contributed by Andrew Ozz. Added new getNext and getPrev methods to DOM utils. These will return th e first matching sibling. Fixed bug where it was impossible to place the caret after a table on Ge cko. It will now add a paragraph after tables. Fixed bug where inline dialogs would fail if used in a window opened usi ng a showModalDialog. Patch contributed by Derek Britt. Fixed bug where IE could sometimes render a unknown runtime error on inv alid input HTML. Fixed bug where some incorrectly placed tables wouldn't be moved outside the paragraphs on IE. Fixed bug where uppercase script/style element wouldn't be handled corre ctly and converted to valid lowercase. Fixed bug where some WebKit versions on Mac OS X would produce issues wi th hidden select fields. Fixed bug where the media plugin would fail on WebKit since the node was n't properly imported to the right document. Fixed bug where absolute URLs for the TinyMCE script using a base href e lement would cause loading problems in IE 6/7. Fixed bug where pasting using the paste plugin wasn't possible on IE wit h to restrictive security settings. Fixed bug where pasting of whitespace was impossible using the new custo m paste method. Fixed bug where pasting on some WebKit browsers would not work if you pa

sted specific contents due to a WebKit bug. Fixed bug where doctypes with multiple lines would not be parsed correct ly by the fullpage plugin. Patch contributed by Colin. Fixed bug where the autoresize plugin would break the fullscreen functio nality. Fixed bug where tables would be chopped up running on IE using invalid c ontents and pasting paragraphs into a cell. Fixed bug where the each method of jQuery build didn't iterate styleShee ts. We now use the TinyMCE API one instead. Fixed bug where auto switching to paragraphs after headers some times fa iled in Gecko. Fixed so all editor options gets passed to the Serializer class. Patch c ontributed by Jasper Mattsson. Fixed so script/style blocks isn't wrapped in paragraphs as other inline elements. Fixed so the XHR requests sends the X-Requested-With HTTP header. Fixed so the data url scheme is handled in the tinymce.util.URI class. Changed inline documentation to use moxiedoc style comments. Removed the compat2x plugin people should have upgraded to the 3.x API b y now. 3.0 was released more then a year ago. Re-added Gecko specific message for users who doesn't understand the sec urity concept regarding paste. Version 3.2.5 (2009-06-29) Added new jQuery plugin for the jQuery specific package. This enables yo u to more easily load and use TinyMCE. Added new autoresize plugin contributed by Peter Dekkers. This plugin wi ll auto resize the editor to the size of the contents. Fixed so all packages have the same directory structure. Previous releas es had a different structure for the production package. Fixed so the paste from word dialog forces the contents to be processed as word contents even if it's not. Fixed so the jQuery build adapter build works. It's currently only exclu ding Sizzle. Fixed so noscript element contents is retained during the editing proces s. Fixed bug where the getBookmark method would need a "simple" string inpu t when the documented way is a boolean. Fixed bug where invalid contents could break the fix_table_elements logi c. Fixed bug where Sizzle specific attributes would be serialized if the va lid_elements was set to *[*]. Fixed bug where IE would produce an error if you specified a relative co ntent_css and opened the paste dialog. Fixed bug where pasting images on IE would produce broken images if they came from an external site. Fixed bug where memory was leaked if you add/remove controls dynamically . Some event handlers wasn't removed properly. Fixed bug where domain relaxing wasn't treated correctly if you added it after the TinyMCE script element. Fixed bug where the activeEditor wasn't set to null if the last editor i nstance was removed. Fixed bug where IE was leaking memory on the onbeforeunload event due to some recently introduced logic. Patch contributed by Options. Fixed bug where inserting tables in Safari 4 didn't work due to a new We bKit bug where some element names are reserved. Fixed bug where URLs having a :// value in the query string would make i t absolute regardless of URL settings. Fixed the WebKit specific bug where DOM Ranges would fail if the node wa sn't attached to something in a different way. Removed the auto_resize option and the resizeToContent method from the t

inymce.Editor class. Use the new autoresize plugin instead. Version 3.2.4.1 (2009-05-25) Fixed bug where Gecko browsers would produce an extra space after for ex ample strong when loaded from sub domains. Fixed bug where script elements would be removed if they where placed in side a paragraph element. Fixed bug where IE 8 would produce 1 item remaining when loading CSS fil es dynamically with an empty cache. Fixed bug where bound events would be removed from other editor instance s if a specific one was removed. Fixed various bugs and issues with script and style elements inside the editor. Fixed so all script contents gets wrapped in CDATA sections so that they can be parsed using a XML parser. Fixed so it's impossible for elements marked as closed to have child nod es rendered in output. Version 3.2.4 (2009-05-21) Added new paste_remove_styles/paste_remove_styles_if_webkit option to pa ste plugin concept contributed by Hadrien Gardeur. Added new functionality to paste plugin contributed by Scott Eade aka mo nkeybrain. Added new paste_block_drop option to the paste plugin this is disabled b y default and will block any drag/drop event. Added new bind/unbind methods to DOMUtils these works like Event.add/Eve nt.remove but is easier to access. Added new paste_dialog_width/paste_dialog_height options to paste pluign . Enables you to change the dialog sizes. Fixed bug on IE 8 where it would sometimes produce a "1 item remaining" status message that would never finish. Fixed bug on Safari 4 beta that would produce DOM Range exceptions on th e DOMUtils split method since the browser has a bug. Fixed bug where the paste plugin could accidentally think that some word sentences was supposed to be list elements. Fixed bug where paste plugin would produce one extra empty undo level on some browsers. Fixed bug where spans wasn't produced correctly on new line when the kee p_styles option was enabled. Fixed bug where the caret would be placed at the beginning of contents i n IE 8 if you selected colors from the color pickers. Fixed so the Event class is a normal class instead of a static one. The tinymce.dom.Event is now a global instance of that class. Fixed so internal events for instances gets removed when the DOMUtils in stance is removed. Fixed so preventDefault and stopPropagation methods can be used on the e vent object in all browsers. Version 3.2.3.1 (2009-05-05) Fixed bug where paragraphs containing form elements such as input or tex tarea would be removed. Fixed bug where some IE versions would produce a wrapper function for ev ents attributes. Fixed bug where table cell contents could be removed if you pressed retu rn/enter at the end of the cell contents. Fixed bug where the paste plugin would remove a extra character if the s election range was collapsed. Fixed bug where creating tables with % width wouldn't be handled correct ly on WebKit browsers. Version 3.2.3 (2009-04-23) Added new paste plugin logic. This new version will autodetect Word cont ents and clean it up. Added a optional root element argument to getPos so you can tell it wher

e to stop the calculation. Added new DOM ready logic to remove the usage of document.write. We now use basically the same method as jQuery. Fixed bug where WebKit browsers would fail when selecting all contents i n the area using Ctrl+A. Fixed bug where IE would produce paragraphs with empty inline style elem ents. Fixed bug where WebKit browsers would fail when inserting tables with a non pixel width. Fixed bug where block elements could get a redundant br element at the e nd of the element. Fixed bug where the tabfocus plugin only worked with a single editor ins tance on page. Fixed bug where IE 8 was loosing caret position if the selection was col lapsed and a menu was clicked. Fixed bug with application/xhtml+xml mode where menus wasn't working pro perly. Fixed bug where the onstop workaround fix for IE would produce errors in an ASP update panel. Fixed bug where the submit function override could produce errors if exe cuted in the wrong scope. Fixed bug where the area element wasn't closed by a short ending. Fixed various number issues in the style plugins properties dialog. Cont ributed by datpaulchen. Fixed issues with size suffix values in the style plugin dialog. Fixed issue where hasDuplicate variable would leak out to the global spa ce due to a bug in the Sizzle engine. Fixed issue where the paste event would fire a dialog warning on IE sinc e we extracted the text contents. Updated Sizzle engine to the latest version, this version fixes a few bu gs that was reported. Version 3.2.2.3 (2009-03-26) Fixed regression bug with the getPos method, it would return invalid if the view port was to small. Version 3.2.2.2 (2009-03-25) Fixed so the DOMUtils getPos method can be used cross documents if neede d. Fixed bug where undo/redo wasn't working correctly in Gecko browsers. Version 3.2.2.1 (2009-03-19) Added support for tel: URL prefixes. Even though this doesn't match any official RFC. Fixed so the select method of the Selection class selects the first best suitable contents. Fixed bug where the regexps for www. prefixes for link and advlink dialo gs would match wwwX. Fixed bug where the preview dialog would fail to open if the content_css wasn't defined. Patch contributed by David Bildstrm (ChronoZ). Fixed bug where editors wasn't converted in application/xhtml+xml mode d ue to an issue with Sizzle. Fixed bug where alignment would fail if multiple lines where selected. Updated Sizzle engine to the latest version, this version fixes a few bu gs that was reported. Version 3.2.2 (2009-03-05) Added new CSS selector engine. Sizzle the same one that jQuery and other libraries are using. Added new is and getParents methods to the DOMUtils class. These use the new Sizzle engine to select elements. Added new removeformat_selector option, enables you to specify a CSS sel ector pattern of elements to remove when using removeformat. Fixed so the getParent method can take CSS expressions when selecting it

's parents. Added new ant based build process, includes a new javabased preprocessor and a yuicompressor ant task. Moved the tab_focus logic into a plugin called tabfocus, so the old tab_ focus option has been removed from the core. Replaced the TinyMCE custom unit testing framework with Qunit and rewrot e all tests to match the new logic. Moved the examples/testcases to a root directory called tests since it n ow includes slickspeed. Fixed bug where nbsp wasn't replaced correctly in ForceBlocks.js. Patch contributed by thorn. Fixed bug where an dom exception would be thrown in Gecko when the theme _advanced_path path was set to false under xml application mode. Fixed bug where it was impossible to get out of a link at the end of a b lock element in Gecko. Fixed bug where the latest WebKit nightly would fail when changing font size and font family. Fixed bug where the latest WebKit nightly would fail when opening dialog s due to changes to the arguments object. Fixed bug where paragraphs wasn't added to elements positioned absolute using classes. Fixed bug where font size values with dot's like 1.4em would produce a c lass instead of the style value. Fixed bug where IE 8 would return an incorrect position for elements. Fixed bug where IE 8 would render colorpicker/filepicker icons incorrect ly. Fixed bug where trailing slashes for directories in URLs would be remove d. Fixed bug where autostart and other boolean values in the media dialog w ouldn't be stored/parsed correctly. Fixed bug where the repaint call for the media plugin wouldn't be execut ed due to a typo in the source. Fixed bug where id attribute of object elements wasn't kept intact by th e media plugin. Fixed bug where preview of embeded elements when the media_use_script op tion was used would fail. Fixed bug where inlinepopups could be rendered at an incorrect location on IE 6 while dragging. Fixed bug where the blocker shim could be placed at an incorrect locatio n on IE 6. Fixed bug where the multiple and size attributes of select elements woul d produce incorrect values while running in IE. Fixed bug where IE would loose the caret position is you selected a colo r from the color drop down. Fixed bug where remove format wouldn't work on IE since it couldn't remo ve span elements that had style information. Fixed bug where Opera was removing links when removing formatting from s elected contents. Fixed bug where paragraphs could be produced inside non positional eleme nts styled with the CSS position value of static. Fixed bug where removeformat wouldn't work if you selected part of a spa n in IE. Fixed bug where media plugin didn't retain the style attribute on embed/ object elements. Fixed bug where auto focus on empty editor instances could produce stran ge results if you inserted an image into it. Fixed bug where &nbsp; characters would be removed in FF when inserted w ith the mceInsertContent or selection.setContent methods. Fixed bug where warning message of missing paste support wasn't displaye d on WebKit browsers.

Fixed bug where anchor links could include other links. The selected ran ge is now unlinked before adding news links to it. Fixed memory leak when TinyMCE was used with prototype. Patch contribute d by James Ots. Fixed so the non documented fullpage_hide_in_source_view option for the fullpage plugin works again in the 3.x branch. Fixed so tables doesn't get inserted into paragraphs by default since it 's not W3C valid. Can be disabled by using the fix_table_elements option. Fixed so the source view dialog sets a source_view state to the event ob ject. Enables plugins to intercept the source view mode. Fixed various validation issues with the html dialogs and pages. Removed ask mode option since there is way better ways of doing this now . Use the add/remove control methods instead. Removed logic for compatibility with Safari 2.x, this browser is no long er supported since no one is using it. Removed the auto domain relaxing feature. If loading scripts cross sub d omains it's better to specify the document.domain by hand. Version 3.2.1.1 (2008-11-27) Added new theme_advanced_default_background_color/theme_advanced_default _foreground_color options. Patch contributed by David Bildstrm (ChronoZ). Fixed font style formatting compatibility issue with Adobe Air. Fixed so legacy font elements get converted into spans even if cleanup_o n_startup isn't enabled. Fixed bug where pre elements could be incorrectly modified by an IE bug workaround. Patch contributed by hu vime. Fixed bug where input elements inside inlinepopups wasn't editable in Fi refox 2. Fixed bug where the xhtmlxtras plugin wasn't replacing attribute values correctly. Fixed bug where menu buttons in skin variants would look strange due to IE 8 fixes. Fixed bug where WebKit browsers would on backspace take you back to the previous page if the editor was empty. Fixed bug where DOMUtils decode method wouldn't handle strings larger th an 4096kb due to node chunking. Fixed bug where meta key wasn't handled as ctrl key on Mac OS X for cust om keyboard short cuts. Fixed bug where init event would get fired twice on WebKit on Mac OS X. Version 3.2.1 (2008-11-04) Added support for custom icon image for drop menus. Use icon_src to set a custom image directly. Added new media_strict option to media plugin. Enables you to control if the flash embed is strict or not. Enabled by default. Fixed so the editors script files gets dynamically loaded without using XHR or eval. Fixed so the media plugin outputs valid XHTML object elements for Flash movies. Can be disabled with the media_strict option. Fixed so dynamic loading doesn't require eval calls on non IE browsers f or better Air support. Fixed bug where the editor wasn't treated as empty if the remaining para graph had attributes. Fixed bug where id's of elements was removed ones they got wrapped in pa ragraphs. Patch contributed by ChronoZ. Fixed bug where WebKit browsers where placing list elements inside parag raph elements. Fixed bug where inserting images or links would produce absolute urls on WebKit browsers. Fixed bug where values for checked, readonly, disabled and selected attr ibutes was incorrect on IE. Fixed bug where positive values for checked, readonly, disabled and sele

cted attributes wasn't forced to valid values. Fixed bug where selecting the first option in a native select box would produce an undefined error. Fixed bug where tabindex 32768 could be outputted on IE if element attri butes where cloned. Fixed bug where the media dialogs preview window would display incorrect contents due to duplicate clsid prefixes. Fixed bug where non pixel or percent heights for textarea elements would produce errors on IE. Fixed bug where cdata sections in script elements wasn't handled correct ly. Fixed bug where nowrap of table cells would produce a 65535 value output . Fixed bug where media plugin would produce an error if you selected the first item in the items list. Fixed bug where media plugin would modify links with the item _value in them. Fixed so table width/height is better forced if inline_styles is enabled . Patch contributed by daKmoR. Fixed css for IE 8 such as opacity and other rendering quirks. Version 3.2.0.2 (2008-10-02) Fixed bug where the SelectBox and NativeSelectBox wasn't updated correct ly if undefined was passed to them. Fixed bug where the style dropdown wasn't correctly changed back to it's original state when element had no class. Fixed bug where multiple pending font styles wasn't handled correctly. Fixed so you can disable all auto css loading for dialogs by setting the popups_css option to false. Version 3.2.0.1 (2008-09-17) Fixed bug where font sizes and faces wouldn't be changed correctly when there was a parent with a different style. Fixed bug where adding fonts to the same selection would produce redunda nt spans. Version 3.2 (2008-09-11) Added new text style support, it will now use span elements internally i nstead of font elements. Added new improved support for the theme_advanced_font_sizes option, che ck the Wiki for details. Added new keep_style setting that maintains the text style on return/ent er on non IE browsers, enabled by default. Added new onBeforeSetContent/onBeforeGetContent/onSetContent/onGetConten t events to the Selection class. Added new selectByIndex method to ListBox class. This enables you to sel ect list items by an index instead of a value. Added new possibility to the select method of the ListBox class. This ca n now have a selector function as it's value argument. Added new possibility to skip the loading of popups css by setting the f eature popup_css to the value false. Added new possibility to skip translation of popups by setting the trans late_i18n feature to false. Added new element_format option enables you to produce HTML element endi ngs instead of XHTML. But we are still in the XHTML is better camp. Added missing allowfullscreen and quality options for flash elements, th is will now get correctly stored. Fixed bug where table cell dialog didn't close properly unless the acces sibility_warnings option was set to false. Fixed bug where the modal dialog blocker element for inlinepopups wasn't placed at a correct location if the page had scroll. Fixed bug where non inline dialogs didn't close correctly if the inlinep opups plugin was used.

Fixed bug where non inline dialogs could make the modal dialog blocker t o work incorrectly. Fixed bug where style select wasn't populated correctly if you pressed t he arrow. Patch by Hari Karam Singh. Fixed bug where toggling the fullscreen mode didn't restore scrollbars o n IE when the editor was inside a frame. Patch by Jacob Barrett. Fixed bug where inserting flash contents using the template plugin didn' t work correctly. Fixed bug where inserting flash contents using the selection.setContent or mceInsertContent command didn't work correctly. Fixed bug where IE would produce an exception if a comment started with -. Fixed bug where the blockquote button would wrap lists incorrectly on no n IE browsers. Fixed bug where Opera would display BR elements in the element path. Fixed bug where xhtmlxtras didn't insert elements correctly on IE. Fixed bug where the buttons wasn't activated correctly in the xhtmlxtras plugin. Fixed bug where adding an object as the style attribute for the dom setA ttribs method wouldn't work. Fixed bug where the background color would bleed out to parent container element in Gecko. Fixed bug where the insert column actions for tables would fail if you d id it in a thead or tfoot. Patch contributed by T Andersen (tan73). Fixed bug where event blocker element wasn't positioned correctly for th e inlinepopups plugin. Fixed bug where pasting from Office 2007 would produce an odd comment in the contents. Fixed bug where the paste as plain text could remove an extra character. Patch contributed by Speednet. Fixed bug where some characters where missing for the paste_replace_list option. Patch contributed by Speednet. Fixed bug where removing non existing editor instances by the mceRemoveC ontrol command would produce an error. Fixed bug where meta elements with the name description would produce er rors in IE. Fixed bug where color and background colors wouldn't be updated properly . Fixed bug where the createMenuButton of tinymce.ControlManager didn't im plement the last class argument. Fixed bug where the editor_css option was relative from the TinyMCE inst allation directory not the current page. Fixed bug where elements wouldn't be padded if the element contained bog us br elements. For example TD elements. Fixed bug where parsing of <body > in fullpage plugin would produce an e rror. Fixed bug where relative urls with just ./ would become an empty string. Fixed bug where outdent button would be disabled if inline_styles where set to false. Fixed bug where replace with an empty search string would produce an err or on IE. Fixed bug where restoring the overflow state of the body in fullscreen p lugin running on IE would produce vertical scrollbars. Fixed bug where pressing return/enter in list items would sometimes move the caret the to top of the content area in FF. Fixed bug where the style listbox wouldn't be updated correctly if you u sed the use_native_selects option. Fixed bug where WebKit browsers would produce a div element when ending list elements using return. Fixed so translation of popup contents only occurs if it's needed.

Optimized the URI object in regards or converting absolute URIs to relat ive URIs. Version 3.1.1 (2008-08-18) Added new getSize method to DOMUtils it will return the dimensions only of an element. Added new alert/confirm methods to the tinyMCEPopup class to prevent foc us problems and also to shorten method calls. Added new plugin_preview_inline option to preview plugin to enable/disab le native/inline dialogs. Added new readonly option. If this is set the editor will only display t he contents for the user. Added missing tabindex and accesskey to input elements in the default va lid_elements setup. Updated firebug lite to 1.2, to enable it use the tiny_mce_dev.js?debug= 1 on the development package. Fixed so the preview dialog in the preview plugin uses inline dialogs/po pups. Fixed so CDATA sections remains intact through the serialization process of the DOM tree. Fixed various issues with the getAttrib command. It will now return more correct values. Fixed bug where the embed element wasn't properly parsed in the media pl ugin it now supports 3 formats. Fixed bug where the noshade attribute was serialized incorrectly on IE. Fixed bug where editing an existing link element didn't force it relativ e. Fixed bug where image link creation fails on Safari if the image is alig ned. Fixed bug where it was possible to scroll the fullscreen mode in Opera 9 .50. Fixed bug where removal of center image alignment would fail. Patch cont ributed by Andrew Ozz. Fixed bug where inlinedialogs didn't work properly if the doctype was in correct in IE. Fixed bug where cross domain loading didn't work correctly in Opera 9.50 . Fixed bug where breaking huge text blocks with return/enter key would sc roll to end of block. Fixed bug where replace button kept inserting the replacement text even if there is no more matches. Fixed bug with fullpage plugin where value wasn't set correctly. Patch c ontributed by Pascal Chantelois. Fixed bug where the dom utils setAttrib method call could produce an exc eption if the input was null/false. Fixed bug where pressing backspace would sometimes remove one extra char acter in Gecko browsers. Fixed bug where the native confirm/alert boxes would move focus to paren t document if fired in dialogs. Fixed bug where Opera 9.50 was telling you that the selection is collaps ed even when it isn't. Fixed bug where mceInsertContent would break up existing elements in Ope ra and Gecko. Fixed bug where TinyMCE fails to detect some keyboard combos on Mac, con tributed by MattyRob. Fixed bug where replace all didn't move the caret to beginning of text b efore searching. Fixed bug where the oninit callback wasn't executed correctly when the s trict_loading_mode option was used, thanks goes to Nicholas Oxhoej. Fixed bug where a access denied exception was thrown if some other scrip t specified document.domain before loading TinyMCE.

Fixed so setting language to empty string will skip language loading if translations are made by some backend. Fixed so dialog_type is automatically modal if you use the inlinepopups plugin use dialog_type : "window" to re-enable the old behavior. 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 attribu te of input elements. Version 3.1.0 (2008-06-17) Fixed bug where the paste as text didn't work correctly it encoded produ ced paragraphs and br elements. Fixed bug where embed element in XHTML style didn't work correctly in th e media plugin. Fixed bug where style elements was forced empty in IE. The will now be w rapped in a comment just like script elements. Fixed bug where some script elements wrapped in CDATA could fail to be s erialized correctly. Fixed bug where FF 3 produced -moz- internal styles in some style attrib utes. 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 sin ce focus was moved to the document body. Fixed bug where pressing enter/return in an editable select box would pr oduce 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 d ue to a workaround for previous Opera versions. Fixed bug where text/background color would produce a strange focus prob lem when you tried to click on the body in IE. Fixed issue where selecting the title of an listbox equals the old 2.x b ehavior of changing the value to an empty string. Fixed issue where it was common for the media plugin to break if the _va lue attribute wasn't added for the param element. Fixed issue where the wrong parent editor instance might be updated if y ou 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 cont extmenu 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 t he whole table if it was the last one. Fixed bug where XHR synchronous mode didn't execute the callback handler s synchronously. Fixed bug where setting border to 0 didn't add border: 0 to the style at tribute when using the advimage dialog. Fixed bug where the selection of images and table cells didn't work corr ectly 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 i n 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 correct ly when they where inserted. Fixed bug where HTML source window couldn't be maximized on Gecko when t he maximizable feature was enabled. Fixed bug where color selection using the color picker could produce exc eption 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 corre ctly if the editor was loaded dynamically using the gzip compressor. Fixed bug where handling of the base element for a page would produce in correct 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 submit ted. 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 enco des 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 xhtml xtras 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 s nap back to it's original location if you saved. Fixed bug where the description of the template plugin dialog wasn't upd ated correctly. Fixed bug where the values for frame and rules in the table dialogs wher e 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 y ou reloaded the page. Fixed so the onGetContent event gets the full pass through object just l ike the other events. Fixed so attributes for block elements remains the same when you change format of a element. Version 3.0.8 (2008-04-30) Fixed bug where IE would produce an error if textareas without names whe re converted. Fixed bug where editor wasn't forced empty when there was only a single br or empty paragraph left. Fixed bug where IE would produce an warning message if object elements w here produced in the media plugins preview running on https. Fixed bug where new addVer function didn't handle hash items correctly. Patch contributed by Mirek Burkon. Fixed bug where font_size_style_values option wasn't applied correctly t

o fonts inside the editor. Fixed bug where image selection could be lost if a image was edited usin g context menu on IE. Fixed bug where style values wasn't updated properly due to an invalid r egexp. Fixed bug where IE 6 where displaying warning message about insecure ite ms when inserting an image while using https. Patch contributed by Norifumi Suna oka. Fixed bug where IE was producing an auto save message if you selected a color from the color split button. Fixed bug where backspace sometimes would move the caret to the end of t he previous block in Gecko. Fixed bug where the rowlayout manager didn't work as described in the do cumentation. Fixed bug where the default options for the fullpage plugin wasn't appli ed correctly. Fixed bug where selection would jump one character if you applied a styl es to a words in non IE browsers. Fixed bug where undo levels wasn't added correctly if you went back in u ndo history and added a new event. Fixed bug where font size dropdown didn't mark the selected size in IE. Fixed bug where the size of the editor was determined using clientWidth instead of offsetWidth. Fixed so the onchange event doesn't fire on the initial undo level, it w ill also fire when the editor is blurred. Fixed so the advhr plugin produces XHTML valid output instead of non sta ndard attributes. Fixed so blockquote gets converted into [quote] in when the bbcode plugi n is enabled. Fixed so theme_advanced_font_sizes can be named for example Font 1=1, Fo nt 2=2 etc. Fixed so editor_selector/editor_deselector can be regexps. By default on ly strings are allowed not part regexps like before. Fixed so that the version suffix is optional. It still requires the buil d process so you need to export it manually. Fixed so it's possible to tab to table cells in non Gecko browsers and a lso produce new rows if you tab at the end of a table. Contributed by Josh Peek. Version 3.0.7 (2008-04-14) Added new version suffix to all internal GET requests to make sure that the users cache gets cleared correctly. Fixed issue with isDirty returning true event if it wasn't dirty on IE d ue to changes in tables during initialization. Fixed memory leak in IE where if a page was unloaded before all images o n the page was loaded it would leak. Fixed bug in IE where underline and strikethrough could produce an excep tion error message. Fixed bug where inserting paragraphs in totally empty table cells would produce odd effects. Fixed bug where layer style data wasn't updated correctly due to some pe rformance enhancements with the DOM serializer. Fixed bug where it would convert the wrong element if there was two elem ents with the same name and id on the page. Fixed bug where it was possible to add style information to the body ele ment using the style plugin. Fixed bug where Gecko would add an extra undo level some times due to th e blur event. Fixed bug where the underline icon would get active if the caret was ins ide a link element. Fixed bug where merging th cells not working correctly. Patch contribute d by Andr R.

Fixed bug where forecolorpicker and backcolorpicker buttons where render ed incorrectly when the o2k7 skin was used. Fixed bug where comment couldn't contain -- since it's invalid markup. I t will now at least not break on those invalid comments. Fixed bug where apos wasn't handled correctly in IE. It will now convert apos to &#39; on IE since that browser doesn't support that entity. Fixed bug where entities wasn't encoded correctly inside pre elements si nce they where protected from whitespace removal. Fixed bug where color split buttons where rendered incorrectly on IE6 wh en using the non default theme. Fixed so caret is placed after links ones they are created, to improve u sability of the editor. Fixed so you can select tables by clicking on it's borders in non IE bro wsers to normalize the behavior. Fixed so the menus can be toggled by clicking once more on the icon in l istboxes, menubuttons and splitbuttons based on code contributed by Josh Peek. Fixed so buttons can be labeled, currently only works with the default s kin, so it's kind of experimental. Patch contributed by Daniel Insley. Fixed so forecolorpicker and backcolorpicker remembers the last selected color. Patch contributed by Shane Tomlinson. Fixed so that you can only execute the mceAddEditor command once for the same instance name. Fixed so command functions added with addCommand can pass though the cal l to default handles if it returns true. Version 3.0.6.2 (2008-04-07) Fixed bug where empty tables couldn't be edited correctly on non IE brow sers if they where loaded into the editor. Fixed bug where it was impossible to resize layers correctly in IE since it thought it was an image. Fixed bug where an editor instance was stealing focus in IE resulting in a scroll to the editor on page reloads. Fixed bug where Safari was crashing on Mac OS X if you closed dialogs us ing the Esc key. Version 3.0.6.1 (2008-04-04) Added support for the missing mceAddFrameControl command. The input for this command has changed so consult the Wiki. Fixed bug where sub menus for the drop menus would leave an empty elemen t behind. Fixed memory leak in IE if the editor was placed in a frame or iframe. Version 3.0.6 (2008-04-03) Added elements to the default value of valid_elements option. It now con tains all XHTML strict elements and a few transitional. Added more accessibility fixes, it's now possible to navigate and close list boxes and split button menus with the keyboard. Added missing getInfo method to the contextmenu and safari plugin, this caused problems for the Drupal module. Added new inlinepopups_zindex option to the inlinepopups plugin so that you can configure the default start z-index. Added new setControlType method to the tinymce.ControlManager class. Thi s method enables you to override the default classes. Added ability to specific an optional control class to use instead of th e default one for the ControlManager methods. Based on concept by Josh Peek. Fixed bug where attribute rules for the DOM Serializer couldn't contain - or _ characters in their names. Fixed bug where inlinepopups event blocker and modal dialog blocker elem ents produced vertical scrollbars. Fixed bug where there was a rendering issue with quirks mode in Safari m oving the resize handle to an incorrect position. Fixed bug with forecolor/backcolor controls on IE. Sometimes elements po sitioned relative will generate display errors.

Fixed bug where a p2 was leaking out in the global name space when you s elected a color from the forecolor/backcolor controls. Fixed bug where empty paragraphs didn't work as expected in browsers oth er than IE. Fixed bug where the load method of the tinymce.dom.ScriptLoader didn't c heck if the file was already loaded. Fixed bug where the load method for the PluginManager and ThemeManager d idn't check if a plugin/theme by a specific name was all ready loaded. Fixed bug where the theme_advanced_link_targets option didn't work corre ctly with the advanced themes link dialog. Patch contributed by Arnold B. Fixed bug where the style command would merge classes into empty span el ements. Fixed bug where the style command would remove empty span elements outsi de the current selection. Fixed bug where the fix for the Safari backspace bug removed all editor contents if it was filled with empty paragraphs. Fixed bug where alert and confirm boxes opened by the inlinepopups plugi n would produce an exception if domain relaxing was used. Fixed bug where Safari was adding style attributes to all elements when you paste them into the editor. Fixed bug where the spellchecker menus was visually incorrect since the space for the non existing icon was still there. Fixed bug where remove_linebreaks option didn't remove line breaks insid e the text contents of a element. Fixed bug where Safari 3.1 was introducing _mc_tmp into paragraphs due t o the new querySelectorAll and a TinyMCE specific workaround. Fixed bug where getParam method in the Editor class was returning incorr ect objects and would mess up the font drop down. Patch contributed by speednet. Fixed bug where the table dialog would produce an exception in IE when y ou edited tables since it tried to place focus in a disabled field. Fixed bug where class attribute on some span elements was removed on cle anup. Fixed bug where resizing the editor in IE could produce an exception if the editor width/height got to be a negative value. Fixed bug where wmv files wouldn't play since the src param was used ins tead of the url param. Fixed bug where br elements would be added here and there in Gecko. Geck os internal _moz_dirty br elements where serialized as well. Fixed bug where editing named anchors would produce two anchors instead of one updated one. Fixed bug where arrow and function keys didn't work when an noneditable element was focused within the editor. Fixed bug where the dispatcher could produce an exception if the listene r list was altered inside an event callback. Fixed bug where it was impossible to totally empty the editor contents o n Safari due to an mistreatment of nbsp as whitespace. Patch contributed by Andr ew Ozz. Fixed bug where TinyMCE would not convert textareas with the same name a ttribute value. It will now generate an unique id for those textareas. Fixed bug where backspace/delete key was deleting td elements inside tab les while running on Gecko. Fixed bug where Firefox 3.0b4 and Opera 9.26 where scrolling to the top of document when pressing return/enter. Fixed bug where the template plugin wasn't just inserting the mceTmpl ta gged element. Fixed bug where the alert method of the default WindowManager implementa tion didn't translate input language strings like the inlinepopups dialog does. Fixed bugs with the backspace behavior in Gecko. The caret was placed on incorrect locations in the DOM sometimes. Fixed so advimage dialog and table dialogs has support for editable sele

ct boxes for the class value. 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. Fixed so the paste_use_dialog option works again it's enabled by default but can be disabled on IE. Patch contributed by Speednet. Fixed so that the fullscreen editor is focused when switching fullscreen editing on. Fixed so it's possible to edit images and links inside tables using the context menu. Fixed so table dialogs and the advanced image dialog doesn't loose selec tion in IE if the dialogs where navigated/submitted with the keyboard. Fixed so the theme_advanced_blockformats options can have named items fo r example title 1=h1;title 2=h2. Fixed so it's possible to add a custom editor_css for the simple theme. Fixed quirks with directionality rtl, patch contributed by Andrew Ozz. Fixed so the inlinepopups default start zIndex is 300000. Fixed typo in media plugin Shockware is now replaced with Shockwave. Fixed psuedo memory leak in IE with the replaceChild method inside the D OMUtils.replace method. Fixed so memory is released when an editor instance is removed from page . Optimized the color split button menus so that they use less event handl ers. Removed the util/mclayer.js file since it's no longer used by any of the TinyMCE dialogs and is considered deprecated. Version 3.0.5 (2008-03-12) Added new black skin variant to the o2k7 skin contributed by Stefan Moon en. Added new explode method to the tinymce core class. This does a split bu t removed whitespace it also defaults to a , delimiter. Added new detection logic for IE 8 standards mode into the DOMUtils clas s 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 th e 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 wi dth unit from cm/em to pixels or percent. Fixed bug where the search/replace input box wasn't auto focused like th e other dialogs. Fixed bug where the old mceAddControl command would use the fullscreen s ettings next time it created an instance. Fixed bug where multiple lines where added to the target cell if you mer ged multiple empty cells. Fixed bug where drop down menus would be incorrectly positioned inside s crollable 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 se t 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 in line 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 inlinepop ups 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 co nstraints 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 ed itor was loaded in IE6 over a network UNC path. Fixed bug where table height attribute was used, this is deprecated in X HTML 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 enhan ce keyboard usage. Fixed so you can add a mceFocus class to elements to make it auto focuse d. 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 el ements. Fixed so you can press ok in inline alert messages using the return/ente r key. Fixed so textareas can be set to non px or % sizes for example em, cm, p t etc. Fixed so non pixel values can be used in width/height properties for tab les. Fixed so the custom context menu can be disabled by holding down ctrl ke y while clicking. Fixed so the layout for the o2k7 skin looks better if you don't have sep arators before and after list boxes. Fixed so the sub classes get a copy of the super class constructor funct ion to ease up type checking. Fixed so font sizes for the format block previews are normalized accordi ng 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 a ccording 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 TinyMC E 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 correctl y. 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 d ue to the fix for the table cell bug. Fixed bug where the layer plugin would produce an visual add class calle d 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 w ould produce an extra space after any custom class names. Fixed bug where search with an empty string would produce some odd "inva lid 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 a ccessibility confirm dialog in the advimage plugin. Fixed bug where nestled font elements would produce odd output like miss ing font elements. Fixed bug where text colors and styles got removed if invalid_elements i ncluded the font element. Fixed bug where text-decoration set to underline or line-through would r emove other styles from span elements. Fixed bug where editor contents like \n\n would be incorrectly handled a nd processed as real line feeds. Fixed bug where incorrectly encoded urls with ampersands in them would b e decoded incorrectly. Optimized the DOMUtils decode method to be a lot faster if the string do esn'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 Bildstrm (ChronoZ). Added new body_class option that enables you to set the class for the bo dy of the editor iframe based on ideas by David Bildstrm (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 redun dant logic for parsing hash tables. Added new isDone method to the ScriptLoaded class, this enables you to c heck if a script has been loaded or not. Added new resizeTo and resizeBy methods for the advanced theme. Can be c alled 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 contributi on 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 corre ctly 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 usin g 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 nam e that matches the meta elements in IE and Opera. Fixed bug where the element path would fail sometimes in IE due to "unkn own runtime error" on innerHTML. Fixed bug where Safari would crash if you was hiding the editor before s erializing the contents. Fixed bug where the editor wasn't scaled propertly in fullscreen mode us ing 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 prod uce 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 G ecko. Fixed so the blockquote button toggles individual lines. This behavior i s 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 o pen a dialog. Fixed so all classes in the whole UI is prefixed with "mce" to avoid col lisions, 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 fullscre en_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 g etBookmark/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 op tion value. Added extra parameter to the class_filter callback it can now also filte r out classes based on the whole CSS rule. Added support for domain relaxing, TinyMCE can now be loaded from an rem ote 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 contain er with anchor elements. Fixed bug where spans with font sizes wasn't handled correctly when edit or was loading contents. Fixed bug where mode exact couldn't convert editors with name only. Id i s no longer required but recommended. Fixed bug where the mceInsertRawHTML command produced an extra undo leve l. Fixed bug where the specific_textareas mode didn't work correctly this i s 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 togethe r. Fixed bug where embed elements wasn't handled properly in the media plug in. Fixed bug where style information on span elements gets munged when font s are converted to spans. Fixed bug where some entities in element attributes where encoded incorr ectly 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 ful lscreen_new_window option was used. Fixed bug where invalid contents like an ul inside a p element would pro duce odd results in IE. Fixed bug where Opera 9.2x was placing the drop menus at incorrect locat ions if the editor was placed in a table. Fixed bug where Opera was producing odd results if enter/return was pres sed 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 plug in, 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 <div ></div> where inserted using mceInsertContent. Fixed bug where center alignment of images produced odd results inside t able cells. Fixed bug where center alignment of images couldn't be toggled correctly . Fixed bug where alignment of images inside tables would produce double f loat 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 table s inside existing tables. Fixed bug where Safari wouldn't produce br elements on enter when the fo rce_br_newlines option was enabled. Fixed bug where switching cell type in table cell dialog would produce o dd attributes in IE. Fixed bug where Gecko was outputting internal attributes if valid_elemen ts 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 cur rently 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 t he media plugin. Fixed bug where render method of tinymce.Editor class would produce an e xception if the strict_loading_mode option was omitted. Fixed bug where nodeChanged event could be fired while the editor was lo ading 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 set up the tinymce.EditorManager.settings object correctly. Fixed bug where the advanced image dialog would go to the first tab if t he alternative image was changed using the file browser link. Fixed bug where the forced_root_block option would produce BR elements i nside empty blocks if the block wasn't a paragraph. Fixed bug where the forced_root_block doesn't work correctly on IE if th e specified element was something else than paragraphs. Fixed bug where selection of images would get lost if user selected some thing from the context menu in IE. Fixed bug where the context menu plugin would pollute the global namespa ce with two variables p1 and p2. Fixed compatibility issue with Mootools, it is destroying document.getEl ementById on unload in IE. (Mantra: You don't own the internal objects). Fixed bugs where dialogs/tabs and other UI elements where rendered incor rectly 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 CS S reset package. Fixed so header and footer elements are forced to lower case when the fu llpage 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 o ption to false. Can be useful for systems with their own language pack managemen t. 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 dia log. Fixed bug where the table dialogs class select wasn't updated correctly. Fixed bug where elements would get extra whitespace around on insert whe n body was present in valid_elements. Fixed bug where coords attribute of the area element wasn't handled prop erly 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 a fter 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 instance d. 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/retur ned 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 n on 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 c haracter. Fixed so the isNotDirty state is set to false if a new undo level is add ed. 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 de fault. 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 init ial 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 produ ced errors. Fixed bug where closed anchors like <a /> produced strange results. Fixed bug where caret would jump to the top of the editor if enter was p ressed a the end of a list. Fixed bug where remove editor failed if the editor wasn't properly initi alized. Fixed bug where render call on for a non existing element produced excep tion. 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 p icker was used in dialogs. Fixed bug where save plugin could not save contents if the converted ele ment 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 throwe d sometimes. Fixed bug where the plugin_preview_pageurl option didn't work.

Fixed bug where adding/removing an editor instance very fast could produ ce problems. Fixed bug where the link button was highlighted when an anchor element w as selected. Fixed bug where the selected contents where removed if a new anchor elem ent was added. Fixed bug where splitbuttons where rendered one pixel down in the defaul t 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 th at used an image instead of CSS sprites. Fixed bug where it wasn't possible to press delete/backspace if the edit or 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 fa il in IE. Fixed bug where innerHTML sometimes generated unknown runtime error on I E. Fixed bug where content_css files wasn't loaded in the template preview iframe. Fixed bug where scroll position was incorrect when toggling fullscreen m ode. Fixed bug where restoration of overflow didn't work correctly when disab ling fullscreen mode in Opera. Fixed bug where drop menus where places at incorrect locations if the ed itor was placed in a scrollable container element. Fixed bug where hideMenu didn't hide sub menus correctly. It will now hi de all menus recursively. Fixed so theme_advanced_path_location can be used in init options for co mpatibility 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 be tween IE and other browsers. Fixed so editor contents gets stored before it the onSubmit event is fir ed. Version 3.0rc1 (2008-01-08) Added new classes for toolbar rows in advanced theme mceToolbarRow1..n e nabled 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 toge ther. Fixed so that the toolbars have unique IDs, enables you to alter the too lbars using the ControlManager and the DOM. Fixed bug where delta values for dialog sizes in language packs didn't w ork correctly due to missing string to number casting. Fixed bug where paragraph generation logic didn't handle hr or table ele ments 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 co rrectly. Fixed bug where strikethrough and underline couldn't be toggled on exist ing span elements. Fixed bug where the postprocessor searched for nsbp instead of nbsp enti ties. 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 advimag e 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 m ode. Fixed bug where some DOM methods didn't work correctly in the applicatio n/xhtml+xml mode. Fixed bug where the inlinepopups didn't work correctly in the applicatio n/xhtml+xml mode. Fixed bug where the ColorSplitButton didn't display correctly in the app lication/xhtml+xml mode. Fixed bug where the UI layout was incorrect on Gecko browsers when runni ng in application/xhtml+xml mode. Fixed bug where the word paste plugin produced exception while running i n 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 styl es plugin. Fixed bug where styles wasn't updated properly sometimes due to an perfo rmance 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 b ack 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 specif ic name. Fixed bug with force_br_newlines option on Firefox, even though it shoul d never be used (Read FAQ). Fixed bug where onclick event had an return true; prefix added when crea ting an popup. Fixed bug where the theme_advanced_statusbar_location option couldn't ha ndle the value "none". Fixed issue with URLs with multiple at characters for example an Zope UR I. 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 cl ass 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 wa s replaced with the editor instance. Added new unavailable prefix for disabled controls for accessibility rea sons. 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 ev

ent was executed in popups. Fixed bug where font sizes where reduced by font size actions on previou s 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 paragrap hs. 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 element s. Fixed bug where list elements in Safari would get an odd ID attribute. Fixed bug where IE would return <html/> when the editor was completely e mpty. Fixed bug where accessibility title attribute for access keys wasn't set up properly. Fixed bug where forecolorpicker and backcolorpicker control names wasn't working. Fixed bug where inserting template content didn't work in Safari due to selection exception. Fixed bug where absolute URLs to remote hosts couldn't be used for backg round images. Fixed bug where mysterious span elements where produced in Safari when i njecting HTML contents. Fixed bug where the media plugin didn't work correctly on the latest Ope ra 9.24. Fixed bug where indentation of HTML output wasn't applied to all block e lements. Fixed bug where Safari was production DOM exception if you pressed enter in an empty editor. Fixed bug where media plugin didn't parse script tags correctly patch co ntributed by Mathieu Campagna. Fixed bug where the drop menus of list boxes like blockformat could prod uce scrolling of the page. Fixed bug where the drop menus where placed at an incorrect location if TinyMCE was placed in a scrollable div. Fixed bug where submit buttons couldn't be named submit, it's not recomm ended to name submit buttons submit anyway. Fixed bug where the stylelistbox produced an exception if there was only one class in the list box. Fixed bug where the stylelistbox wasn't updated correctly when the curre nt class was removed. Fixed bug where the formatblock command sometimes removed the body eleme nt. Fixed bug where fullscreen switching in IE sometimes produced an excepti on when the spellchecker plugin was enabled. Fixed issue where FF produced an empty paragraph when the editor was com pletely empty. Fixed issue with size of image dialog in the advanced theme. Fixed issues with the bbcode plugin it now also handles spans and the [f ont] rule. Fixed so the style compression feature is a bit smarter to resolve issue s with Opera. Reintroduced the remove_linebreaks option, this is enabled by default. Version 3.0b2 (2007-11-29) Added type and compact attributes to the default valid_elements list for the ul and ol elements. Added missing accessibility support to native list boxes in both the too lbar and dialogs. Added missing access key for the element path for accessibility reasons. Fixed support for loading themes from external URLs.

Fixed bug where setOuterHTML didn't work correctly when multiple element s where passed to it. Fixed bug with visualchars plugin was moving elements around in the DOM. Fixed bug with DIV elements that got converted into editors on IE. Fixed bug with paste plugin using the old event API. Fixed bug where the spellchecker was removing the word when it was ignor ed. Fixed bug where fullscreen wasn't working properly. Fixed bug where the base href element and attribute was ignored. Fixed bug where redo function didn't work in IE. Fixed bug where content_css didn't work as previous 2.x branch. Fixed bug where preview dialog was throwing errors if the content_css wa sn't defined. Fixed bug where the theme_advanced_path option didn't work like the 2.x branch. Fixed bug where the theme_advanced_statusbar_location was called theme_a dvanced_status_location. Fixed bug where the strict_loading_mode option didn't work if you create d editors dynamically without using the EditorManager. Fixed bug where some language values wasn't translated such as insert an d update in dialogs. Fixed bug where some image attributes wasn't stored correctly when inser ting an image. Fixed bug where fullscreen mode didn't restore scrollbars when disabled. Fixed bug where there was no visual representation for tab focus in tool bars on IE. Fixed bug where HR elements wasn't treated as block elements so forced_r oot_block would fail on these. Fixed bug where autosave presented warning message even when the form wa s submitted normally. Fixed typo of openBrower it's now openBrowser in form_utils.js. Fixed various HTML problems like missing TD elements and duplicated doct ypes. Fixed default values for theme_advanced_resize_horizontal, theme_advance d_resizing_use_cookie to be 2.x compatible. Moved spellchecker JS files into the development package. Removed support for theme_advanced_path_location since the theme_advance d_statusbar_location is the correct option name. Version 3.0b1 (2007-11-21) 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. Added new addQueryValueHandler method to the tinymce.Editor class. Added new class_filter option, this enables you to specify a function th at can filter out CSS classes for the styles list box. Added support form [url=url]title[/url] to the bbcode plugin. Renamed the addCommandQueryState method in the tinymce.Editor class to a ddQueryStateHandler. Renamed loadQue to loadQueue, to correct spelling. Removed the createDOM method from the window manager and replace it with a createInstance method. Removed the add to beginning of class attribute parameter of the DOMUtil s.addClass method. Fixed bug with the forced_root_block option, didn't work correctly with multiple inline elements. Fixed bug where image dialogs replaced the current image element with a new one even when it was updated. Fixed bug where the submit trigger wasn't executed when divs where conve rted into editor instances. Fixed bug where div elements that got converted into editors didn't get a hidden input element generated for them.

Fixed bug where the the media_use_script option for the media plugin was n't working correctly. Fixed bug where the font size and font family listboxes wasn't updated c orrectly on Safari. Fixed bug where the height of the fieldset in default image dialog for t he advanced theme was to small. Fixed bug where the font sizes behaved incorrectly after a cleanup on Sa fari. Fixed bug where formatblock didn't work correctly in Safari on some elem ents. Fixed bug where template plugin didn't insert content correctly unless s ome options where specified. Fixed bug where charmap on Safari produced scrollbars. Fixed bug where there was white artifacts in some dialogs due to missing background color. Fixed bug where port was added to all external URLs if the editor was lo aded from a custom port. Fixed bug where the context menus got duplicated on Safari 3.0.4 on Mac OS X. Fixed bug where dialogs like paste from word was huge on Firefox. Fixed bug with media plugin not working with windows media objects. Fixed bug where a forever loop was created if multiple instances where s ubmitted using form.submit. Fixed bug with editing a table produce error in IE when inlinepopups whe re used. Fixed bug where the style plugin generated ugly looking style informatio n in IE. Fixed bug where the inline dialogs that got opened while in fullscreen m ode wasn't visible. Fixed bug where it was difficult to place the caret inside the word past e dialog. Fixed bug where Opera produced strange border in the word paste dialog. Fixed bug where viewport constraints could move a inlinepopup to a negat ive x, y position if the viewport was to small. Fixed bug where template plugin was producing an error due to a deprecat ed API call. Fixed bug where drag drop of images failed in Gecko if a document_base_u rl was specified. Fixed bug where Firefox 3 failed to apply block formats like H1-H6 it st ill breaks on DIVs this has been reported to bugzilla. Fixed bug where IE was producing a warning dialog about non secure items when running TinyMCE over HTTPS. Fixed bug where the onbeforeunload event was triggered when menus or dia logs where opened. Fixed bug where the fullscreen mode of the HTML view source box threw an error. Fixed bug where the mceFocus command didn't work correctly. Fixed bug where the selection could get lost in IE using inlinepopups. Fixed so the body of the editor area has the mceContentBody class just l ike the 2.x branch. Fixed so the media icon gets active when a media element is selected. Version 3.0a3 (2007-11-13) Added new experimental jQuery and Prototype framework adapters to the de velopment package. Added new translation.html file for the development package. Helps with the internationalization of TinyMCE. Added new setup callback option, use this callback to add events to Tiny MCE. This method is recommended over the old callbacks. Added new API documetation to all classes, functions, events, properties to the Wiki with examples etc.

Added new init method to all plugins and themes, since it's shorter to w rite and it mimics interface capable languages better. Fixed various CSS issues in the default skin such as alignment of split buttons and separators. Fixed issues with mod_security. It didn't like that a content type of te xt/javascript was forced in a XHR. Fixed all events so that they now pass the sender object as it's first a rgument. Fixed some DOM methods so they now can take an array as input. Fixed so addButton and the methods of the ControlManager uses less argum ents and it now uses a settings object instead. Fixed various issues with the tinymce.util.URI class. Fixed bug in IE and Safari and the on demand gzip loading feature. Fixed bug with moving inline windows sometimes failed in IE6. Fixed bug where save_callback function wasn't executed at all. Fixed bug where inlinepopups produces scrollbars if windows where moved to the corners of the browser. Fixed bug where view HTML source failed when inserting a embedded media object. Fixed bug where the listbox menus didn't display correctly on IE6. Fixed bug where undo level wasn't added when editor was blurred. Fixed bug where spellchecker wasn't disabled when fullscreen mode was en abled. Fixed bug where Firefox could crash some times when the user switched to fullscreen mode. Fixed bug where tinymce.ui.DropMenu didn't remove all item data when an item was removed from the menu. Fixed bug where anchor list in advlink dialog wasn't populated correctly in Safari. Fixed bug where it wasn't possible to edit tables in IE when inlinepopup s was enabled. Fixed bug where it wasn't possible to change the table width of an exist ing table. Fixed bug where xhtmlxtras like abbr didn't work correctly on IE. Fixed bug where IE6 had some graphics rendering issues with the inlinepo pups. Fixed bug where inlinepopup windows where moved incorrectly when they we re boundary checked for min width. Fixed bug where textareas without id or name couldn't be converted into editor instances. Fixed bug where TinyMCE was stealing element focus on IE. Fixed bug where the getParam method didn't handle false values correctly . Fixed bug where inlinepopups was clipped by other TinyMCE instances or r elative elements in IE. Fixed bug where the contextmenu was clipped by other TinyMCE instances o r relative elements in IE. Fixed bug where listbox menus was clipped by other TinyMCE instances or relative elements in IE. Fixed bug where listboxes wasn't updated correctly when the a value wasn 't found by select. Fixed various CSS issues that produced odd rendering bugs in IE. Fixed issues with tinymce.ui.DropMenu class, it required some optional s ettings to be specified. Fixed so multiple blockquotes can be removed with a easier method than b efore. Optimized some of the core API to boost performance. Removed some functions from the core API that wasn't needed. Version 3.0a2 (2007-11-02) Fixed critical bug where IE generaded an error on a hasAttribute call in

the serialization engine. Fixed critical bug where some dialogs didn't open in the non dev package . Fixed bug when using the theme_advanced_styles option. Error was thrown in some dialogs. Fixed bug where the close buttons produced an error when native windows where used. Fixed bug in default skin so that split buttons gets activated correctly . Fixed so plugins can be loaded from external urls outsite the plugins di rectory. Version 3.0a1 (2007-11-01) Rewrote the core and most of the plugins and themes from scratch. Added new and improved serialization engine, faster and more powerful. Added new internal event system, things like editor.onClick.add(func). Added new inlinepopups plugin, the dialogs are now skinnable and uses cl earlooks2 as default. Added new contextmenu plugin, context menus can now have submenus and pl ugins can add items on the fly. Added new skin support for the simple and advanced themes you can alter the whole UI using CSS. Added new o2k7 skin for the simple and advanced themes. Added new custom list boxes for font size/format/style etc with preview support. Added new UI management, enabled plugins to create controls like splitbu ttons or menus easier. Added new JSON parser/serializer and JSON-RPC class to the core API. Added new cookie utility class to the core API. Added new Unit testing class to the core API only available in dev mode. Added new firebug lite integration when loading the dev version of TinyM CE. Added new Safari plugin, fixes lots compatibility of issues with Safari 3.x. Added new URI/URL parsing it now handles the hole RFC and even some exce ptions. Added new pagebreak plugin, enables you to insert pagebreak comments lik e <!-- pagebreak --> Added new on demand loading of plugins and themes. Enables you to load a nd init TinyMCE at any time. Added new throbber/progress visualization a plugin can show/hide this wh en it's needed. Added new blockquote button. Enables you to wrap paragraphs in blockquot es. Added new compat2x plugin. Will provide a TinyMCE 2.x API for older plug ins. Added new theme_advanced_resizing_min_width, theme_advanced_resizing_min _height options. Added new theme_advanced_resizing_max_height, theme_advanced_resizing_ma x_height options. Added new use_native_selects option. Enables you to toggle native listbo xes on and off. Added new docs_url option enables you to specify where the TinyMCE user documentation is located. Added new frame and rules options for the table dialog. Added new global rule for valid_elements/extended_valid_elements enables you to specify global attributes for all elements. Added new deny attribute rule characher so it's possible to deny global attribute rules on specific elements. Added new unit tests in the dev package of TinyMCE. Runs tests on the co re API, commands and settings of the editor.

Readded the inline_styles option and enabled it by default so deprecated attributes are no longer used. Removed all button images and replaced them with CSS sprite images. Redu ces the number of requests needed. Removed lots of language files and merged them into the base language fi les. Reduces the number of requests needed. Removed lots of unnecessary files and merged many of them together to re duce requests and improve loading speed. Reduced the over all script size by 33% and the number of files/requests by 75% so it loads a lot faster. Fixed so convert_fonts_to_spans are enabled by default. So no more font tags. Fixed so underline and strikethrough uses spans instread of deprecated U and STRIKE elements. Fixed so indent/outdent adds/removed margin-left instead of blockquotes. Fixed so alignment of paragraphs results in a text-align style value ins tead of the deprecated align attribute. Fixed so alignment of images uses float or vertical-align style values i nstead of the deprecated align attribute. Fixed so all classes from @import stylesheets gets imported into the edi tor. Fixed so the directionality can toggle the dir attribute on and off. Fixed so the fullscreen_settings can be used for all types of fullscreen modes. Fixed so the advanced HR dialog gets displayed when inserting a HR not o nly on edit. Fixed bug where word wrap didn't work in the source editor on Safari. Fixed so non HTML elements can be used within the editor such as <myns:t ag> Fixed various memory leaks in IE and reduced the unload cleanups needed. Fixed so the preformatted option adds an invisible container pre tag ins ide the editor. Renamed the _template plugin to example and updated it to use the new 3. x API.

Вам также может понравиться