annotate bns_website/static/js/tinymce/changelog.txt @ 94:48757f4e598b

Reformatted license file; added newlines.
author Brian Neal <bgneal@gmail.com>
date Tue, 29 Nov 2011 19:05:30 -0600
parents ced908af601a
children
rev   line source
bgneal@29 1 Version 3.4.7 (2011-11-03)
bgneal@29 2 Modified the caret formatting behavior to word similar to common desktop wordprocessors like Word or Libre Office.
bgneal@29 3 Fixed bug in Webkit - Cursor positioning does not work vertically within a table cell with multiple lines of text.
bgneal@29 4 Fixed bug in IE where Inserting a table in IE8 places cursor in the second cell of the first row.
bgneal@29 5 Fixed bug in IE where editor in a frame doesn't give focus to the toolbar using ALT-F10.
bgneal@29 6 Fix for webkit and gecko so that deleting bullet from start of list outdents inner list items and moves first item into paragraph.
bgneal@29 7 Fix new list items in IE8 not displayed on a new line when list contains nested list items.
bgneal@29 8 Clear formatting in table cell breaks the cell.
bgneal@29 9 Made media type list localisable.
bgneal@29 10 Fix out of memory error when using prototype in media dialog.
bgneal@29 11 Fixed bug where could not add a space in the middle of a th cell.
bgneal@29 12 Fixed bug where adding a bullet between two existing bullets adds an extra one
bgneal@29 13 Fixed bug where trying to insert a new entry midway through a bulleted list fails dismally when the next entry is tabbed in.
bgneal@29 14 Fixed bug where pressing enter on an empty list item does not outdent properly in FF
bgneal@29 15 Fixed bug where adding a heading after a list item in a table cell changes all styles in that cell
bgneal@29 16 Fixed bug where hitting enter to exit from a bullet list moves cursor to the top of the page in Firefox.
bgneal@29 17 Fixed bug where pressing backspace would not delete HRs in Firefox and IE when next to an empty paragraph.
bgneal@29 18 Fixed bug where deleting part of the link text can cause a link with no destination to be saved.
bgneal@29 19 Fixed bug where css style border widths wasn't handled correctly in table dialog.
bgneal@29 20 Fixed bug where parsing invalid html contents on IE or WebKit could produce an infinite loop.
bgneal@29 21 Fixed bug where scripts with custom script types wasn't properly passed though the editor.
bgneal@29 22 Fixed issue where some Japanese kanji characters wasn't properly entity encoded when numeric entity mode was enabled.
bgneal@29 23 Made emoticons dialog use the keyboard naviation.
bgneal@29 24 Added navigation instructions to the symbols dialog.
bgneal@29 25 Added ability to set default values for the media plugin.
bgneal@29 26 Added new font_size_legacy_values option for converting old font element sizes to span with font-size properties.
bgneal@29 27 Fixed bug where the symbols dialog was not accessible.
bgneal@29 28 Added quirk for IE ensuring that the body of the document containing tinyMCE has a role="application" for accessibility.
bgneal@29 29 Fixed bug where the advanced color picker wasn't working properly on FF 7.
bgneal@29 30 Fixed issue where the advanced color picker was producing uppercase hex codes.
bgneal@29 31 Fixed bug where IE 8 could throw exceptions if the contents contained resizable content elements.
bgneal@29 32 Fixed bug where caret formatting wouldn't be correctly applied to previous sibling on WebKit.
bgneal@29 33 Fixed bug where the select boxes for font size/family would loose it's value on WebKit due to recent iOS fixes.
bgneal@29 34 Version 3.4.6 (2011-09-29)
bgneal@29 35 Fixed bug where list items were being created for empty divs.
bgneal@29 36 Added support in Media plugin for audio media using the embed tag
bgneal@29 37 Fixed accessibility bugs in WebKit and IE8 where toolbar items were not being read.
bgneal@29 38 Added new use_accessible_selects option to ensure accessible list boxes are used in all browsers (custom widget in firefox native on other browsers)
bgneal@29 39 Fixed bug where classid attribute was not being checked from embed objects.
bgneal@29 40 Fixed bug in jsrobot tests with intermittently failing.
bgneal@29 41 Fixed bug where anchors wasn't updated properly if you edited them using IE 8.
bgneal@29 42 Fixed bug where input method on WebKit on Mac OS X would fail to initialize when sometimes focusing the editor.
bgneal@29 43 Fixed bug where it wasn't possible to select HR elements on WebKit by simply clicking on them.
bgneal@29 44 Fixed bug where the media plugin wouldn't work on IE9 when not using the inlinepopups plugin.
bgneal@29 45 Fixed bug where hspace,vspace,align and bgcolor would be removed from object elements in the media plugin.
bgneal@29 46 Fixed bug where the new youtube format wouldn't be properly parsed by the media plugin.
bgneal@29 47 Fixed bug where the style attribute of layers wasn't properly updated on IE and Gecko.
bgneal@29 48 Fixed bug where editing contents in a layer would fail on Gecko since contentEditable doesn't inherit properly.
bgneal@29 49 Fixed bug where IE 6/7 would produce JS errors when serializing contents containing layers.
bgneal@29 50 Version 3.4.5 (2011-09-06)
bgneal@29 51 Fixed accessibility bug in WebKit where the right and left arrow keys would update native list boxes.
bgneal@29 52 Added new whitespace_elements option to enable users to specify specific elements where the whitespace is preserved.
bgneal@29 53 Added new merge_siblings option to formats. This option makes it possible to disable the auto merging of siblings when applying formats.
bgneal@29 54 Fixed bug in IE where trailing comma in paste plugin would cause plugin to not run correctly.
bgneal@29 55 Fixed bug in WebKit where console messages would be logged when deleting an empty document.
bgneal@29 56 Fixed bug in IE8 where caret positioned is on list item instead of paragraph when outdent splits the list
bgneal@29 57 Fixed bug with image dialogs not inserting an image if id was omitted from valid_elements.
bgneal@29 58 Fixed bug where the selection normalization logic wouldn't properly handle image elements in specific config cases.
bgneal@29 59 Fixed bug where the map elements coords attribute would be messed up by IE when serializing the DOM.
bgneal@29 60 Fixed bug where IE wouldn't properly handle custom elements when the contents was serialized.
bgneal@29 61 Fixed bug where you couldn't move the caret in Gecko if you focused the editor using the API or a UI control.
bgneal@29 62 Fixed bug where adjacent links would get merged on IE due to bugs in their link command.
bgneal@29 63 Fixed bug where the color split buttons would loose the selection on IE if the editor was placed in a frame/iframe.
bgneal@29 64 Fixed bug where floated images in WebKit wouldn't get properly linked.
bgneal@29 65 Fixed bug where the fullscreen mode in a separate window wasn't forced into IE9+ standards mode.
bgneal@29 66 Fixed bug where pressing enter in an empty editor on WebKit could produce DIV elements instead of P.
bgneal@29 67 Fixed bug where spans would get removed incorrectly when merging two blocks on backspace/delete on WebKit.
bgneal@29 68 Fixed bug where the editor contents wouldn't be completely removed on backspace/delete on WebKit.
bgneal@29 69 Fixed bug where the fullpage plugin wouldn't properly render style elements in the head on IE 6/7.
bgneal@29 70 Fixed bug where the nonbreaking_force_tab option in the nonbreaking plugin wouldn't work on Gecko/WebKit.
bgneal@29 71 Fixed bug where the isDirty state would become true on non IE browsers if there was an table at the end of the contents.
bgneal@29 72 Fixed bug where entities wasn't properly encoded on WebKit when pasting text as plain text.
bgneal@29 73 Fixed bug where empty editors would produce an exception of valid_elements didn't include body and forced_root_blocks where disabled.
bgneal@29 74 Fixed bug where the fullscreen mode wouldn't retain the header/footer in the fullpage plugin.
bgneal@29 75 Fixed issue where the plaintext_mode and plaintext_mode_sticky language keys where swapped.
bgneal@29 76 Version 3.4.4 (2011-08-04)
bgneal@29 77 Added new html5 audio support. Patch contributed by Ronald M. Clifford.
bgneal@29 78 Added mute option for video elements and preload options for video/audio patch contributed by Dmitry Kalinkin.
bgneal@29 79 Fixed selection to match visual selection before applying formatting changes.
bgneal@29 80 Fixed browser specific bugs in lists for WebKit and IE.
bgneal@29 81 Fixed bug where IE would scroll the window if you closed an inline dialog that was larger than the viewport. Patch by Laurence Keijmel.
bgneal@29 82 Fixed bug where pasting contents near a span element could remove parts of that span. Patch contributed by Wesley Walser.
bgneal@29 83 Fixed bug where formatting change would be lost after pressing enter.
bgneal@29 84 Fixed bug in WebKit where deleting across blocks would add extra styles.
bgneal@29 85 Fixed bug where moving cursor vertically in tables in WebKit wasn't working.
bgneal@29 86 Fixed bug in IE where deleting would cause error in console.
bgneal@29 87 Fixed bug where the formatter was not applying formats across list elements.
bgneal@29 88 Fixed bug where the wordcount plugin would try and update the wordcount if tinymce had been destroyed.
bgneal@29 89 Fixed bug where tabfocus plugin would attempt to focus elements not displayed when their parent element was hidden.
bgneal@29 90 Fixed bug where the contentEditable state would sometimes be removed if you deleted contents in Gecko.
bgneal@29 91 Fixed bug where inserting contents using mceInsertContent would fail if "span" was disabled in valid_elements.
bgneal@29 92 Fixed bug where initialization might fail if some resource on gecko wouldn't load properly and fire the onload event.
bgneal@29 93 Fixed bug where ctrl+7/8/9 keys wouldn't properly add the specific formats associated with them.
bgneal@29 94 Fixed bug where the HTML tags wasn't properly closed in the style plugins properties dialog.
bgneal@29 95 Fixed bug where the list plugin would produce an exception if the user tried to delete an element at the very first location.
bgneal@29 96 Version 3.4.3.2 (2011-06-30)
bgneal@29 97 Fixed bug where deleting all of a paragraph inside a table cell would behave badly in webkit.
bgneal@29 98 Fixed bugs in tests in firefox5 and WebKit.
bgneal@29 99 Fixed bug where selection of table cells would produce an exception on Gecko.
bgneal@29 100 Fixed bug where the caret wasn't properly rendered on Gecko when the editor was hidden.
bgneal@29 101 Fixed bug where pasting plain text into WebKit would produce a pre element it will now produce more semantic markup.
bgneal@29 102 Fixed bug where selecting list type formats using the advlist plugin on IE8 would loose editor selection.
bgneal@29 103 Fixed bug where forced root blocks logic wouldn't properly pad elements created if they contained data attributes.
bgneal@29 104 Fixed bug where it would remove all contents of the editor if you inserted an image when not having a caret in the document.
bgneal@29 105 Fixed bug where the YUI compressor wouldn't properly encode strings with only a quote in them.
bgneal@29 106 Fixed bug where WebKit on iOS5 wouldn't call nodeChanged when the selection was changed.
bgneal@29 107 Fixed bug where mceFocus command wouldn't work properly on Gecko since it didn't focus the body element.
bgneal@29 108 Fixed performance issue with the noneditable plugin where it would enable/disable controls to often.
bgneal@29 109 Version 3.4.3.1 (2011-06-16)
bgneal@29 110 Fixed bug where listboxes were not being handled correctly by JAWS in firefox with the o2k7 skin.
bgneal@29 111 Fixed bug where custom buttons were not being rendered correctly when in high contrast mode.
bgneal@29 112 Added support for iOS 5 that now supporting contentEditable in it's latest beta.
bgneal@29 113 Fixed bug where urls in style attributes with a _ character followed by a number would cause incorrect output.
bgneal@29 114 Fixed bug where custom_elements option wasn't working properly on IE browsers.
bgneal@29 115 Fixed bug where custom_elements marked as block elements wouldn't get correctly treated as block elements.
bgneal@29 116 Fixed bug where attributes with </> wasn't properly encoded as XML entities.
bgneal@29 117 Version 3.4.3 (2011-06-09)
bgneal@29 118 Fixed bug where deleting backwards before an image into a list would put the cursor in the wrong location.
bgneal@29 119 Fixed bug where styles plugin would not apply styles across multiple selected block elements correctly.
bgneal@29 120 Fixed bug where cursor would jump to start of document when selection contained empty table cells in IE8.
bgneal@29 121 Fixed bug where applied styles wouldn't be kept if you pressed enter twice to produce two paragraphs.
bgneal@29 122 Fixed bug where a ghost like caret would appear on Gecko when pressing enter while having a text color applied.
bgneal@29 123 Fixed bug where IE would produce absolute urls if you inserted a image/link and reloaded the page.
bgneal@29 124 Fixed bug where applying a heading style to a list item would cascade style to children list items.
bgneal@29 125 Fixed bug where Editor loses focus when backspacing and changing styles in WebKit.
bgneal@29 126 Fixed bug where exception was thrown in tinymce.util.URI when parsing a relative URI and no base_uri setting was provided.
bgneal@29 127 Fixed bug where alt-f10 was not always giving focus to the toolbar on Safari.
bgneal@29 128 Added new 'allow_html_in_named_anchor' option to allow html to occur within a named anchor tag. Use at own risk.
bgneal@29 129 Added plugin dependency support. Will autoload plugins specified as a dependency if they haven't been loaded.
bgneal@29 130 Fixed bug where the autolink plugin didn't work with non-English keyboards when pressing ).
bgneal@29 131 Added possibility to change properties of all table cells in a column.
bgneal@29 132 Added external_image_list option to get images list from user-defined variable or function.
bgneal@29 133 Fixed bug where the autoresize plugin wouldn't reduce the editors height on Chrome.
bgneal@29 134 Fixed bug where table size inputs were to small for values with size units.
bgneal@29 135 Fixed bug where table cell/row size input values were not validated.
bgneal@29 136 Fixed bug where menu item line-height would be set to wrong value by external styles.
bgneal@29 137 Fixed bug where hasUndo() would return wrong answer.
bgneal@29 138 Fixed bug where page title would be set to undefined by fullpage plugin.
bgneal@29 139 Fixed bug where HTML5 video properties were not updated in embedded media settings.
bgneal@29 140 Fixed bug where HTML comment on the first line would cause an error.
bgneal@29 141 Fixed bug where spellchecker menu was positioned incorrectly on IE.
bgneal@29 142 Fixed bug where breaking out of list elements on WebKit would produce a DIV instead of P after the list.
bgneal@29 143 Fixed bug where pasting from Word in IE9 would add extra BR elements when text was word wrapped.
bgneal@29 144 Fixed bug where numeric entities with leading zeros would produce incorrect decoding.
bgneal@29 145 Fixed bug where hexadecimal entities wasn't properly decoded.
bgneal@29 146 Fixed bug where bookmarks wasn't properly stored/restored on undo/redo.
bgneal@29 147 Fixed bug where the mceInsertCommand didn't retain the values of links if they contained non url contents.
bgneal@29 148 Fixed bug where the valid_styles option wouldn't be properly used on styles for specific elements.
bgneal@29 149 Fixed so contentEditable is used for the body of the editor if it's supported.
bgneal@29 150 Fixed so trailing BR elements gets removed even when forced_root_blocks option was set to false/null.
bgneal@29 151 Fixed performance issue with mceInsertCommand and inserting very simple contents.
bgneal@29 152 Fixed performance issue with older IE version and huge documents by optimizing the forced root blocks logic.
bgneal@29 153 Fixed performance issue with table plugin where it checked for selected cells to often.
bgneal@29 154 Fixed bug where creating a link on centered/floated image would produce an error on WebKit browsers.
bgneal@29 155 Fixed bug where Gecko would remove single paragraphs if there where contents before/after it.
bgneal@29 156 Fixed bug where the scrollbar would move up/down when pasting contents using the paste plugin.
bgneal@29 157 Version 3.4.2 (2011-04-07)
bgneal@29 158 Added new 'paste_text_sticky_default' option to paste plugin, enables you to set the default state for paste as plain text.
bgneal@29 159 Added new autoresize_bottom_margin option to autoresize plugin that enables you to add an extra margin at the bottom. Patch contributed by Andrew Ozz.
bgneal@29 160 Rewritten the fullpage plugin to handle style contents better and have a more normalized behavior across browsers.
bgneal@29 161 Fixed bug where contents inserted with mceInsertContent wasn't parsed using the default dom parser.
bgneal@29 162 Fixed bug where blocks containing a single anchor element would be treated as empty.
bgneal@29 163 Fixed bug where merging of table cells on IE 6, 7 wouldn't look correctly until the contents was refreshed.
bgneal@29 164 Fixed bug where context menu wouldn't work properly on Safari since it was passing out the ctrl key as pressed.
bgneal@29 165 Fixed bug where image border color/style values were overwritten by advimage plugin.
bgneal@29 166 Fixed bug where setting border in advimage plugin would throw error in IE.
bgneal@29 167 Fixed bug where empty anchors list in link settings wasn't hidden.
bgneal@29 168 Fixed bug where xhtmlextras popups were missing localized popup-size parameters.
bgneal@29 169 Fixed bug where the context menu wouldn't select images on WebKit browsers.
bgneal@29 170 Fixed bug where paste plugin wouldn't properly extract the contents on WebKit due to recent changes in browser behavior.
bgneal@29 171 Fixed bug where focus of the editor would get on control contents on IE lost due to a bug in the ColorSplitButton control.
bgneal@29 172 Fixed bug where contextmenu wasn't disabled on noneditable elements.
bgneal@29 173 Fixed bug where getStyle function would trigger error when called on element without style property.
bgneal@29 174 Fixed bug where editor fail to load if Javascript Compressor was used.
bgneal@29 175 Fixed bug where list-style-type=lower-greek would produce errors in IE<8.
bgneal@29 176 Fixed bug where spellchecker plugin would produce errors on IE6-7.
bgneal@29 177 Fixed bug where theme_advanced_containers configuration option causes error.
bgneal@29 178 Fixed bug where the mceReplaceContent command would produce an error since it didn't correctly handle a return value.
bgneal@29 179 Fixed bug where you couldn't enter float point values for em in dialog input fields since it wouldn't be considered a valid size.
bgneal@29 180 Fixed bug in xhtmlxtras plugin where it wasn't possible to remove some attributes in the attributes dialog.
bgneal@29 181 Version 3.4.1 (2011-03-24)
bgneal@29 182 Added significantly improved list handling via the new 'lists' plugin.
bgneal@29 183 Added 'autolink' plugin to enable automatically linking URLs. Similar to the behavior IE has by default.
bgneal@29 184 Added 'theme_advanced_show_current_color' setting to enable the forecolor and backcolor buttons to continuously show the current text color.
bgneal@29 185 Added 'contextmenu_never_use_native' setting to disable the ctrl-right-click showing the native browser context menu behaviour.
bgneal@29 186 Added 'paste_enable_default_filters' setting to enable the default paste filters to be disabled.
bgneal@29 187 Fixed bug where selection locations on undo/redo didn't work correctly on specific contents.
bgneal@29 188 Fixed bug where an exception would be trown on IE when loading TinyMCE inside an iframe.
bgneal@29 189 Fixed bug where some ascii numeric entities wasn't properly decoded.
bgneal@29 190 Fixed bug where some non western language codes wasn't properly decoded/encoded.
bgneal@29 191 Fixed bug where undo levels wasn't created when deleting contents on IE.
bgneal@29 192 Fixed bug where the initial undo levels bookmark wasn't updated correctly.
bgneal@29 193 Fixed bug where search/replace wouldn't be scoped to editor instances on IE8.
bgneal@29 194 Fixed bug where IE9 would produce two br elements after block elements when pasting.
bgneal@29 195 Fixed bug where IE would place the caret at an incorrect position after a paste operation.
bgneal@29 196 Fixed bug where a paste operation using the keyboard would add an extra undo level.
bgneal@29 197 Fixed bug where some attributes/elements wasn't correctly filtered when invalid contents was inserted.
bgneal@29 198 Fixed bug where the table plugin couldn't correctly handle invalid table structures.
bgneal@29 199 Fixed bug where charset and title of the page were handled incorrectly by the fullpage plugin.
bgneal@29 200 Fixed bug where toggle states on some of the list boxes didn't update correctly.
bgneal@29 201 Fixed bug where sub/sub wouldn't work correctly when done as a caret action in Chrome 10.
bgneal@29 202 Fixed bug where the constrain proportions checkbox wouldn't work in the media plugin.
bgneal@29 203 Fixed bug where block elements containing trailing br elements wouldn't treated properly if they where invalid.
bgneal@29 204 Fixed bug where the color picker dialog wouldn't be rendered correctly when using the o2k7 theme.
bgneal@29 205 Fixed bug where setting border=0 using advimage plugin invalid style attribute content was created in Chrome.
bgneal@29 206 Fixed bug with references to non-existing images in css of fullpage plugin.
bgneal@29 207 Fixed bug where item could be unselected in spellchecker's language selector.
bgneal@29 208 Fixed bug where some mispelled words could be not highlighted using spellchecker plugin.
bgneal@29 209 Fixed bug where spellchecking would merge some words on IE.
bgneal@29 210 Fixed bug where spellchecker context menu was not always positioned correctly.
bgneal@29 211 Fixed bug with empty anchors list in advlink popup when Invisible Elements feature was disabled.
bgneal@29 212 Fixed bug where older IE versions wouldn't properly handle some elements if they where placed at the top of editor contents.
bgneal@29 213 Fixed bug where selecting the whole table would enable table tools for cells and rows.
bgneal@29 214 Fixed bug where it wasn't possible to replace selected contents on IE when pasting using the paste plugin.
bgneal@29 215 Fixed bug where setting text color in fullpage plugin doesn't work.
bgneal@29 216 Fixed bug where the state of checkboxes in media plugin wouldn't be set correctly.
bgneal@29 217 Fixed bug where black spade suit character was not included in special character selector.
bgneal@29 218 Fixed bug where setting invalid values for table cell size would throw an error in IE.
bgneal@29 219 Fixed bug where spellchecking would remove whitespace characters from PRE block in IE.
bgneal@29 220 Fixed bug where HR was inserted inside P elements instead of splitting them.
bgneal@29 221 Fixed bug where extra, empty span tags were added when using a format with both selector and inline modes.
bgneal@29 222 Fixed bug where bullet lists weren't always detected correctly.
bgneal@29 223 Fixed bug where deleting some paragraphs on IE would cause an exception.
bgneal@29 224 Fixed bug where the json encoder logic wouldn't properly encode \ characters.
bgneal@29 225 Fixed bug where the onChange event would be fired when the editor was first initialized.
bgneal@29 226 Fixed bug where mceSelected wouldn't be removed properly from output even if it's an internal class.
bgneal@29 227 Fixed issue with table background colors not being transparent. This improves compliance with users browser color preferences.
bgneal@29 228 Fixed issue where styles were not included when using the full page plugin.
bgneal@29 229 Fixed issue where drag/drop operations wasn't properly added to the undo levels.
bgneal@29 230 Fixed issue where colors wasn't correctly applied to elements with underline decoration.
bgneal@29 231 Fixed issue where deleting some paragraphs on IE would cause an exception.
bgneal@29 232 Version 3.4 (2011-03-10)
bgneal@29 233 Added accessibility example with various accessibility options contributed by Ephox.
bgneal@29 234 Fixed bug where attributes wasn't properly handled in the xhtmlxtras plugin.
bgneal@29 235 Fixed bug where the image.htm had some strange td artifacts probably due to auto merging.
bgneal@29 236 Fixed bug where the ToolbarGroup had an missing reference to this in it's destroy method.
bgneal@29 237 Fixed bug with the resizeBy function in the advanced theme where it was scaled by the wrong parent.
bgneal@29 238 Fixed bug where an exception would be thrown by the element if the page was served in xhtml mode.
bgneal@29 239 Fixed bug where mceInsertContent would throw an exception when page was served in xhtml mode.
bgneal@29 240 Fixed bug where you couldn't select a forground/background color when page was served in xhtml mode.
bgneal@29 241 Fixed bug where the editor would scroll to the toolbar when clicked due to a call to focus in ListBox.
bgneal@29 242 Fixed bug where pages with rtl dir wouldn't render split buttons correctly when using the o2k7 theme.
bgneal@29 243 Fixed bug where anchor elements with names wasn't properly collapsed as they where in 3.3.x.
bgneal@29 244 Fixed bug where WebKit wouldn't properly handle image selection if it was done left to right.
bgneal@29 245 Fixed bug where the formatter would align images when the selection range was collapsed.
bgneal@29 246 Fixed bug where the image button would be active when the selection range was collapsed.
bgneal@29 247 Fixed bug where the element_format option wasn't used by the new (X)HTML serializer logic.
bgneal@29 248 Fixed bug where the table cell/row dialogs would produce empty attributes.
bgneal@29 249 Fixed bug where the tfoot wouldn't be added to the top of the table.
bgneal@29 250 Fixed bug where the formatter would merge siblings with white space between them.
bgneal@29 251 Fixed bug where pasting headers and paragraphs would produce an extra paragraph.
bgneal@29 252 Fixed bug where the ColorSplitButton would throw an exception if you clicked out side a color.
bgneal@29 253 Fixed bug where IE9 wouldn't properly produce new paragraphs on enter if the current paragraph had formatting.
bgneal@29 254 Fixed bug where multiple BR elements at end of block elements where removed.
bgneal@29 255 Fixed bug where fullscreen plugin wouldn't correctly display the edit area on IE6 for long pages.
bgneal@29 256 Fixed bug where paste plugin wouldn't properly encode raw entities when pasting in plain text mode.
bgneal@29 257 Fixed bug where the search/replace plugin wouldn't work correctly on IE 9.
bgneal@29 258 Fixed so the drop menus doesn't get an outline border visible when focused, patch contributed by Ephox.
bgneal@29 259 Fixed so the values entered in the color picker are forced to hex values.
bgneal@29 260 Removed dialog workaround for IE 9 beta since the RC is now out and people should upgrade.
bgneal@29 261 Removed obsolete calls in various plugins to the mceBeginUndoLevel command.
bgneal@29 262 Version 3.4b3 (2011-02-10)
bgneal@29 263 Added WAI-ARIA support for the main UI and dialogs this feature was contributed by Ephox.
bgneal@29 264 Added iframe support to media plugin in order to handle the new YouTube HTML5 video formats.
bgneal@29 265 Fixed bug where anchors would wrap the text contents after it due to a bug in the DomParser logic.
bgneal@29 266 Fixed bug where the selected state wouldn't be removed on ListBox controls when a menu item was selected.
bgneal@29 267 Fixed bug where IE could throw an unspecified error exception when the getBookmark logic was executed.
bgneal@29 268 Fixed bug where IE would throw an invalid argument error when focus was applied to an empty editor instance.
bgneal@29 269 Fixed bug where applying inline format wouldn't work if the start cell in the selection was empty.
bgneal@29 270 Fixed bug where auto detection logic for YouTube and Google Video wouldn't work in the new media plugin.
bgneal@29 271 Fixed bug where td elements would get a colspan/rowspan of 1 when created by the table plugin.
bgneal@29 272 Fixed bug where removal/padding of empty elements wasn't handled correctly.
bgneal@29 273 Fixed bug where internal elements would show up in element path.
bgneal@29 274 Fixed bug where internal elements would get serialized as valid output.
bgneal@29 275 Fixed bug where color wasn't correctly applied to anchor elements.
bgneal@29 276 Fixed bug where float option in the style plugin dialog wouldn't be handled correctly on WebKit.
bgneal@29 277 Fixed bug where the tinymce.dom.TreeWalker prev function wouldn't walk the DOM correctly.
bgneal@29 278 Fixed bug where mceInsertContent command could produce empty block elements after the inserted content.
bgneal@29 279 Fixed bug where mceInsertContent command wouldn't apply visual aids on tables and similar elements.
bgneal@29 280 Fixed bug where empty block elements would get double br bogus elements in them.
bgneal@29 281 Fixed bug where the color menu wouldn't apply the color correctly on IE when the viewport was to small.
bgneal@29 282 Fixed bug where right clicking out side the body element of the editor iframe would prevent paste from working on IE.
bgneal@29 283 Fixed bug where the onContextMenu event wouldn't fire correctly on IE if you clicked out side the body element.
bgneal@29 284 Fixed bug where the onContextMenu event wouldn't fire correctly on modern Opera versions that now support it by default.
bgneal@29 285 Fixed bug where legacy content wasn't converted correctly when inserted using mceInsertContent or through the source dialog.
bgneal@29 286 Fixed bug where resizing images or tables wouldn't update the style attribute correctly or leave data-mce prefixed attributes.
bgneal@29 287 Fixed bug where adding links wouldn't work correctly when using TinyMCE jQuery version with jQuery 1.5.
bgneal@29 288 Fixed bug where single quotes inside param elements wasn't treated correctly by the media plugin.
bgneal@29 289 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.
bgneal@29 290 Fixed bug where the DomParser would fail to move out invalid elements within invalid elements on complex contents.
bgneal@29 291 Fixed bug where paste as plain text would not decode html entities properly.
bgneal@29 292 Fixed bug where large paragraphs would cause incorrect scrolling behavior if you would split them using enter.
bgneal@29 293 Fixed bug where the SaxParser wouldn't properly parse some specific short ended elements.
bgneal@29 294 Fixed so mceReplaceContent supports caret position and makes sure that the contents inserted gets validated.
bgneal@29 295 Fixed so unnecessary traling br elements in blocks gets removed on Gecko/WebKit when using mceInsertContent command.
bgneal@29 296 Moved some plugin css contents into the skin content css files to reduce the number of http requests.
bgneal@29 297 Moved some plugin specific images into the theme img directory since they can then be shared.
bgneal@29 298 Version 3.4b2 (2011-01-13)
bgneal@29 299 Added new custom flash player, this player supports mp4 and flv and has skin support.
bgneal@29 300 Fixed so mceInsertContent handles context correctly to enforce valid nesting of elements.
bgneal@29 301 Fixed bug where scrolling would become jerky on IE on some contents.
bgneal@29 302 Fixed bug where paste as plain text would throw exception of missing entities setting.
bgneal@29 303 Fixed bug where anchor nodes where removed by the new serializer engine.
bgneal@29 304 Fixed bug where IE would crash if when backspace where used on some specific contents.
bgneal@29 305 Fixed bug where pasting of plain text in WebKit would result in merging of text lines.
bgneal@29 306 Fixed bug where it wasn't possible to delete images or tables using backspace on IE9.
bgneal@29 307 Fixed bug where urls in styles would generate a JS error due to incorrect scope.
bgneal@29 308 Fixed bug where copy paste from Java applications would produce extra contents in FF on Mac.
bgneal@29 309 Fixed bug where the verify_html option wouldn't allow all elements and attributes.
bgneal@29 310 Version 3.4b1 (2010-12-20)
bgneal@29 311 Added new serialization engine that increases performance and enforces valid output according to the specified schema settings.
bgneal@29 312 Added new HTML parser logic used by the serialization engine and can handle malformed html contents.
bgneal@29 313 Added new valid_children config option, enables more fine grain control of elements can be inside other elements.
bgneal@29 314 Added new entities encoding logic boost performance and will only encode entities based on context i.e. attributes/text nodes.
bgneal@29 315 Added new protect setting that enables users to protect template items from being removed by the serializer logic.
bgneal@29 316 Added new {$caret} marker for the mceInsertContent command. Makes it possible to move the caret to a specific position when inserting contents.
bgneal@29 317 Added new validation of anchor names. Only valid W3C names will be accepted.
bgneal@29 318 Replaced the internal _mce_ prefixed attributes to the more standard HTML5 data-mce- prefix. This will also resolve future browser santiaztion issues.
bgneal@29 319 Fixed bug where the paste plugin wouldn't convert Word lists with more than 9 items to real ol lists. Patch contributed by Mike (yogaboy).
bgneal@29 320 Fixed bug where clicking on a format title would produce errors if the current selection didn't have any formats.
bgneal@29 321 Fixed bug where paste of simple texts wouldn't work correctly in Gecko using the paste plugin since it keeps block formatting.
bgneal@29 322 Fixed bug where confirm dialogs didn't display correctly due to resent IE9 fixes.
bgneal@29 323 Fixed bug where spaces in URLs wouldn't be properly encoded to %20 if the user entered them in the link dialogs. Patch contributed by Ephox.
bgneal@29 324 Fixed bug where the image alignment buttons wouldn't reposition the resize handles on FF due to a browser issue. Patch contributed by Ephox.
bgneal@29 325 Fixed bug where the compareBoundaryPoints method of the IE Range class didn't work correctly. Patch contributed by Ephox.
bgneal@29 326 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 Ephox.
bgneal@29 327 Fixed bug where IE would scroll the user to the current selection causing parent document to scroll as well. Patch contributed by Ephox.
bgneal@29 328 Fixed bug where style compression would incorrectly compress items with different values. It now only compresses if the values are the same. Patch contributed by Ephox.
bgneal@29 329 Fixed bug where FF would add non breaking spaces outside TD elements if formatting was applied to table cells. Patch contributed by Ephox.
bgneal@29 330 Fixed bug where the caret position would be lost on WebKit browsers if you pasted images multiple times. Patch contributed by Ephox.
bgneal@29 331 Fixed bug where non word contents like * would be counted as words in the wordcount pluging. Patch contributed by David Balatero.
bgneal@29 332 Fixed bug where the toggle absolute button in the layer plugin wouldn't remove the existing internal style attribute first.
bgneal@29 333 Fixed bug where the autosave plugin would generate an exception on IE if the user had disabled userdata persistence.
bgneal@29 334 Fixed bug where the paste plugin would remove dashed classes on IE since the regexps didn't include that character.
bgneal@29 335 Fixed bug where applying text color would not add spans inside link elements. This is needed due to CSS style inheritance.
bgneal@29 336 Fixed bug where applying block formats to empty elements wouldn't render correctly on IE.
bgneal@29 337 Fixed bug where the searchreplace plugin would add a f or r character when shortcuts where used on IE while using default dialogs.
bgneal@29 338 Fixed bug where Opera wouldn't load scripts correctly since the onreadystate would fire even though the script wasn't loaded.
bgneal@29 339 Fixed issue where &nbsp; wouldn't be handled correctly in the bbcode plugin if entity_encoding was set to raw.
bgneal@29 340 Fixed issue where contents would flicker since the content css files where asynchronously loaded.
bgneal@29 341 Fixed bug where WebKit wouldn't create links on images with a float style.
bgneal@29 342 Version 3.3.9.3 (2010-12-20)
bgneal@29 343 Fixed issue where WebKit wouldn't correctly apply ins/del in xhtmlxtras plugin.
bgneal@29 344 Fixed bug where paste as plaintext on WebKit wouldn't produce br and p elements correctly.
bgneal@29 345 Fixed bug where the confirm dialog texts would be incorrectly placed due to recent IE 9 workarounds in the window.css.
bgneal@29 346 Fixed bug where applying text color would not add spans inside link elements. This is needed due to CSS style inheritance.
bgneal@29 347 Version 3.3.9.2 (2010-09-29)
bgneal@29 348 Fixed bug where placing the caret in IE 9 beta 1 would not work correctly if you clicked out side the document body element.
bgneal@29 349 Fixed bug where IE 9 beta 1 wouldn't resize the editor correctly since the events didn't fire as previous versions did.
bgneal@29 350 Fixed bug where FF would produce an error message when being rendered inside a hidden div element.
bgneal@29 351 Fixed bug where resize logic could produce a cookie with a width/height less than the size of the container.
bgneal@29 352 Fixed bug where content_css wouldn't populate the styles dropdown correctly.
bgneal@29 353 Version 3.3.9.1 (2010-09-23)
bgneal@29 354 Fixed bug where WebKit browsers wouldn't activate the image button when images where selected.
bgneal@29 355 Fixed bug where Opera Presto 10.60 deletes elements when restoring bookmarks.
bgneal@29 356 Fixed bug where IE9 beta1 doesn't handle regexp replacement values correctly.
bgneal@29 357 Fixed bug where IE9 beta1 didn't render the inline dialogs correctly due to a bug with CSS clip.
bgneal@29 358 Fixed bug where IE9 beta1 would produce error messages on load since they removed the document.recalc method.
bgneal@29 359 Fixed bug where IE9 beta1 would produce <html xmlns=""> since they haven't implemented document.implementation.createDocument correctly.
bgneal@29 360 Fixed bug where IE9 beta1 would searchreplace doesn't work since their native DOM Range doesn't have a find method.
bgneal@29 361 Fixed bug where IE9 beta1 would render the source view incorrectly due to incorrect viewport size measurements.
bgneal@29 362 Fixed bug where IE9 beta1 would crash when running the basic functionality unit tests.
bgneal@29 363 Fixed bug where IE9 beta1 would wrap elements in blocks correctly due to changes to the selection object.
bgneal@29 364 Fixed bug where IE9 beta1 would fail to insert contents since they havn't implemented the createContextualFragment method in their DOM Range.
bgneal@29 365 Fixed bug where IE9 beta1 would fail to handle image selection since they currently doesn't support control selections in their DOM Range.
bgneal@29 366 Fixed bug where IE9 beta1 would fail to load scripts since they fire the onload event before the scripts are parsed and executed.
bgneal@29 367 Version 3.3.9 (2010-09-08)
bgneal@29 368 Fixed bug where inserting table rows into a table with subtable would produce an incorrect column count.
bgneal@29 369 Fixed bug where the selection of cells in a table with subtables could produce invalid selections.
bgneal@29 370 Fixed bug where the table plugin would produce a script error if you tried to move the caret before a first child table.
bgneal@29 371 Fixed bug where the keep_styles feature on IE would move the caret to an incorrect location at the end of list blocks.
bgneal@29 372 Fixed so attributes from legacy elements such as font gets retained when they get converted to spans.
bgneal@29 373 Fixed minor issue where the select boxes wouldn't be set the not set by default in the table dialog.
bgneal@29 374 Version 3.3.8 (2010-06-30)
bgneal@29 375 On IE8+ and FireFox 3.5+, dragging an image now correctly adds an undo
bgneal@29 376 event.
bgneal@29 377 Fixed bug where WebKit would not move the caret to a correct position after a paste operation.
bgneal@29 378 Fixed bug where WebKit would produce a div wrapper element when pasting some contents.
bgneal@29 379 Fixed bug where the visual chars and nonbreaking plugin wouldn't show nbsp elements correctly.
bgneal@29 380 Fixed bug where the format states would be enabled even after the format was removed.
bgneal@29 381 Fixed bug where the delete key would move the caret to an incorrect position.
bgneal@29 382 Fixed bug where it wasn't possible to toggle of the current font size/family/style by clicking the title item.
bgneal@29 383 Fixed bug where the abbr element wouldn't get serialized correctly on IE6.
bgneal@29 384 Fixed so that the examples checks if they are executed from the local file system since that might not work properly.
bgneal@29 385 Version 3.3.7 (2010-06-10)
bgneal@29 386 Fixed bug where context menu would produce an error on IE if you right clicked twice and left clicked once.
bgneal@29 387 Fixed bug where resizing of the window on WebKit browsers in fullscreen mode wouldn't position the statusbar correctly.
bgneal@29 388 Fixed bug where IE would produce an error if the editor was empty and you where undoing to that initial level.
bgneal@29 389 Fixed bug where setting the table background on gecko would produce \" entities inside the url style property.
bgneal@29 390 Fixed bug where the button states wouldn't be updated correctly on IE if you placed the caret inside the new element.
bgneal@29 391 Fixed bug where undo levels wasn't properly added after applying styles or font sizes.
bgneal@29 392 Fixed bug where IE would throw an error if you used "select all" on empty elements and applied formatting to that.
bgneal@29 393 Fixed bug where IE could select one extra character when you did a bookmark call on a caret location.
bgneal@29 394 Fixed bug where IE could produce a script error on delete since it would sometimes produce an invalid DOM.
bgneal@29 395 Fixed bug where IE would return the wrong start element if the whole element was selected.
bgneal@29 396 Fixed bug where formatting states wasn't updated on IE if you pressed enter at the end of a block with formatting.
bgneal@29 397 Fixed bug where submenus for the context menu wasn't removed correctly when the editor was destroyed.
bgneal@29 398 Fixed bug where Gecko could select the wrong element after applying format to multiple elements.
bgneal@29 399 Fixed bug where Gecko would delete parts of the previous element if the selection range was a element selection.
bgneal@29 400 Fixed bug where Gecko would not merge paragraph elements correctly if they contained br elements.
bgneal@29 401 Fixed bug where the cleanup button could produce span artifacts if you pressed it twice in a row.
bgneal@29 402 Fixed bug where the fullpage plugin header/footer would be have it's header reseted to it's initial state on undo.
bgneal@29 403 Fixed bug where an empty paragraph would be collapsed if you performed a cleanup while having the caret inside it.
bgneal@29 404 Fixed a few memory leaks on IE especially with drop menus in listboxes and the spellchecker.
bgneal@29 405 Fixed so formats applied to the current caret gets merged to reduce the number of output elements.
bgneal@29 406 Added the latest version of Sizzle for the CSS selector logic to fix a compatibility issue with prototype.
bgneal@29 407 Version 3.3.6 (2010-05-20)
bgneal@29 408 Fixed bug where a editor.focus call could produce errors on IE in very specific scenarios.
bgneal@29 409 Fixed bug where Gecko would produce an error if you unformatted text inside an empty element.
bgneal@29 410 Fixed bug where IE would produce an error if the caret was placed before a table and you used the align buttons.
bgneal@29 411 Fixed bug where the font size drop down didn't display the a preview correctly.
bgneal@29 412 Fixed bug where the paste plugin wouldn't include all contents some times on WebKit browsers.
bgneal@29 413 Fixed bug where the plain text mode toggle wouldn't work properly on WebKit.
bgneal@29 414 Fixed bug where the editors statusbar would become invisible when you resized the window in fullscreen mode.
bgneal@29 415 Version 3.3.5.1 (2010-05-07)
bgneal@29 416 Fixed a critical bug with the fullscreen plugin. Produced error messages when the state was toggled on/off.
bgneal@29 417 Version 3.3.5 (2010-05-06)
bgneal@29 418 Added new merge_with_parents option to formats, enables the control of removal of elements with similar parents.
bgneal@29 419 Fixed so the default behavior for applying classes isn't a toggle state but the old behavior from before the 3.3 release.
bgneal@29 420 Fixed bug where selecting contents using double click on Gecko would produce errors when using removing format.
bgneal@29 421 Fixed bug where the IE DOM could get messed up when non valid contents was pasted into the editor.
bgneal@29 422 Fixed bug where merging selected table cells using the context menu didn't work as expected.
bgneal@29 423 Fixed bug where some nestled formatting would be applied incorrectly.
bgneal@29 424 Fixed bug with enter in list items when using the force_br_newlines mode on WebKit patch contributed by Ryan Koopmans.
bgneal@29 425 Fixed bug where undo/redo could produce js errors on some specific operations.
bgneal@29 426 Fixed bug where the theme_advanced_font_sizes didn't work as before 3.3 when complex settings where used.
bgneal@29 427 Fixed bug where the table plugin would copy cell/row id attributes when making new rows/cells.
bgneal@29 428 Version 3.3.4 (2010-04-27)
bgneal@29 429 Fixed bug where fullscreen plugin would add two editor instances to EditorManager collection.
bgneal@29 430 Fixed bug where it was difficult to enter text on non western languages such as Japanese on IE.
bgneal@29 431 Fixed bug where removing contents from nodes could result in an exception when using undo/redo.
bgneal@29 432 Fixed bug with selection of images inside layers or other resizable containers on IE.
bgneal@29 433 Fixed so editors isn't initialized on iPhone/iPad devices since they don't have caret support.
bgneal@29 434 Version 3.3.3 (2010-04-19)
bgneal@29 435 Added new script_loaded callback function setting for the jQuery plugin.
bgneal@29 436 Added various fixes and new rpc methods for the spellchecker plugin. Patch contributed by Michael Peters.
bgneal@29 437 Removed some unnecessary inline style information from some of the dialogs.
bgneal@29 438 Fixed some issues with the chaining for the TinyMCE jQuery plugin.
bgneal@29 439 Fixed so any extra arguments passed to patched jQuery functions gets passed through. Patch contributed by Lee Henson.
bgneal@29 440 Fixed so spellchecking/contextmenu can be toggled on/off if the browser has native spellchecker support.
bgneal@29 441 Fixed bug where some texts in the new paste plugin wasn't placed in language pack.
bgneal@29 442 Fixed bug where IE would produce an incorrect information message when cutting.
bgneal@29 443 Fixed bug where removing items using the xhtmlxtras plugin wouldn't work correctly.
bgneal@29 444 Fixed bug where setting table background images would add extra quotes on Gecko.
bgneal@29 445 Fixed bug where shortcut for bold/italic/underline wouldn't work properly on WebKit.
bgneal@29 446 Fixed bug where IE would produce an error message if only contents was an image tag and bold was used.
bgneal@29 447 Fixed bug where the caret would move if alignment was applied to empty block elements.
bgneal@29 448 Fixed bug where some shortcut key commands wouldn't apply formatting correctly.
bgneal@29 449 Version 3.3.2 (2010-03-25)
bgneal@29 450 Fixed bug where it was possible to scale the editor iframe smaller than the editor UI.
bgneal@29 451 Fixed bug where some of the resizing option didn't work with the new live resize.
bgneal@29 452 Fixed bug where the format listbox didn't show nestled formats correctly.
bgneal@29 453 Fixed bug where the native listboxes didn't work correctly.
bgneal@29 454 Fixed bug where font size selection in using the legacyoutput plugin would produce errors.
bgneal@29 455 Fixed so block and blockquote formats remove their matching element regardless of it's attributes.
bgneal@29 456 Version 3.3.1 (2010-03-18)
bgneal@29 457 Added new live resize feature, the editor contents is now visible while resizing.
bgneal@29 458 Fixed bug where some valid_element patterns would produce an unknown property error.
bgneal@29 459 Fixed bug where it wasn't possible to toggle off blockquotes.
bgneal@29 460 Fixed bug where an undo level wasn't produced when applying formatting using the styles dropdown.
bgneal@29 461 Fixed bug where IE 6/7 wouldn't perform caret formatting due to a focus/event bug in IE.
bgneal@29 462 Fixed bug where undo/redo wasn't restoring the previous selection correctly.
bgneal@29 463 Fixed bug where the caret would become invisible if you resized the editor in latest Gecko.
bgneal@29 464 Fixed bug where the class attribute wasn't completely removed in IE 6/7 when the removeClass function was used.
bgneal@29 465 Fixed so the matchNode method of the Formatter class returns the matched format rule.
bgneal@29 466 Fixed so it's possible to apply formatting to both blocks and as inline elements.
bgneal@29 467 Version 3.3 (2010-03-10)
bgneal@29 468 Fixed bug where backspace on a table on IE would produce an empty tbody and some JS exceptions.
bgneal@29 469 Fixed bug where some redundant children wasn't removed properly when applying inline styles to them.
bgneal@29 470 Fixed bug where Chrome would produce incorect dialog sizes if the inlinepopups plugin wasn't used.
bgneal@29 471 Fixed bug where spans with different classes would get merged if they where siblings to each other.
bgneal@29 472 Fixed bug where IE 8 would crash if you used the spellchecker.
bgneal@29 473 Fixed bug where Input Method for non western languages didn't work correctly.
bgneal@29 474 Fixed bug where the UI would render incorrectly in FF 3.6 on Mac due to a bug n their rendering engine.
bgneal@29 475 Fixed bug where WebKit wouldn't scroll down correctly if Shift+Enter was used. Patch contributed by Thomas Andersen.
bgneal@29 476 Version 3.3rc1 (2010-02-23)
bgneal@29 477 Fixed bug with new legacyoutput plugin not working correctly on it's own.
bgneal@29 478 Fixed bug some performance issues with removing text formats.
bgneal@29 479 Fixed bug where TinyMCE specific attributes wasn't removed properly by remove format.
bgneal@29 480 Fixed bug where it wasn't possible to align images within inline elements.
bgneal@29 481 Fixed bug where Ctrl+Delete/Backspace would produce an invalid argument exception on IE.
bgneal@29 482 Fixed bug where the search/replace logic could produce an infinite loop on IE for reverse searches.
bgneal@29 483 Fixed bug where cloning formats in cells didn't work properly on IE.
bgneal@29 484 Fixed bug where IE6 would produce a horizontal scroll bar.
bgneal@29 485 Fixed so remove jQuery method removes the TinyMCE instance as well as the specified textarea.
bgneal@29 486 Fixed so selected rows and cells gets updated using the row/cell properties dialogs.
bgneal@29 487 Version 3.3b2 (2010-02-04)
bgneal@29 488 Fixed bug where sometimes img elements would be removed by split method in DOMUtils.
bgneal@29 489 Fixed bug where merging of span elements could occur on bookmark nodes.
bgneal@29 490 Fixed bug where classes wasn't properly removed when removeformat was used on IE 6.
bgneal@29 491 Fixed bug where multiple calls to an tinyMCE.init with mode set to exact could produce the same unique ID.
bgneal@29 492 Fixed bug with the IE selection implementation when it was feeded an document range.
bgneal@29 493 Fixed bug where block elements formatting wasn't properly removed by removeformat on all browsers.
bgneal@29 494 Fixed bug where selection location was lost if you performed a manual cleanup.
bgneal@29 495 Fixed bug where removeformat wouldn't remove span elements within styled block elements.
bgneal@29 496 Fixed bug where an error would be thrown if you clicked on the separator lines in menus.
bgneal@29 497 Fixed bug with the jQuery plugin adding always adding a querystring value to other resources.
bgneal@29 498 Fixed bug where IE would produce an error message if you had an empty editor instance.
bgneal@29 499 Fixed bug where Shift+Enter didn't produce br elements on WebKit browsers.
bgneal@29 500 Fixed bug where a temporary marker element wasn't removed by the paste plugin.
bgneal@29 501 Fixed bug where inserting a table would produce two undo levels instead of one.
bgneal@29 502 Version 3.3b1 (2010-01-25)
bgneal@29 503 Added new text formatting engine. Fixes a lot of browser quirks and adds new possibilities.
bgneal@29 504 Added new advlist plugin that enables you to set the formats of list elements.
bgneal@29 505 Added new paste plugin logic that enables you to retain style information from Office.
bgneal@29 506 Added new autosave plugin logic that automatically saves contents in local storage.
bgneal@29 507 Added new valid_styles option. Adds the possibility to restrict styles and their order.
bgneal@29 508 Added new theme_advanced_runtime_fontsize option to display the runtime font size in font size select box.
bgneal@29 509 Added new jquery plugin version that handles the gzip compressor amongst other things. Contributed by Speednet.
bgneal@29 510 Added new $ function to tinymce namespace and editor instances for the jQuery build.
bgneal@29 511 Added the possibility to get editors by index as well as name in the tinyMCE.editors collection.
bgneal@29 512 Fixed so the contents inside the editor renders in standards mode by default.
bgneal@29 513 Fixed bug where it wasn't possible to move the caret on short documents running in standards mode on IE.
bgneal@29 514 Fixed bug where the decode method of the DOMUtils class could end up in an endless loop.
bgneal@29 515 Fixed bug where it was possible to bypass the paste cleanup on non IE browsers if you clicked while pasting.
bgneal@29 516 Fixed bug where some attributes wasn't serialized correctly on IE if wildcard attribute patters where used.
bgneal@29 517 Fixed bug where entity decoding was performed on strings that didn't have any valid entities in them.
bgneal@29 518 Fixed bugs with the insertNode method of the IE DOMRange implementation. Patch contributed by Scott McNaught.
bgneal@29 519 Rewrote the getBookmark/moveToBookmark selection logic to boost performance on larger documents.
bgneal@29 520 Rewrote the table plugin to include new cell selection logic and fixed various bugs and issues.
bgneal@29 521 Merged the tinyMCE, tinymce and tinymce.EditorManager into the same instance makes more sense.
bgneal@29 522 Removed browser setting since the browser support for TinyMCE is not far better than it was when that setting was introduced.
bgneal@29 523 Changed the mce_ attribute prefix to the more standard _mce_ prefix. This is similar to browser vendors prefixes.
bgneal@29 524 Optimized performance with named entities on Gecko. Regexp replace was executing very slowly probably due to a Gecko bug.
bgneal@29 525 Optimized performance of the IE specific selection/range implementation.
bgneal@29 526 Removed the safari plugin since we now replaced all text formatting logic to custom code.
bgneal@29 527 Version 3.2.7 (2009-09-22)
bgneal@29 528 Fixed bug where uppercase paragraphs could still produce an invalid DOM tree on IE.
bgneal@29 529 Fixed bug where split command didn't work on WebKit since the node serializer needs a real document to work with.
bgneal@29 530 Fixed bug where it was impossible in Gecko to place the caret before a table if it was the first one.
bgneal@29 531 Fixed bug where linking to urls like ../../ would produce an extra traling slash ../..//.
bgneal@29 532 Fixed bug where the template cdate functionality was using an old 2.x API call. Patch contributed by vectorjohn.
bgneal@29 533 Fixed bug where urls to the same site but different protocol would be converted when relative_urls where set to false. Patch contributed by Ted Rust.
bgneal@29 534 Fixed bug where the paste plugin would remove mceItem prefixed classes.
bgneal@29 535 Fixed bug where the paste plugin would sometimes add items in a reverse order on WebKit.
bgneal@29 536 Fixed bug where the paste buttons would present an error message on Gecko even if you changed user.js. Patch contributed by Todd (teeaykay).
bgneal@29 537 Fixed bug where Opera would crash if you had tables incorrectly placed inside paragraphs.
bgneal@29 538 Fixed bug where styles elements wasn't properly processed if you had bad input HTML.
bgneal@29 539 Fixed bug where style attributes wasn't properly forced into a specific format.
bgneal@29 540 Fixed bug and issues with boolean attributes like checked, nowrap etc.
bgneal@29 541 Fixed bug where input elements could override attributes on form elements.
bgneal@29 542 Fixed bug where script or style elements could get modified by the DOMUtils processHTML method.
bgneal@29 543 Fixed bug where the selected attribute could get lost when force root blocks logic got executed on IE. Patch contributed by Attila Mezei-Horvati.
bgneal@29 544 Fixed bug where getAttribs method didn't handle boolean attributes correctly on IE.
bgneal@29 545 Fixed so the paste from word dialog is presented if you paste content on an IE with to restrictive security settings.
bgneal@29 546 Fixed so the paste_strip_class_attributes option is set to none by default in the paste plugin.
bgneal@29 547 Removed default border=0 on tables for the default value of valid_elements.
bgneal@29 548 Version 3.2.6 (2009-08-19)
bgneal@29 549 Added new wordcount plugin, this will display the number of typed words as you write. Contributed by Andrew Ozz.
bgneal@29 550 Added new getNext and getPrev methods to DOM utils. These will return the first matching sibling.
bgneal@29 551 Fixed bug where it was impossible to place the caret after a table on Gecko. It will now add a paragraph after tables.
bgneal@29 552 Fixed bug where inline dialogs would fail if used in a window opened using a showModalDialog. Patch contributed by Derek Britt.
bgneal@29 553 Fixed bug where IE could sometimes render a unknown runtime error on invalid input HTML.
bgneal@29 554 Fixed bug where some incorrectly placed tables wouldn't be moved outside the paragraphs on IE.
bgneal@29 555 Fixed bug where uppercase script/style element wouldn't be handled correctly and converted to valid lowercase.
bgneal@29 556 Fixed bug where some WebKit versions on Mac OS X would produce issues with hidden select fields.
bgneal@29 557 Fixed bug where the media plugin would fail on WebKit since the node wasn't properly imported to the right document.
bgneal@29 558 Fixed bug where absolute URLs for the TinyMCE script using a base href element would cause loading problems in IE 6/7.
bgneal@29 559 Fixed bug where pasting using the paste plugin wasn't possible on IE with to restrictive security settings.
bgneal@29 560 Fixed bug where pasting of whitespace was impossible using the new custom paste method.
bgneal@29 561 Fixed bug where pasting on some WebKit browsers would not work if you pasted specific contents due to a WebKit bug.
bgneal@29 562 Fixed bug where doctypes with multiple lines would not be parsed correctly by the fullpage plugin. Patch contributed by Colin.
bgneal@29 563 Fixed bug where the autoresize plugin would break the fullscreen functionality.
bgneal@29 564 Fixed bug where tables would be chopped up running on IE using invalid contents and pasting paragraphs into a cell.
bgneal@29 565 Fixed bug where the each method of jQuery build didn't iterate styleSheets. We now use the TinyMCE API one instead.
bgneal@29 566 Fixed bug where auto switching to paragraphs after headers some times failed in Gecko.
bgneal@29 567 Fixed so all editor options gets passed to the Serializer class. Patch contributed by Jasper Mattsson.
bgneal@29 568 Fixed so script/style blocks isn't wrapped in paragraphs as other inline elements.
bgneal@29 569 Fixed so the XHR requests sends the X-Requested-With HTTP header.
bgneal@29 570 Fixed so the data url scheme is handled in the tinymce.util.URI class.
bgneal@29 571 Changed inline documentation to use moxiedoc style comments.
bgneal@29 572 Removed the compat2x plugin people should have upgraded to the 3.x API by now. 3.0 was released more then a year ago.
bgneal@29 573 Re-added Gecko specific message for users who doesn't understand the security concept regarding paste.
bgneal@29 574 Version 3.2.5 (2009-06-29)
bgneal@29 575 Added new jQuery plugin for the jQuery specific package. This enables you to more easily load and use TinyMCE.
bgneal@29 576 Added new autoresize plugin contributed by Peter Dekkers. This plugin will auto resize the editor to the size of the contents.
bgneal@29 577 Fixed so all packages have the same directory structure. Previous releases had a different structure for the production package.
bgneal@29 578 Fixed so the paste from word dialog forces the contents to be processed as word contents even if it's not.
bgneal@29 579 Fixed so the jQuery build adapter build works. It's currently only excluding Sizzle.
bgneal@29 580 Fixed so noscript element contents is retained during the editing process.
bgneal@29 581 Fixed bug where the getBookmark method would need a "simple" string input when the documented way is a boolean.
bgneal@29 582 Fixed bug where invalid contents could break the fix_table_elements logic.
bgneal@29 583 Fixed bug where Sizzle specific attributes would be serialized if the valid_elements was set to *[*].
bgneal@29 584 Fixed bug where IE would produce an error if you specified a relative content_css and opened the paste dialog.
bgneal@29 585 Fixed bug where pasting images on IE would produce broken images if they came from an external site.
bgneal@29 586 Fixed bug where memory was leaked if you add/remove controls dynamically. Some event handlers wasn't removed properly.
bgneal@29 587 Fixed bug where domain relaxing wasn't treated correctly if you added it after the TinyMCE script element.
bgneal@29 588 Fixed bug where the activeEditor wasn't set to null if the last editor instance was removed.
bgneal@29 589 Fixed bug where IE was leaking memory on the onbeforeunload event due to some recently introduced logic. Patch contributed by Options.
bgneal@29 590 Fixed bug where inserting tables in Safari 4 didn't work due to a new WebKit bug where some element names are reserved.
bgneal@29 591 Fixed bug where URLs having a :// value in the query string would make it absolute regardless of URL settings.
bgneal@29 592 Fixed the WebKit specific bug where DOM Ranges would fail if the node wasn't attached to something in a different way.
bgneal@29 593 Removed the auto_resize option and the resizeToContent method from the tinymce.Editor class. Use the new autoresize plugin instead.
bgneal@29 594 Version 3.2.4.1 (2009-05-25)
bgneal@29 595 Fixed bug where Gecko browsers would produce an extra space after for example strong when loaded from sub domains.
bgneal@29 596 Fixed bug where script elements would be removed if they where placed inside a paragraph element.
bgneal@29 597 Fixed bug where IE 8 would produce 1 item remaining when loading CSS files dynamically with an empty cache.
bgneal@29 598 Fixed bug where bound events would be removed from other editor instances if a specific one was removed.
bgneal@29 599 Fixed various bugs and issues with script and style elements inside the editor.
bgneal@29 600 Fixed so all script contents gets wrapped in CDATA sections so that they can be parsed using a XML parser.
bgneal@29 601 Fixed so it's impossible for elements marked as closed to have child nodes rendered in output.
bgneal@29 602 Version 3.2.4 (2009-05-21)
bgneal@29 603 Added new paste_remove_styles/paste_remove_styles_if_webkit option to paste plugin concept contributed by Hadrien Gardeur.
bgneal@29 604 Added new functionality to paste plugin contributed by Scott Eade aka monkeybrain.
bgneal@29 605 Added new paste_block_drop option to the paste plugin this is disabled by default and will block any drag/drop event.
bgneal@29 606 Added new bind/unbind methods to DOMUtils these works like Event.add/Event.remove but is easier to access.
bgneal@29 607 Added new paste_dialog_width/paste_dialog_height options to paste pluign. Enables you to change the dialog sizes.
bgneal@29 608 Fixed bug on IE 8 where it would sometimes produce a "1 item remaining" status message that would never finish.
bgneal@29 609 Fixed bug on Safari 4 beta that would produce DOM Range exceptions on the DOMUtils split method since the browser has a bug.
bgneal@29 610 Fixed bug where the paste plugin could accidentally think that some word sentences was supposed to be list elements.
bgneal@29 611 Fixed bug where paste plugin would produce one extra empty undo level on some browsers.
bgneal@29 612 Fixed bug where spans wasn't produced correctly on new line when the keep_styles option was enabled.
bgneal@29 613 Fixed bug where the caret would be placed at the beginning of contents in IE 8 if you selected colors from the color pickers.
bgneal@29 614 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.
bgneal@29 615 Fixed so internal events for instances gets removed when the DOMUtils instance is removed.
bgneal@29 616 Fixed so preventDefault and stopPropagation methods can be used on the event object in all browsers.
bgneal@29 617 Version 3.2.3.1 (2009-05-05)
bgneal@29 618 Fixed bug where paragraphs containing form elements such as input or textarea would be removed.
bgneal@29 619 Fixed bug where some IE versions would produce a wrapper function for events attributes.
bgneal@29 620 Fixed bug where table cell contents could be removed if you pressed return/enter at the end of the cell contents.
bgneal@29 621 Fixed bug where the paste plugin would remove a extra character if the selection range was collapsed.
bgneal@29 622 Fixed bug where creating tables with % width wouldn't be handled correctly on WebKit browsers.
bgneal@29 623 Version 3.2.3 (2009-04-23)
bgneal@29 624 Added new paste plugin logic. This new version will autodetect Word contents and clean it up.
bgneal@29 625 Added a optional root element argument to getPos so you can tell it where to stop the calculation.
bgneal@29 626 Added new DOM ready logic to remove the usage of document.write. We now use basically the same method as jQuery.
bgneal@29 627 Fixed bug where WebKit browsers would fail when selecting all contents in the area using Ctrl+A.
bgneal@29 628 Fixed bug where IE would produce paragraphs with empty inline style elements.
bgneal@29 629 Fixed bug where WebKit browsers would fail when inserting tables with a non pixel width.
bgneal@29 630 Fixed bug where block elements could get a redundant br element at the end of the element.
bgneal@29 631 Fixed bug where the tabfocus plugin only worked with a single editor instance on page.
bgneal@29 632 Fixed bug where IE 8 was loosing caret position if the selection was collapsed and a menu was clicked.
bgneal@29 633 Fixed bug with application/xhtml+xml mode where menus wasn't working properly.
bgneal@29 634 Fixed bug where the onstop workaround fix for IE would produce errors in an ASP update panel.
bgneal@29 635 Fixed bug where the submit function override could produce errors if executed in the wrong scope.
bgneal@29 636 Fixed bug where the area element wasn't closed by a short ending.
bgneal@29 637 Fixed various number issues in the style plugins properties dialog. Contributed by datpaulchen.
bgneal@29 638 Fixed issues with size suffix values in the style plugin dialog.
bgneal@29 639 Fixed issue where hasDuplicate variable would leak out to the global space due to a bug in the Sizzle engine.
bgneal@29 640 Fixed issue where the paste event would fire a dialog warning on IE since we extracted the text contents.
bgneal@29 641 Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
bgneal@29 642 Version 3.2.2.3 (2009-03-26)
bgneal@29 643 Fixed regression bug with the getPos method, it would return invalid if the view port was to small.
bgneal@29 644 Version 3.2.2.2 (2009-03-25)
bgneal@29 645 Fixed so the DOMUtils getPos method can be used cross documents if needed.
bgneal@29 646 Fixed bug where undo/redo wasn't working correctly in Gecko browsers.
bgneal@29 647 Version 3.2.2.1 (2009-03-19)
bgneal@29 648 Added support for tel: URL prefixes. Even though this doesn't match any official RFC.
bgneal@29 649 Fixed so the select method of the Selection class selects the first best suitable contents.
bgneal@29 650 Fixed bug where the regexps for www. prefixes for link and advlink dialogs would match wwwX.
bgneal@29 651 Fixed bug where the preview dialog would fail to open if the content_css wasn't defined. Patch contributed by David Bildström (ChronoZ).
bgneal@29 652 Fixed bug where editors wasn't converted in application/xhtml+xml mode due to an issue with Sizzle.
bgneal@29 653 Fixed bug where alignment would fail if multiple lines where selected.
bgneal@29 654 Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
bgneal@29 655 Version 3.2.2 (2009-03-05)
bgneal@29 656 Added new CSS selector engine. Sizzle the same one that jQuery and other libraries are using.
bgneal@29 657 Added new is and getParents methods to the DOMUtils class. These use the new Sizzle engine to select elements.
bgneal@29 658 Added new removeformat_selector option, enables you to specify a CSS selector pattern of elements to remove when using removeformat.
bgneal@29 659 Fixed so the getParent method can take CSS expressions when selecting it's parents.
bgneal@29 660 Added new ant based build process, includes a new javabased preprocessor and a yuicompressor ant task.
bgneal@29 661 Moved the tab_focus logic into a plugin called tabfocus, so the old tab_focus option has been removed from the core.
bgneal@29 662 Replaced the TinyMCE custom unit testing framework with Qunit and rewrote all tests to match the new logic.
bgneal@29 663 Moved the examples/testcases to a root directory called tests since it now includes slickspeed.
bgneal@29 664 Fixed bug where nbsp wasn't replaced correctly in ForceBlocks.js. Patch contributed by thorn.
bgneal@29 665 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.
bgneal@29 666 Fixed bug where it was impossible to get out of a link at the end of a block element in Gecko.
bgneal@29 667 Fixed bug where the latest WebKit nightly would fail when changing font size and font family.
bgneal@29 668 Fixed bug where the latest WebKit nightly would fail when opening dialogs due to changes to the arguments object.
bgneal@29 669 Fixed bug where paragraphs wasn't added to elements positioned absolute using classes.
bgneal@29 670 Fixed bug where font size values with dot's like 1.4em would produce a class instead of the style value.
bgneal@29 671 Fixed bug where IE 8 would return an incorrect position for elements.
bgneal@29 672 Fixed bug where IE 8 would render colorpicker/filepicker icons incorrectly.
bgneal@29 673 Fixed bug where trailing slashes for directories in URLs would be removed.
bgneal@29 674 Fixed bug where autostart and other boolean values in the media dialog wouldn't be stored/parsed correctly.
bgneal@29 675 Fixed bug where the repaint call for the media plugin wouldn't be executed due to a typo in the source.
bgneal@29 676 Fixed bug where id attribute of object elements wasn't kept intact by the media plugin.
bgneal@29 677 Fixed bug where preview of embeded elements when the media_use_script option was used would fail.
bgneal@29 678 Fixed bug where inlinepopups could be rendered at an incorrect location on IE 6 while dragging.
bgneal@29 679 Fixed bug where the blocker shim could be placed at an incorrect location on IE 6.
bgneal@29 680 Fixed bug where the multiple and size attributes of select elements would produce incorrect values while running in IE.
bgneal@29 681 Fixed bug where IE would loose the caret position is you selected a color from the color drop down.
bgneal@29 682 Fixed bug where remove format wouldn't work on IE since it couldn't remove span elements that had style information.
bgneal@29 683 Fixed bug where Opera was removing links when removing formatting from selected contents.
bgneal@29 684 Fixed bug where paragraphs could be produced inside non positional elements styled with the CSS position value of static.
bgneal@29 685 Fixed bug where removeformat wouldn't work if you selected part of a span in IE.
bgneal@29 686 Fixed bug where media plugin didn't retain the style attribute on embed/object elements.
bgneal@29 687 Fixed bug where auto focus on empty editor instances could produce strange results if you inserted an image into it.
bgneal@29 688 Fixed bug where &nbsp; characters would be removed in FF when inserted with the mceInsertContent or selection.setContent methods.
bgneal@29 689 Fixed bug where warning message of missing paste support wasn't displayed on WebKit browsers.
bgneal@29 690 Fixed bug where anchor links could include other links. The selected range is now unlinked before adding news links to it.
bgneal@29 691 Fixed memory leak when TinyMCE was used with prototype. Patch contributed by James Ots.
bgneal@29 692 Fixed so the non documented fullpage_hide_in_source_view option for the fullpage plugin works again in the 3.x branch.
bgneal@29 693 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.
bgneal@29 694 Fixed so the source view dialog sets a source_view state to the event object. Enables plugins to intercept the source view mode.
bgneal@29 695 Fixed various validation issues with the html dialogs and pages.
bgneal@29 696 Removed ask mode option since there is way better ways of doing this now. Use the add/remove control methods instead.
bgneal@29 697 Removed logic for compatibility with Safari 2.x, this browser is no longer supported since no one is using it.
bgneal@29 698 Removed the auto domain relaxing feature. If loading scripts cross sub domains it's better to specify the document.domain by hand.
bgneal@29 699 Version 3.2.1.1 (2008-11-27)
bgneal@29 700 Added new theme_advanced_default_background_color/theme_advanced_default_foreground_color options. Patch contributed by David Bildström (ChronoZ).
bgneal@29 701 Fixed font style formatting compatibility issue with Adobe Air.
bgneal@29 702 Fixed so legacy font elements get converted into spans even if cleanup_on_startup isn't enabled.
bgneal@29 703 Fixed bug where pre elements could be incorrectly modified by an IE bug workaround. Patch contributed by hu vime.
bgneal@29 704 Fixed bug where input elements inside inlinepopups wasn't editable in Firefox 2.
bgneal@29 705 Fixed bug where the xhtmlxtras plugin wasn't replacing attribute values correctly.
bgneal@29 706 Fixed bug where menu buttons in skin variants would look strange due to IE 8 fixes.
bgneal@29 707 Fixed bug where WebKit browsers would on backspace take you back to the previous page if the editor was empty.
bgneal@29 708 Fixed bug where DOMUtils decode method wouldn't handle strings larger than 4096kb due to node chunking.
bgneal@29 709 Fixed bug where meta key wasn't handled as ctrl key on Mac OS X for custom keyboard short cuts.
bgneal@29 710 Fixed bug where init event would get fired twice on WebKit on Mac OS X.
bgneal@29 711 Version 3.2.1 (2008-11-04)
bgneal@29 712 Added support for custom icon image for drop menus. Use icon_src to set a custom image directly.
bgneal@29 713 Added new media_strict option to media plugin. Enables you to control if the flash embed is strict or not. Enabled by default.
bgneal@29 714 Fixed so the editors script files gets dynamically loaded without using XHR or eval.
bgneal@29 715 Fixed so the media plugin outputs valid XHTML object elements for Flash movies. Can be disabled with the media_strict option.
bgneal@29 716 Fixed so dynamic loading doesn't require eval calls on non IE browsers for better Air support.
bgneal@29 717 Fixed bug where the editor wasn't treated as empty if the remaining paragraph had attributes.
bgneal@29 718 Fixed bug where id's of elements was removed ones they got wrapped in paragraphs. Patch contributed by ChronoZ.
bgneal@29 719 Fixed bug where WebKit browsers where placing list elements inside paragraph elements.
bgneal@29 720 Fixed bug where inserting images or links would produce absolute urls on WebKit browsers.
bgneal@29 721 Fixed bug where values for checked, readonly, disabled and selected attributes was incorrect on IE.
bgneal@29 722 Fixed bug where positive values for checked, readonly, disabled and selected attributes wasn't forced to valid values.
bgneal@29 723 Fixed bug where selecting the first option in a native select box would produce an undefined error.
bgneal@29 724 Fixed bug where tabindex 32768 could be outputted on IE if element attributes where cloned.
bgneal@29 725 Fixed bug where the media dialogs preview window would display incorrect contents due to duplicate clsid prefixes.
bgneal@29 726 Fixed bug where non pixel or percent heights for textarea elements would produce errors on IE.
bgneal@29 727 Fixed bug where cdata sections in script elements wasn't handled correctly.
bgneal@29 728 Fixed bug where nowrap of table cells would produce a 65535 value output.
bgneal@29 729 Fixed bug where media plugin would produce an error if you selected the first item in the items list.
bgneal@29 730 Fixed bug where media plugin would modify links with the item _value in them.
bgneal@29 731 Fixed so table width/height is better forced if inline_styles is enabled. Patch contributed by daKmoR.
bgneal@29 732 Fixed css for IE 8 such as opacity and other rendering quirks.
bgneal@29 733 Version 3.2.0.2 (2008-10-02)
bgneal@29 734 Fixed bug where the SelectBox and NativeSelectBox wasn't updated correctly if undefined was passed to them.
bgneal@29 735 Fixed bug where the style dropdown wasn't correctly changed back to it's original state when element had no class.
bgneal@29 736 Fixed bug where multiple pending font styles wasn't handled correctly.
bgneal@29 737 Fixed so you can disable all auto css loading for dialogs by setting the popups_css option to false.
bgneal@29 738 Version 3.2.0.1 (2008-09-17)
bgneal@29 739 Fixed bug where font sizes and faces wouldn't be changed correctly when there was a parent with a different style.
bgneal@29 740 Fixed bug where adding fonts to the same selection would produce redundant spans.
bgneal@29 741 Version 3.2 (2008-09-11)
bgneal@29 742 Added new text style support, it will now use span elements internally instead of font elements.
bgneal@29 743 Added new improved support for the theme_advanced_font_sizes option, check the Wiki for details.
bgneal@29 744 Added new keep_style setting that maintains the text style on return/enter on non IE browsers, enabled by default.
bgneal@29 745 Added new onBeforeSetContent/onBeforeGetContent/onSetContent/onGetContent events to the Selection class.
bgneal@29 746 Added new selectByIndex method to ListBox class. This enables you to select list items by an index instead of a value.
bgneal@29 747 Added new possibility to the select method of the ListBox class. This can now have a selector function as it's value argument.
bgneal@29 748 Added new possibility to skip the loading of popups css by setting the feature popup_css to the value false.
bgneal@29 749 Added new possibility to skip translation of popups by setting the translate_i18n feature to false.
bgneal@29 750 Added new element_format option enables you to produce HTML element endings instead of XHTML. But we are still in the XHTML is better camp.
bgneal@29 751 Added missing allowfullscreen and quality options for flash elements, this will now get correctly stored.
bgneal@29 752 Fixed bug where table cell dialog didn't close properly unless the accessibility_warnings option was set to false.
bgneal@29 753 Fixed bug where the modal dialog blocker element for inlinepopups wasn't placed at a correct location if the page had scroll.
bgneal@29 754 Fixed bug where non inline dialogs didn't close correctly if the inlinepopups plugin was used.
bgneal@29 755 Fixed bug where non inline dialogs could make the modal dialog blocker to work incorrectly.
bgneal@29 756 Fixed bug where style select wasn't populated correctly if you pressed the arrow. Patch by Hari Karam Singh.
bgneal@29 757 Fixed bug where toggling the fullscreen mode didn't restore scrollbars on IE when the editor was inside a frame. Patch by Jacob Barrett.
bgneal@29 758 Fixed bug where inserting flash contents using the template plugin didn't work correctly.
bgneal@29 759 Fixed bug where inserting flash contents using the selection.setContent or mceInsertContent command didn't work correctly.
bgneal@29 760 Fixed bug where IE would produce an exception if a comment started with -.
bgneal@29 761 Fixed bug where the blockquote button would wrap lists incorrectly on non IE browsers.
bgneal@29 762 Fixed bug where Opera would display BR elements in the element path.
bgneal@29 763 Fixed bug where xhtmlxtras didn't insert elements correctly on IE.
bgneal@29 764 Fixed bug where the buttons wasn't activated correctly in the xhtmlxtras plugin.
bgneal@29 765 Fixed bug where adding an object as the style attribute for the dom setAttribs method wouldn't work.
bgneal@29 766 Fixed bug where the background color would bleed out to parent container element in Gecko.
bgneal@29 767 Fixed bug where the insert column actions for tables would fail if you did it in a thead or tfoot. Patch contributed by T Andersen (tan73).
bgneal@29 768 Fixed bug where event blocker element wasn't positioned correctly for the inlinepopups plugin.
bgneal@29 769 Fixed bug where pasting from Office 2007 would produce an odd comment in the contents.
bgneal@29 770 Fixed bug where the paste as plain text could remove an extra character. Patch contributed by Speednet.
bgneal@29 771 Fixed bug where some characters where missing for the paste_replace_list option. Patch contributed by Speednet.
bgneal@29 772 Fixed bug where removing non existing editor instances by the mceRemoveControl command would produce an error.
bgneal@29 773 Fixed bug where meta elements with the name description would produce errors in IE.
bgneal@29 774 Fixed bug where color and background colors wouldn't be updated properly.
bgneal@29 775 Fixed bug where the createMenuButton of tinymce.ControlManager didn't implement the last class argument.
bgneal@29 776 Fixed bug where the editor_css option was relative from the TinyMCE installation directory not the current page.
bgneal@29 777 Fixed bug where elements wouldn't be padded if the element contained bogus br elements. For example TD elements.
bgneal@29 778 Fixed bug where parsing of <body > in fullpage plugin would produce an error.
bgneal@29 779 Fixed bug where relative urls with just ./ would become an empty string.
bgneal@29 780 Fixed bug where outdent button would be disabled if inline_styles where set to false.
bgneal@29 781 Fixed bug where replace with an empty search string would produce an error on IE.
bgneal@29 782 Fixed bug where restoring the overflow state of the body in fullscreen plugin running on IE would produce vertical scrollbars.
bgneal@29 783 Fixed bug where pressing return/enter in list items would sometimes move the caret the to top of the content area in FF.
bgneal@29 784 Fixed bug where the style listbox wouldn't be updated correctly if you used the use_native_selects option.
bgneal@29 785 Fixed bug where WebKit browsers would produce a div element when ending list elements using return.
bgneal@29 786 Fixed so translation of popup contents only occurs if it's needed.
bgneal@29 787 Optimized the URI object in regards or converting absolute URIs to relative URIs.
bgneal@29 788 Version 3.1.1 (2008-08-18)
bgneal@29 789 Added new getSize method to DOMUtils it will return the dimensions only of an element.
bgneal@29 790 Added new alert/confirm methods to the tinyMCEPopup class to prevent focus problems and also to shorten method calls.
bgneal@29 791 Added new plugin_preview_inline option to preview plugin to enable/disable native/inline dialogs.
bgneal@29 792 Added new readonly option. If this is set the editor will only display the contents for the user.
bgneal@29 793 Added missing tabindex and accesskey to input elements in the default valid_elements setup.
bgneal@29 794 Updated firebug lite to 1.2, to enable it use the tiny_mce_dev.js?debug=1 on the development package.
bgneal@29 795 Fixed so the preview dialog in the preview plugin uses inline dialogs/popups.
bgneal@29 796 Fixed so CDATA sections remains intact through the serialization process of the DOM tree.
bgneal@29 797 Fixed various issues with the getAttrib command. It will now return more correct values.
bgneal@29 798 Fixed bug where the embed element wasn't properly parsed in the media plugin it now supports 3 formats.
bgneal@29 799 Fixed bug where the noshade attribute was serialized incorrectly on IE.
bgneal@29 800 Fixed bug where editing an existing link element didn't force it relative.
bgneal@29 801 Fixed bug where image link creation fails on Safari if the image is aligned.
bgneal@29 802 Fixed bug where it was possible to scroll the fullscreen mode in Opera 9.50.
bgneal@29 803 Fixed bug where removal of center image alignment would fail. Patch contributed by Andrew Ozz.
bgneal@29 804 Fixed bug where inlinedialogs didn't work properly if the doctype was incorrect in IE.
bgneal@29 805 Fixed bug where cross domain loading didn't work correctly in Opera 9.50.
bgneal@29 806 Fixed bug where breaking huge text blocks with return/enter key would scroll to end of block.
bgneal@29 807 Fixed bug where replace button kept inserting the replacement text even if there is no more matches.
bgneal@29 808 Fixed bug with fullpage plugin where value wasn't set correctly. Patch contributed by Pascal Chantelois.
bgneal@29 809 Fixed bug where the dom utils setAttrib method call could produce an exception if the input was null/false.
bgneal@29 810 Fixed bug where pressing backspace would sometimes remove one extra character in Gecko browsers.
bgneal@29 811 Fixed bug where the native confirm/alert boxes would move focus to parent document if fired in dialogs.
bgneal@29 812 Fixed bug where Opera 9.50 was telling you that the selection is collapsed even when it isn't.
bgneal@29 813 Fixed bug where mceInsertContent would break up existing elements in Opera and Gecko.
bgneal@29 814 Fixed bug where TinyMCE fails to detect some keyboard combos on Mac, contributed by MattyRob.
bgneal@29 815 Fixed bug where replace all didn't move the caret to beginning of text before searching.
bgneal@29 816 Fixed bug where the oninit callback wasn't executed correctly when the strict_loading_mode option was used, thanks goes to Nicholas Oxhoej.
bgneal@29 817 Fixed bug where a access denied exception was thrown if some other script specified document.domain before loading TinyMCE.
bgneal@29 818 Fixed so setting language to empty string will skip language loading if translations are made by some backend.
bgneal@29 819 Fixed so dialog_type is automatically modal if you use the inlinepopups plugin use dialog_type : "window" to re-enable the old behavior.
bgneal@29 820 Version 3.1.0.1 (2008-06-18)
bgneal@29 821 Fixed bug where the Opera line break fix didn't work correctly on Mac OS X and Unix.
bgneal@29 822 Fixed bug where IE was producing the default value the maxlength attribute of input elements.
bgneal@29 823 Version 3.1.0 (2008-06-17)
bgneal@29 824 Fixed bug where the paste as text didn't work correctly it encoded produced paragraphs and br elements.
bgneal@29 825 Fixed bug where embed element in XHTML style didn't work correctly in the media plugin.
bgneal@29 826 Fixed bug where style elements was forced empty in IE. The will now be wrapped in a comment just like script elements.
bgneal@29 827 Fixed bug where some script elements wrapped in CDATA could fail to be serialized correctly.
bgneal@29 828 Fixed bug where FF 3 produced -moz- internal styles in some style attributes.
bgneal@29 829 Fixed bug where query strings and external URLs didn't work correctly in style attributes.
bgneal@29 830 Fixed bug where shape attribute of area elements got serialized as rect regardless of it's initial value in IE 6.
bgneal@29 831 Fixed bug where selection of elements inside layers would fail in IE since focus was moved to the document body.
bgneal@29 832 Fixed bug where pressing enter/return in an editable select box would produce an __mce_add_custom__ class value.
bgneal@29 833 Fixed bug where changing font size of text placed inside a colored text chunk would remove the parent node.
bgneal@29 834 Fixed bug where Opera 9.5 final produced a strange line break behavior due to a workaround for previous Opera versions.
bgneal@29 835 Fixed bug where text/background color would produce a strange focus problem when you tried to click on the body in IE.
bgneal@29 836 Fixed issue where selecting the title of an listbox equals the old 2.x behavior of changing the value to an empty string.
bgneal@29 837 Fixed issue where it was common for the media plugin to break if the _value attribute wasn't added for the param element.
bgneal@29 838 Fixed issue where the wrong parent editor instance might be updated if you use fullscreen mode in an incorrect way.
bgneal@29 839 Fixed issue where Safari was producing a warning about the base element not being closed correctly.
bgneal@29 840 Removed redundant form element name matching from regexp in the DOMUtils class.
bgneal@29 841 Version 3.0.9 (2008-06-02)
bgneal@29 842 Added new contextmenu_offset_x/contextmenu_offset_y options for the contextmenu plugin.
bgneal@29 843 Added cite attribute to the default rule for the blockquote element.
bgneal@29 844 Added support for using arrow keys for selection of items in listboxes.
bgneal@29 845 Added support for using arrow keys for selection of items in dropmenus.
bgneal@29 846 Fixed bug where blockformat change on elements with BR inside them didn't change correctly on Firefox.
bgneal@29 847 Fixed bug where removing table rows inside thead or tfoot would remove the whole table if it was the last one.
bgneal@29 848 Fixed bug where XHR synchronous mode didn't execute the callback handlers synchronously.
bgneal@29 849 Fixed bug where setting border to 0 didn't add border: 0 to the style attribute when using the advimage dialog.
bgneal@29 850 Fixed bug where the selection of images and table cells didn't work correctly when the editor is placed in a frame and running on IE.
bgneal@29 851 Fixed bug where the store/restore of a selection didn't work correctly in non IE browsers.
bgneal@29 852 Fixed bug where only the first element would be invalid for the invalid_elements option.
bgneal@29 853 Fixed bug where paste as plain text didn't encode the characters correctly when they where inserted.
bgneal@29 854 Fixed bug where HTML source window couldn't be maximized on Gecko when the maximizable feature was enabled.
bgneal@29 855 Fixed bug where color selection using the color picker could produce exception in IE.
bgneal@29 856 Fixed bug where font size changes could produce produce extra redundant elements.
bgneal@29 857 Fixed bug where IE could produce unknown runtime error if you replaced a image with another image from a separate frame.
bgneal@29 858 Fixed bug where the domLoaded state for the Event class wasn't set correctly if the editor was loaded dynamically using the gzip compressor.
bgneal@29 859 Fixed bug where handling of the base element for a page would produce incorrect urls. Based on a patch contributed by John LeSueur.
bgneal@29 860 Fixed bug where table constraint alert boxes was presented with an empty value and wasn't the skinned inline ones.
bgneal@29 861 Fixed bug where the onChange event wasn't fired when the form was submitted. It's now also triggered when the save method is called.
bgneal@29 862 Fixed bug where encoding set to xml didn't work as expected. It now encodes the contents into XML entities.
bgneal@29 863 Fixed bug where numrows didn't work correctly for the merge cells dialog of the table plugin.
bgneal@29 864 Fixed bug where the onGetContent event was fired even when the no_events flag was set.
bgneal@29 865 Fixed bug where the preview panels for the advimage and the media plugin could overflow on Safari and FF 3.
bgneal@29 866 Fixed bug where the editing and removal of abbr elements using the xhtmlxtras plugin working correctly on IE.
bgneal@29 867 Fixed bug where save button in the save plugin didn't work correctly on IE.
bgneal@29 868 Fixed bug where dragging layers didn't work as expected since it would snap back to it's original location if you saved.
bgneal@29 869 Fixed bug where the description of the template plugin dialog wasn't updated correctly.
bgneal@29 870 Fixed bug where the values for frame and rules in the table dialogs where swapped.
bgneal@29 871 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.
bgneal@29 872 Fixed bug where ask mode would lock the focused textarea if you pressed cancel in the confirm dialog on FF 3.
bgneal@29 873 Fixed bug where ask mode would produce contents for empty textareas if you reloaded the page.
bgneal@29 874 Fixed so the onGetContent event gets the full pass through object just like the other events.
bgneal@29 875 Fixed so attributes for block elements remains the same when you change format of a element.
bgneal@29 876 Version 3.0.8 (2008-04-30)
bgneal@29 877 Fixed bug where IE would produce an error if textareas without names where converted.
bgneal@29 878 Fixed bug where editor wasn't forced empty when there was only a single br or empty paragraph left.
bgneal@29 879 Fixed bug where IE would produce an warning message if object elements where produced in the media plugins preview running on https.
bgneal@29 880 Fixed bug where new addVer function didn't handle hash items correctly. Patch contributed by Mirek Burkon.
bgneal@29 881 Fixed bug where font_size_style_values option wasn't applied correctly to fonts inside the editor.
bgneal@29 882 Fixed bug where image selection could be lost if a image was edited using context menu on IE.
bgneal@29 883 Fixed bug where style values wasn't updated properly due to an invalid regexp.
bgneal@29 884 Fixed bug where IE 6 where displaying warning message about insecure items when inserting an image while using https. Patch contributed by Norifumi Sunaoka.
bgneal@29 885 Fixed bug where IE was producing an auto save message if you selected a color from the color split button.
bgneal@29 886 Fixed bug where backspace sometimes would move the caret to the end of the previous block in Gecko.
bgneal@29 887 Fixed bug where the rowlayout manager didn't work as described in the documentation.
bgneal@29 888 Fixed bug where the default options for the fullpage plugin wasn't applied correctly.
bgneal@29 889 Fixed bug where selection would jump one character if you applied a styles to a words in non IE browsers.
bgneal@29 890 Fixed bug where undo levels wasn't added correctly if you went back in undo history and added a new event.
bgneal@29 891 Fixed bug where font size dropdown didn't mark the selected size in IE.
bgneal@29 892 Fixed bug where the size of the editor was determined using clientWidth instead of offsetWidth.
bgneal@29 893 Fixed so the onchange event doesn't fire on the initial undo level, it will also fire when the editor is blurred.
bgneal@29 894 Fixed so the advhr plugin produces XHTML valid output instead of non standard attributes.
bgneal@29 895 Fixed so blockquote gets converted into [quote] in when the bbcode plugin is enabled.
bgneal@29 896 Fixed so theme_advanced_font_sizes can be named for example Font 1=1, Font 2=2 etc.
bgneal@29 897 Fixed so editor_selector/editor_deselector can be regexps. By default only strings are allowed not part regexps like before.
bgneal@29 898 Fixed so that the version suffix is optional. It still requires the build process so you need to export it manually.
bgneal@29 899 Fixed so it's possible to tab to table cells in non Gecko browsers and also produce new rows if you tab at the end of a table. Contributed by Josh Peek.
bgneal@29 900 Version 3.0.7 (2008-04-14)
bgneal@29 901 Added new version suffix to all internal GET requests to make sure that the users cache gets cleared correctly.
bgneal@29 902 Fixed issue with isDirty returning true event if it wasn't dirty on IE due to changes in tables during initialization.
bgneal@29 903 Fixed memory leak in IE where if a page was unloaded before all images on the page was loaded it would leak.
bgneal@29 904 Fixed bug in IE where underline and strikethrough could produce an exception error message.
bgneal@29 905 Fixed bug where inserting paragraphs in totally empty table cells would produce odd effects.
bgneal@29 906 Fixed bug where layer style data wasn't updated correctly due to some performance enhancements with the DOM serializer.
bgneal@29 907 Fixed bug where it would convert the wrong element if there was two elements with the same name and id on the page.
bgneal@29 908 Fixed bug where it was possible to add style information to the body element using the style plugin.
bgneal@29 909 Fixed bug where Gecko would add an extra undo level some times due to the blur event.
bgneal@29 910 Fixed bug where the underline icon would get active if the caret was inside a link element.
bgneal@29 911 Fixed bug where merging th cells not working correctly. Patch contributed by André R.
bgneal@29 912 Fixed bug where forecolorpicker and backcolorpicker buttons where rendered incorrectly when the o2k7 skin was used.
bgneal@29 913 Fixed bug where comment couldn't contain -- since it's invalid markup. It will now at least not break on those invalid comments.
bgneal@29 914 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.
bgneal@29 915 Fixed bug where entities wasn't encoded correctly inside pre elements since they where protected from whitespace removal.
bgneal@29 916 Fixed bug where color split buttons where rendered incorrectly on IE6 when using the non default theme.
bgneal@29 917 Fixed so caret is placed after links ones they are created, to improve usability of the editor.
bgneal@29 918 Fixed so you can select tables by clicking on it's borders in non IE browsers to normalize the behavior.
bgneal@29 919 Fixed so the menus can be toggled by clicking once more on the icon in listboxes, menubuttons and splitbuttons based on code contributed by Josh Peek.
bgneal@29 920 Fixed so buttons can be labeled, currently only works with the default skin, so it's kind of experimental. Patch contributed by Daniel Insley.
bgneal@29 921 Fixed so forecolorpicker and backcolorpicker remembers the last selected color. Patch contributed by Shane Tomlinson.
bgneal@29 922 Fixed so that you can only execute the mceAddEditor command once for the same instance name.
bgneal@29 923 Fixed so command functions added with addCommand can pass though the call to default handles if it returns true.
bgneal@29 924 Version 3.0.6.2 (2008-04-07)
bgneal@29 925 Fixed bug where empty tables couldn't be edited correctly on non IE browsers if they where loaded into the editor.
bgneal@29 926 Fixed bug where it was impossible to resize layers correctly in IE since it thought it was an image.
bgneal@29 927 Fixed bug where an editor instance was stealing focus in IE resulting in a scroll to the editor on page reloads.
bgneal@29 928 Fixed bug where Safari was crashing on Mac OS X if you closed dialogs using the Esc key.
bgneal@29 929 Version 3.0.6.1 (2008-04-04)
bgneal@29 930 Added support for the missing mceAddFrameControl command. The input for this command has changed so consult the Wiki.
bgneal@29 931 Fixed bug where sub menus for the drop menus would leave an empty element behind.
bgneal@29 932 Fixed memory leak in IE if the editor was placed in a frame or iframe.
bgneal@29 933 Version 3.0.6 (2008-04-03)
bgneal@29 934 Added elements to the default value of valid_elements option. It now contains all XHTML strict elements and a few transitional.
bgneal@29 935 Added more accessibility fixes, it's now possible to navigate and close list boxes and split button menus with the keyboard.
bgneal@29 936 Added missing getInfo method to the contextmenu and safari plugin, this caused problems for the Drupal module.
bgneal@29 937 Added new inlinepopups_zindex option to the inlinepopups plugin so that you can configure the default start z-index.
bgneal@29 938 Added new setControlType method to the tinymce.ControlManager class. This method enables you to override the default classes.
bgneal@29 939 Added ability to specific an optional control class to use instead of the default one for the ControlManager methods. Based on concept by Josh Peek.
bgneal@29 940 Fixed bug where attribute rules for the DOM Serializer couldn't contain - or _ characters in their names.
bgneal@29 941 Fixed bug where inlinepopups event blocker and modal dialog blocker elements produced vertical scrollbars.
bgneal@29 942 Fixed bug where there was a rendering issue with quirks mode in Safari moving the resize handle to an incorrect position.
bgneal@29 943 Fixed bug with forecolor/backcolor controls on IE. Sometimes elements positioned relative will generate display errors.
bgneal@29 944 Fixed bug where a p2 was leaking out in the global name space when you selected a color from the forecolor/backcolor controls.
bgneal@29 945 Fixed bug where empty paragraphs didn't work as expected in browsers other than IE.
bgneal@29 946 Fixed bug where the load method of the tinymce.dom.ScriptLoader didn't check if the file was already loaded.
bgneal@29 947 Fixed bug where the load method for the PluginManager and ThemeManager didn't check if a plugin/theme by a specific name was all ready loaded.
bgneal@29 948 Fixed bug where the theme_advanced_link_targets option didn't work correctly with the advanced themes link dialog. Patch contributed by Arnold B.
bgneal@29 949 Fixed bug where the style command would merge classes into empty span elements.
bgneal@29 950 Fixed bug where the style command would remove empty span elements outside the current selection.
bgneal@29 951 Fixed bug where the fix for the Safari backspace bug removed all editor contents if it was filled with empty paragraphs.
bgneal@29 952 Fixed bug where alert and confirm boxes opened by the inlinepopups plugin would produce an exception if domain relaxing was used.
bgneal@29 953 Fixed bug where Safari was adding style attributes to all elements when you paste them into the editor.
bgneal@29 954 Fixed bug where the spellchecker menus was visually incorrect since the space for the non existing icon was still there.
bgneal@29 955 Fixed bug where remove_linebreaks option didn't remove line breaks inside the text contents of a element.
bgneal@29 956 Fixed bug where Safari 3.1 was introducing _mc_tmp into paragraphs due to the new querySelectorAll and a TinyMCE specific workaround.
bgneal@29 957 Fixed bug where getParam method in the Editor class was returning incorrect objects and would mess up the font drop down. Patch contributed by speednet.
bgneal@29 958 Fixed bug where the table dialog would produce an exception in IE when you edited tables since it tried to place focus in a disabled field.
bgneal@29 959 Fixed bug where class attribute on some span elements was removed on cleanup.
bgneal@29 960 Fixed bug where resizing the editor in IE could produce an exception if the editor width/height got to be a negative value.
bgneal@29 961 Fixed bug where wmv files wouldn't play since the src param was used instead of the url param.
bgneal@29 962 Fixed bug where br elements would be added here and there in Gecko. Geckos internal _moz_dirty br elements where serialized as well.
bgneal@29 963 Fixed bug where editing named anchors would produce two anchors instead of one updated one.
bgneal@29 964 Fixed bug where arrow and function keys didn't work when an noneditable element was focused within the editor.
bgneal@29 965 Fixed bug where the dispatcher could produce an exception if the listener list was altered inside an event callback.
bgneal@29 966 Fixed bug where it was impossible to totally empty the editor contents on Safari due to an mistreatment of nbsp as whitespace. Patch contributed by Andrew Ozz.
bgneal@29 967 Fixed bug where TinyMCE would not convert textareas with the same name attribute value. It will now generate an unique id for those textareas.
bgneal@29 968 Fixed bug where backspace/delete key was deleting td elements inside tables while running on Gecko.
bgneal@29 969 Fixed bug where Firefox 3.0b4 and Opera 9.26 where scrolling to the top of document when pressing return/enter.
bgneal@29 970 Fixed bug where the template plugin wasn't just inserting the mceTmpl tagged element.
bgneal@29 971 Fixed bug where the alert method of the default WindowManager implementation didn't translate input language strings like the inlinepopups dialog does.
bgneal@29 972 Fixed bugs with the backspace behavior in Gecko. The caret was placed on incorrect locations in the DOM sometimes.
bgneal@29 973 Fixed so advimage dialog and table dialogs has support for editable select boxes for the class value.
bgneal@29 974 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.
bgneal@29 975 Fixed so the paste_use_dialog option works again it's enabled by default but can be disabled on IE. Patch contributed by Speednet.
bgneal@29 976 Fixed so that the fullscreen editor is focused when switching fullscreen editing on.
bgneal@29 977 Fixed so it's possible to edit images and links inside tables using the context menu.
bgneal@29 978 Fixed so table dialogs and the advanced image dialog doesn't loose selection in IE if the dialogs where navigated/submitted with the keyboard.
bgneal@29 979 Fixed so the theme_advanced_blockformats options can have named items for example title 1=h1;title 2=h2.
bgneal@29 980 Fixed so it's possible to add a custom editor_css for the simple theme.
bgneal@29 981 Fixed quirks with directionality rtl, patch contributed by Andrew Ozz.
bgneal@29 982 Fixed so the inlinepopups default start zIndex is 300000.
bgneal@29 983 Fixed typo in media plugin Shockware is now replaced with Shockwave.
bgneal@29 984 Fixed psuedo memory leak in IE with the replaceChild method inside the DOMUtils.replace method.
bgneal@29 985 Fixed so memory is released when an editor instance is removed from page.
bgneal@29 986 Optimized the color split button menus so that they use less event handlers.
bgneal@29 987 Removed the util/mclayer.js file since it's no longer used by any of the TinyMCE dialogs and is considered deprecated.
bgneal@29 988 Version 3.0.5 (2008-03-12)
bgneal@29 989 Added new black skin variant to the o2k7 skin contributed by Stefan Moonen.
bgneal@29 990 Added new explode method to the tinymce core class. This does a split but removed whitespace it also defaults to a , delimiter.
bgneal@29 991 Added new detection logic for IE 8 standards mode into the DOMUtils class strMode can now be checked to see if that mode is on/off.
bgneal@29 992 Added new noscale option value for the scale select box for Flash in the media plugin.
bgneal@29 993 Fixed bug where the menu for the ColorSplitButton wasn't removed when the editor was removed.
bgneal@29 994 Fixed bug where font colors couldn't be edited correctly since the style of the element didn't get updated correctly.
bgneal@29 995 Fixed bug where class of elements would get lost when TinyMCE was fixing incorrect HTML markup.
bgneal@29 996 Fixed bug where table editing would produce double height values.
bgneal@29 997 Fixed bug where width style value wouldn't be removed if you switched width unit from cm/em to pixels or percent.
bgneal@29 998 Fixed bug where the search/replace input box wasn't auto focused like the other dialogs.
bgneal@29 999 Fixed bug where the old mceAddControl command would use the fullscreen settings next time it created an instance.
bgneal@29 1000 Fixed bug where multiple lines where added to the target cell if you merged multiple empty cells.
bgneal@29 1001 Fixed bug where drop down menus would be incorrectly positioned inside scrollable divs.
bgneal@29 1002 Fixed bug where the separators of the silver skin variant didn't display correctly in IE 6.
bgneal@29 1003 Fixed bug where createStyleSheet seems to load scripts at opposite order in some IE versions.
bgneal@29 1004 Fixed bug where directionality could produce odd results for the UI and the dialogs.
bgneal@29 1005 Fixed bug where the DOM serializer wouldn't serialize custom namespaced attributes in IE 6 using the *[*] valid elements rule.
bgneal@29 1006 Fixed bug where table caption would be inserted after the thead element if you swapped a tr to be inside the thead.
bgneal@29 1007 Fixed bug where the youtube detection logic for the media plugin was to generic.
bgneal@29 1008 Fixed so the deprecated and undocumented theme_advanced_path_location set to none won't hide the whole statusbar.
bgneal@29 1009 Fixed so most input lists can have whitespace in them they are now split using the new tinymce.explode method.
bgneal@29 1010 Fixed so the popup_css and popup_css_add URLs are relative to where the current document is located.
bgneal@29 1011 Fixed various bugs and quirks with the store/restore selection logic.
bgneal@29 1012 Fixed so the editor starts in IE 8 standards mode but still that browser is very very buggy.
bgneal@29 1013 Fixed so dialog_type set to modal will block the background and other inline windows and only give access to the front most window.
bgneal@29 1014 Version 3.0.4.1 (2008-03-08)
bgneal@29 1015 Fixed critical bug where it was impossible to edit images when inlinepopups where used due to lost selection in IE.
bgneal@29 1016 Version 3.0.4 (2008-03-07)
bgneal@29 1017 Added new option constrain_menus, this enables you to force view port constraints on all menus. Contributed by Shane Tomlinson.
bgneal@29 1018 Fixed bug where table background wasn't visible inside the editor due to a default CSS rule overriding the style attribute.
bgneal@29 1019 Fixed bug where links would get a null class added if no styles was used in IE.
bgneal@29 1020 Fixed bug where spellchecker was auto focusing the editor in IE.
bgneal@29 1021 Fixed bug where document.domain would produce invalid argument if the editor was loaded in IE6 over a network UNC path.
bgneal@29 1022 Fixed bug where table height attribute was used, this is deprecated in XHTML so it now adds it as an style.
bgneal@29 1023 Fixed bug where textareas with style values would produce error in IE.
bgneal@29 1024 Fixed so the first element in each dialog is focused by default to enhance keyboard usage.
bgneal@29 1025 Fixed so you can add a mceFocus class to elements to make it auto focused.
bgneal@29 1026 Fixed so you can close dialogs using the esc key.
bgneal@29 1027 Fixed so you can press return/enter to submit the action of each dialog.
bgneal@29 1028 Fixed so tabbing inside an inline popups wont focus the resize anchor elements.
bgneal@29 1029 Fixed so you can press ok in inline alert messages using the return/enter key.
bgneal@29 1030 Fixed so textareas can be set to non px or % sizes for example em, cm, pt etc.
bgneal@29 1031 Fixed so non pixel values can be used in width/height properties for tables.
bgneal@29 1032 Fixed so the custom context menu can be disabled by holding down ctrl key while clicking.
bgneal@29 1033 Fixed so the layout for the o2k7 skin looks better if you don't have separators before and after list boxes.
bgneal@29 1034 Fixed so the sub classes get a copy of the super class constructor function to ease up type checking.
bgneal@29 1035 Fixed so font sizes for the format block previews are normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden).
bgneal@29 1036 Fixed so font sizes for h1-h6 in the default content.css is normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden).
bgneal@29 1037 Version 3.0.3 (2008-03-03)
bgneal@29 1038 Fixed bug where an error about document.domain would be thrown if TinyMCE was loaded using a different port.
bgneal@29 1039 Fixed bug where mode exact would convert textareas without id or name if the elements option was omitted.
bgneal@29 1040 Fixed bug where the caret could be placed at an incorrect location when backspace was used in Gecko.
bgneal@29 1041 Fixed bug where local file:// URLs where converted into absolute domain URLs.
bgneal@29 1042 Fixed bug where an error was produced if a editor was removed inside an editor command.
bgneal@29 1043 Fixed bug where force_p_newlines didn't effect the paste plugin correctly.
bgneal@29 1044 Fixed bug where the paste plugin was producing an exception on IE if you pasted contents with middots.
bgneal@29 1045 Fixed bug where delete key could produce exceptions in Gecko sometimes due to the fix for the table cell bug.
bgneal@29 1046 Fixed bug where the layer plugin would produce an visual add class called mceVisualAid this one is now renamed to mceItemVisualAid to mark it internal.
bgneal@29 1047 Fixed bug where TinyMCE wouldn't initialize properly if ActiveX controls was disabled in IE.
bgneal@29 1048 Fixed bug where tables and other elements that had visual aids on them would produce an extra space after any custom class names.
bgneal@29 1049 Fixed bug where search with an empty string would produce some odd "invalid pointer" error in IE.
bgneal@29 1050 Fixed bug where elements like menus where placed at incorrect positions in Opera 9.26.
bgneal@29 1051 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.
bgneal@29 1052 Fixed bug where focus of images could be lost in IE if you focused the accessibility confirm dialog in the advimage plugin.
bgneal@29 1053 Fixed bug where nestled font elements would produce odd output like missing font elements.
bgneal@29 1054 Fixed bug where text colors and styles got removed if invalid_elements included the font element.
bgneal@29 1055 Fixed bug where text-decoration set to underline or line-through would remove other styles from span elements.
bgneal@29 1056 Fixed bug where editor contents like \n\n would be incorrectly handled and processed as real line feeds.
bgneal@29 1057 Fixed bug where incorrectly encoded urls with ampersands in them would be decoded incorrectly.
bgneal@29 1058 Optimized the DOMUtils decode method to be a lot faster if the string doesn't have any entities to decode.
bgneal@29 1059 Version 3.0.2.1 (2008-02-26)
bgneal@29 1060 Fixed alert/confirm dialogs so they display correctly.
bgneal@29 1061 Version 3.0.2 (2008-02-26)
bgneal@29 1062 Added new body_id option that enables you to specify the id of the body inside the editor iframe based on ideas by David Bildström (ChronoZ).
bgneal@29 1063 Added new body_class option that enables you to set the class for the body of the editor iframe based on ideas by David Bildström (ChronoZ).
bgneal@29 1064 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.
bgneal@29 1065 Added new type parameter to the Editor.getParam function to reduce redundant logic for parsing hash tables.
bgneal@29 1066 Added new isDone method to the ScriptLoaded class, this enables you to check if a script has been loaded or not.
bgneal@29 1067 Added new resizeTo and resizeBy methods for the advanced theme. Can be called using tinyMCE.activeEditor.theme.resizeTo(w, h);
bgneal@29 1068 Added new skin_variant option this can be used to extend existing skins with slight modifications like color.
bgneal@29 1069 Added new variant of the o2k7 skin called "silver" based on a contribution made by Stefan Moonen.
bgneal@29 1070 Fixed bug where the template plugin might produce errors if the template_mdate_classes wasn't configured.
bgneal@29 1071 Fixed bug where the media plugin didn't convert the URLs for movies once they where inserted.
bgneal@29 1072 Fixed bug where the style field for the advlink dialog didn't work correctly if you edited an existing link.
bgneal@29 1073 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.
bgneal@29 1074 Fixed bug where initialization of multiple editors at the same time using the mceAddControl method would produce errors.
bgneal@29 1075 Fixed bug where initialization of editors using mceAddControl command or new tinymce.Editor calls would fail during page load.
bgneal@29 1076 Fixed bug where the check for domain relaxing could fail if the document.domain property was changed by another script.
bgneal@29 1077 Fixed bug where textareas couldn't be named description or any other name that matches the meta elements in IE and Opera.
bgneal@29 1078 Fixed bug where the element path would fail sometimes in IE due to "unknown runtime error" on innerHTML.
bgneal@29 1079 Fixed bug where Safari would crash if you was hiding the editor before serializing the contents.
bgneal@29 1080 Fixed bug where the editor wasn't scaled propertly in fullscreen mode using the old fullscreen_new_window option.
bgneal@29 1081 Fixed bug where render method didn't load language packs in IE and Opera if you rendered an editor during page load.
bgneal@29 1082 Fixed bug where resizing the browser window in fullscreen didn't resize the editor.
bgneal@29 1083 Fixed bug where the blockquote command didn't move the caret inside the new empty blockquote if you used it on an empty document.
bgneal@29 1084 Fixed bug where auto in a style width/height for the textarea would produce an editor with the size value of 100. Fix contributed by Shane Tomlinson.
bgneal@29 1085 Fixed bug where restoration of selection at the beginning of an element could fail in Gecko.
bgneal@29 1086 Fixed bug where caret restoration after a cleanup could place the it at an incorrect location.
bgneal@29 1087 Fixed bug where delete key inside td elements would delete the cell in Gecko.
bgneal@29 1088 Fixed so the blockquote button toggles individual lines. This behavior is a bit more like the old indentation behavior in the 2.x branch.
bgneal@29 1089 Fixed so the dialog language packs only gets loaded the first time you open a dialog.
bgneal@29 1090 Fixed so all classes in the whole UI is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.
bgneal@29 1091 Fixed so all classes in the inlinepopups logic is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.
bgneal@29 1092 Fixed so that the window in fullscreen mode can be resized when fullscreen_new_window option is enabled.
bgneal@29 1093 Fixed so blockquote elements are formatted in the source output with an linefeed before and after it.
bgneal@29 1094 Optimized the editor initialization by reducing the number of calls to getBookmark/moveToBookmark.
bgneal@29 1095 Version 3.0.1 (2008-02-21)
bgneal@29 1096 Added spellchecker plugin into the main package, but without any backend can be specified with the spellchecker_rpc_url option.
bgneal@29 1097 Added src attribute for script elements to the default valid_elements option value.
bgneal@29 1098 Added extra parameter to the class_filter callback it can now also filter out classes based on the whole CSS rule.
bgneal@29 1099 Added support for domain relaxing, TinyMCE can now be loaded from an remote domain as long as they are on the same root domain.
bgneal@29 1100 Added support for custom elements the new custom_elements option enables you to add non HTML elements to the editor.
bgneal@29 1101 Added support for the W3C Selectors API that was added to latest nightly build of WebKit.
bgneal@29 1102 Fixed bug where some object param element wasn't stored correctly using the media plugin.
bgneal@29 1103 Fixed bug where Opera was scrolling to top of page is drop menus on list boxes where displayed.
bgneal@29 1104 Fixed bug where IE6 was crashing if a format block was used on a container with anchor elements.
bgneal@29 1105 Fixed bug where spans with font sizes wasn't handled correctly when editor was loading contents.
bgneal@29 1106 Fixed bug where mode exact couldn't convert editors with name only. Id is no longer required but recommended.
bgneal@29 1107 Fixed bug where the mceInsertRawHTML command produced an extra undo level.
bgneal@29 1108 Fixed bug where the specific_textareas mode didn't work correctly this is the same thing as textareas now.
bgneal@29 1109 Fixed bug where the values of input elements in the HTML page of dialogs pages where changed in IE.
bgneal@29 1110 Fixed bug where fullscreen and fullpage plugins didn't work well together.
bgneal@29 1111 Fixed bug where embed elements wasn't handled properly in the media plugin.
bgneal@29 1112 Fixed bug where style information on span elements gets munged when fonts are converted to spans.
bgneal@29 1113 Fixed bug where some entities in element attributes where encoded incorrectly in the latest WebKit build.
bgneal@29 1114 Fixed bug where initialization would fail in IE if there where two input elements with the name submit in the form.
bgneal@29 1115 Fixed bug where fullscreen mode didn't work correctly in IE when the fullscreen_new_window option was used.
bgneal@29 1116 Fixed bug where invalid contents like an ul inside a p element would produce odd results in IE.
bgneal@29 1117 Fixed bug where Opera 9.2x was placing the drop menus at incorrect locations if the editor was placed in a table.
bgneal@29 1118 Fixed bug where Opera was producing odd results if enter/return was pressed while having forced_root_blocks disabled.
bgneal@29 1119 Fixed bug where layer plugin was stealing focus in IE on initialization.
bgneal@29 1120 Fixed bug where body attributes wasn't set properly in the fullpage plugin, fix contributed by Hiroaki Kawai.
bgneal@29 1121 Fixed bug where insert image and insert link dialogs where producing an extra level in the undo history.
bgneal@29 1122 Fixed bug where Gecko would produce an error if empty elements like <div></div> where inserted using mceInsertContent.
bgneal@29 1123 Fixed bug where center alignment of images produced odd results inside table cells.
bgneal@29 1124 Fixed bug where center alignment of images couldn't be toggled correctly.
bgneal@29 1125 Fixed bug where alignment of images inside tables would produce double float style items in IE if the fix_table_elements option was enabled.
bgneal@29 1126 Fixed bug where a variable called 'v' was polluting the global namespace. Objects tinymce and tinyMCE are the only ones allowed to be global.
bgneal@29 1127 Fixed bug where insert table from context menu couldn't insert new tables inside existing tables.
bgneal@29 1128 Fixed bug where Safari wouldn't produce br elements on enter when the force_br_newlines option was enabled.
bgneal@29 1129 Fixed bug where switching cell type in table cell dialog would produce odd attributes in IE.
bgneal@29 1130 Fixed bug where Gecko was outputting internal attributes if valid_elements where set to "*[*]".
bgneal@29 1131 Fixed bug where the style plugin would produce non hex colors inside the dialog when running on Gecko.
bgneal@29 1132 Fixed bug where an empty src value for insert image would remove the currently selected image if it wasn't and image element.
bgneal@29 1133 Fixed bug where hidden input elements would break the logic for the tab_focus option.
bgneal@29 1134 Fixed bug where save button wasn't working correctly in fullscreen mode.
bgneal@29 1135 Fixed bug where the editor was forced to be placed in a form element if the save_onsavecallback option was used.
bgneal@29 1136 Fixed bug where upper case param attributes wasn't parsed correctly in the media plugin.
bgneal@29 1137 Fixed bug where render method of tinymce.Editor class would produce an exception if the strict_loading_mode option was omitted.
bgneal@29 1138 Fixed bug where nodeChanged event could be fired while the editor was loading and there for produce an exception in FF.
bgneal@29 1139 Fixed bug where no undo levels where added if the user created new table rows using the tab key on Gecko.
bgneal@29 1140 Fixed bug where tables would be broken if you selected a different block format for contents withing an table cell.
bgneal@29 1141 Fixed bug where the render method of the tinymce.Editor class didn't setup the tinymce.EditorManager.settings object correctly.
bgneal@29 1142 Fixed bug where the advanced image dialog would go to the first tab if the alternative image was changed using the file browser link.
bgneal@29 1143 Fixed bug where the forced_root_block option would produce BR elements inside empty blocks if the block wasn't a paragraph.
bgneal@29 1144 Fixed bug where the forced_root_block doesn't work correctly on IE if the specified element was something else than paragraphs.
bgneal@29 1145 Fixed bug where selection of images would get lost if user selected something from the context menu in IE.
bgneal@29 1146 Fixed bug where the context menu plugin would pollute the global namespace with two variables p1 and p2.
bgneal@29 1147 Fixed compatibility issue with Mootools, it is destroying document.getElementById on unload in IE. (Mantra: You don't own the internal objects).
bgneal@29 1148 Fixed bugs where dialogs/tabs and other UI elements where rendered incorrectly in Firefox 3.
bgneal@29 1149 Fixed so the auto CSS class importer is compatible with 2.x.
bgneal@29 1150 Fixed so the editor UI and inlinedialogs works correctly with the YUI CSS reset package.
bgneal@29 1151 Fixed so header and footer elements are forced to lower case when the fullpage plugin is used.
bgneal@29 1152 Fixed so load prefixes "-" for plugins and themes isn't required if the plugin/theme was loaded by the ThemeManager/PluginManager.
bgneal@29 1153 Fixed so the JSONRequest uses application/json content type to make Ruby on rails happy.
bgneal@29 1154 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".
bgneal@29 1155 Fixed so the tiny_mce_dev.js uses XHR instead of document.write to load scripts to resolve an issue with Opera 9.50.
bgneal@29 1156 Fixed so language pack loading can be disabled by setting the language option to false. Can be useful for systems with their own language pack management.
bgneal@29 1157 Version 3.0 (2008-01-30)
bgneal@29 1158 Added map and area elements to the default valid_elements list and also some indentation rules.
bgneal@29 1159 Fixed bug where empty paragraphs wasn't padded when loading contents.
bgneal@29 1160 Fixed bug where the RowLayout manager didn't work at all.
bgneal@29 1161 Fixed bug where style attribute data would get messed up in advimage dialog.
bgneal@29 1162 Fixed bug where the table dialogs class select wasn't updated correctly.
bgneal@29 1163 Fixed bug where elements would get extra whitespace around on insert when body was present in valid_elements.
bgneal@29 1164 Fixed bug where coords attribute of the area element wasn't handled properly in IE.
bgneal@29 1165 Fixed bug where Safari didn't produce BR elements on shift+return.
bgneal@29 1166 Fixed bug where force blocks would cast odd invalid attribute exception in IE.
bgneal@29 1167 Fixed bug where media plugin would produce extra whitespace before and after objects.
bgneal@29 1168 Fixed bug where cleanup_callback could break the contents of the editor. But use the new event system instead of this option.
bgneal@29 1169 Fixed bug where the tab_focus option didn't work between editor instanced. You can now tab between editors.
bgneal@29 1170 Fixed bug where the load function of the ScriptLoader class didn't load single files without the load que as it was supposed to.
bgneal@29 1171 Fixed bug where the execcommand_callback parameter order was incorrect. Recommendation use the new addCommand method.
bgneal@29 1172 Fixed bug where range.select calls sometimes failed on some IE versions.
bgneal@29 1173 Fixed bug where Safari was scrolling to top of document when enter/returned was pressed.
bgneal@29 1174 Fixed bug where fullscreen_new_window option didn't work correctly.
bgneal@29 1175 Fixed bug where the nonbreaking plugin inserted an space instead of an non breaking space the first time.
bgneal@29 1176 Fixed bug where the visualization of non breaking spaces where visual in element path.
bgneal@29 1177 Fixed so the focus is restored to the editor after inserting an custom character.
bgneal@29 1178 Fixed so the isNotDirty state is set to false if a new undo level is added.
bgneal@29 1179 Fixed so pointless style information for borders gets removed in IE.
bgneal@29 1180 Fixed so the resize button has a se-resize cursor css value.
bgneal@29 1181 Version 3.0rc2 (2008-01-18)
bgneal@29 1182 Added new fix_nesting option to fix bug #1867292, this is disabled by default.
bgneal@29 1183 Added new indentation option enables you to specify how much each indent/outdent call will add/remove.
bgneal@29 1184 Added easier support for enabling/disabling icon columns on drop menues.
bgneal@29 1185 Added new menu button control class. This control is very similar to the splitbutton but without any onclick action.
bgneal@29 1186 Added support for previous tab focus (shift+tab). The tab_focus setting now takes two items next and previous element.
bgneal@29 1187 Fixed bug where iframes inside the editor got removed in Firefox on initial load.
bgneal@29 1188 Fixed bug where the CSS for abbr elements wasn't applied correctly in IE.
bgneal@29 1189 Fixed bug where mceAddControl on element inside a hidden container produced errors.
bgneal@29 1190 Fixed bug where closed anchors like <a /> produced strange results.
bgneal@29 1191 Fixed bug where caret would jump to the top of the editor if enter was pressed a the end of a list.
bgneal@29 1192 Fixed bug where remove editor failed if the editor wasn't properly initialized.
bgneal@29 1193 Fixed bug where render call on for a non existing element produced exception.
bgneal@29 1194 Fixed bug where parent window was hidden when the color picker was used in a non inlinepopups setup.
bgneal@29 1195 Fixed bug where onchange event wasn't fired correctly on IE when color picker was used in dialogs.
bgneal@29 1196 Fixed bug where save plugin could not save contents if the converted element wasn't an textarea.
bgneal@29 1197 Fixed bug where events might be fired even after an editor instance was removed such as blur events.
bgneal@29 1198 Fixed bug where an exception about undefined undo levels could be throwed sometimes.
bgneal@29 1199 Fixed bug where the plugin_preview_pageurl option didn't work.
bgneal@29 1200 Fixed bug where adding/removing an editor instance very fast could produce problems.
bgneal@29 1201 Fixed bug where the link button was highlighted when an anchor element was selected.
bgneal@29 1202 Fixed bug where the selected contents where removed if a new anchor element was added.
bgneal@29 1203 Fixed bug where splitbuttons where rendered one pixel down in the default theme.
bgneal@29 1204 Fixed bug where some buttons where placed at incorrect positions in the o2k7 theme.
bgneal@29 1205 Fixed bug that made it impossible to visually disable a custom button that used an image instead of CSS sprites.
bgneal@29 1206 Fixed bug where it wasn't possible to press delete/backspace if the editor was added+removed and re-added due to a FF bug.
bgneal@29 1207 Fixed bug where an entities option with only 38,amp,60,lt,62,gt would fail in IE.
bgneal@29 1208 Fixed bug where innerHTML sometimes generated unknown runtime error on IE.
bgneal@29 1209 Fixed bug where content_css files wasn't loaded in the template preview iframe.
bgneal@29 1210 Fixed bug where scroll position was incorrect when toggling fullscreen mode.
bgneal@29 1211 Fixed bug where restoration of overflow didn't work correctly when disabling fullscreen mode in Opera.
bgneal@29 1212 Fixed bug where drop menus where places at incorrect locations if the editor was placed in a scrollable container element.
bgneal@29 1213 Fixed bug where hideMenu didn't hide sub menus correctly. It will now hide all menus recursively.
bgneal@29 1214 Fixed so theme_advanced_path_location can be used in init options for compatibility reasons.
bgneal@29 1215 Fixed so the drop menu colors matches the rest of o2k7 theme.
bgneal@29 1216 Fixed so the preview example.html file is updated to the new 3.x API.
bgneal@29 1217 Fixed so the margins are the same by default inside the editable area between IE and other browsers.
bgneal@29 1218 Fixed so editor contents gets stored before it the onSubmit event is fired.
bgneal@29 1219 Version 3.0rc1 (2008-01-08)
bgneal@29 1220 Added new classes for toolbar rows in advanced theme mceToolbarRow1..n enabled you to change appearance of individual rows.
bgneal@29 1221 Added auto detection for the strict_loading_mode option when running in application/xhtml+xml mode on Gecko.
bgneal@29 1222 Optimized the HTML serializer by bundling some post process methods together.
bgneal@29 1223 Fixed so that the toolbars have unique IDs, enables you to alter the toolbars using the ControlManager and the DOM.
bgneal@29 1224 Fixed bug where delta values for dialog sizes in language packs didn't work correctly due to missing string to number casting.
bgneal@29 1225 Fixed bug where paragraph generation logic didn't handle hr or table elements correctly if they where the only element.
bgneal@29 1226 Fixed bug where some elements got extra linebreaks added after or before it in HTML output.
bgneal@29 1227 Fixed bug where it was hard to modify existing style data on table rows and table cells.
bgneal@29 1228 Fixed bug where the dom.getRect method didn't handle non pixel values correctly.
bgneal@29 1229 Fixed bug where strikethrough and underline couldn't be toggled on existing span elements.
bgneal@29 1230 Fixed bug where the postprocessor searched for nsbp instead of nbsp entities.
bgneal@29 1231 Fixed bug where it was impossible to edit links that had child elements within them.
bgneal@29 1232 Fixed bug where it was possible to click on the parent item of a submenu.
bgneal@29 1233 Fixed bug where mouseover/mouseout images couldn't be removed in advimage dialog.
bgneal@29 1234 Fixed bug where drop menus didn't work when running in application/xhtml+xml mode.
bgneal@29 1235 Fixed bug where Opera added doctype to output in application/xhtml+xml mode.
bgneal@29 1236 Fixed bug where some DOM methods didn't work correctly in the application/xhtml+xml mode.
bgneal@29 1237 Fixed bug where the inlinepopups didn't work correctly in the application/xhtml+xml mode.
bgneal@29 1238 Fixed bug where the ColorSplitButton didn't display correctly in the application/xhtml+xml mode.
bgneal@29 1239 Fixed bug where the UI layout was incorrect on Gecko browsers when running in application/xhtml+xml mode.
bgneal@29 1240 Fixed bug where the word paste plugin produced exception while running in application/xhtml+xml mode.
bgneal@29 1241 Fixed bug where there wasn't any hidden input element generated for divs while running in application/xhtml+xml mode.
bgneal@29 1242 Fixed bug where indentation of script/style/pre elements where incorrect.
bgneal@29 1243 Fixed bug where script element contents was removed in IE.
bgneal@29 1244 Fixed bug where script element contents got entity encoded.
bgneal@29 1245 Fixed bug where you couldn't edit existing element styles using the styles plugin.
bgneal@29 1246 Fixed bug where styles wasn't updated properly sometimes due to an performance enhancement.
bgneal@29 1247 Fixed bug where font sizes couldn't be changed using the style plugin.
bgneal@29 1248 Fixed bug where an error was produced in Gecko browsers when switching back from fullscreen mode.
bgneal@29 1249 Fixed bug where Opera was producing br elements after elements like h3.
bgneal@29 1250 Fixed bug where TinyMCE couldn't be loaded on a page using - characters in it's URL.
bgneal@29 1251 Fixed bug where the editor container element was forced to have a specific name.
bgneal@29 1252 Fixed bug with force_br_newlines option on Firefox, even though it should never be used (Read FAQ).
bgneal@29 1253 Fixed bug where onclick event had an return true; prefix added when creating an popup.
bgneal@29 1254 Fixed bug where the theme_advanced_statusbar_location option couldn't handle the value "none".
bgneal@29 1255 Fixed issue with URLs with multiple at characters for example an Zope URI.
bgneal@29 1256 Fixed so simple and advanced themes doesn't collide.
bgneal@29 1257 Fixed so a elements gets removed when the href field is left empty, the href attribute is required in a link after all.
bgneal@29 1258 Fixed so img elements gets removed when the src field is left empty, the src attribute is required for all images after all.
bgneal@29 1259 Removed the indent and encode methods from the tinymce.dom.Serializer class due to performance enhancement and reduction of the API size.
bgneal@29 1260 Version 3.0b3 (2007-12-14)
bgneal@29 1261 Added new getElement method to Editor class, returns the element that was replaced with the editor instance.
bgneal@29 1262 Added new unavailable prefix for disabled controls for accessibility reasons.
bgneal@29 1263 Fixed bug where regexp patterns couldn't be used for the editor_selector/editor_deselector options.
bgneal@29 1264 Fixed bug where the DOM wasn't properly initialized before the onInit event was executed in popups.
bgneal@29 1265 Fixed bug where font sizes where reduced by font size actions on previous spans in Safari.
bgneal@29 1266 Fixed bug where HR elements got places at the wrong location in IE.
bgneal@29 1267 Fixed bug where align/justify didn't work correctly on multiple paragraphs.
bgneal@29 1268 Fixed bug with missing translation for cell scope settings.
bgneal@29 1269 Fixed bug where selection/caret position was lost on some table actions.
bgneal@29 1270 Fixed bug where editor instances couldn't be added to hidden div elements.
bgneal@29 1271 Fixed bug where list elements in Safari would get an odd ID attribute.
bgneal@29 1272 Fixed bug where IE would return <html/> when the editor was completely empty.
bgneal@29 1273 Fixed bug where accessibility title attribute for access keys wasn't setup properly.
bgneal@29 1274 Fixed bug where forecolorpicker and backcolorpicker control names wasn't working.
bgneal@29 1275 Fixed bug where inserting template content didn't work in Safari due to selection exception.
bgneal@29 1276 Fixed bug where absolute URLs to remote hosts couldn't be used for background images.
bgneal@29 1277 Fixed bug where mysterious span elements where produced in Safari when injecting HTML contents.
bgneal@29 1278 Fixed bug where the media plugin didn't work correctly on the latest Opera 9.24.
bgneal@29 1279 Fixed bug where indentation of HTML output wasn't applied to all block elements.
bgneal@29 1280 Fixed bug where Safari was production DOM exception if you pressed enter in an empty editor.
bgneal@29 1281 Fixed bug where media plugin didn't parse script tags correctly patch contributed by Mathieu Campagna.
bgneal@29 1282 Fixed bug where the drop menus of list boxes like blockformat could produce scrolling of the page.
bgneal@29 1283 Fixed bug where the drop menus where placed at an incorrect location if TinyMCE was placed in a scrollable div.
bgneal@29 1284 Fixed bug where submit buttons couldn't be named submit, it's not recommended to name submit buttons submit anyway.
bgneal@29 1285 Fixed bug where the stylelistbox produced an exception if there was only one class in the list box.
bgneal@29 1286 Fixed bug where the stylelistbox wasn't updated correctly when the current class was removed.
bgneal@29 1287 Fixed bug where the formatblock command sometimes removed the body element.
bgneal@29 1288 Fixed bug where fullscreen switching in IE sometimes produced an exception when the spellchecker plugin was enabled.
bgneal@29 1289 Fixed issue where FF produced an empty paragraph when the editor was completely empty.
bgneal@29 1290 Fixed issue with size of image dialog in the advanced theme.
bgneal@29 1291 Fixed issues with the bbcode plugin it now also handles spans and the [font] rule.
bgneal@29 1292 Fixed so the style compression feature is a bit smarter to resolve issues with Opera.
bgneal@29 1293 Reintroduced the remove_linebreaks option, this is enabled by default.
bgneal@29 1294 Version 3.0b2 (2007-11-29)
bgneal@29 1295 Added type and compact attributes to the default valid_elements list for the ul and ol elements.
bgneal@29 1296 Added missing accessibility support to native list boxes in both the toolbar and dialogs.
bgneal@29 1297 Added missing access key for the element path for accessibility reasons.
bgneal@29 1298 Fixed support for loading themes from external URLs.
bgneal@29 1299 Fixed bug where setOuterHTML didn't work correctly when multiple elements where passed to it.
bgneal@29 1300 Fixed bug with visualchars plugin was moving elements around in the DOM.
bgneal@29 1301 Fixed bug with DIV elements that got converted into editors on IE.
bgneal@29 1302 Fixed bug with paste plugin using the old event API.
bgneal@29 1303 Fixed bug where the spellchecker was removing the word when it was ignored.
bgneal@29 1304 Fixed bug where fullscreen wasn't working properly.
bgneal@29 1305 Fixed bug where the base href element and attribute was ignored.
bgneal@29 1306 Fixed bug where redo function didn't work in IE.
bgneal@29 1307 Fixed bug where content_css didn't work as previous 2.x branch.
bgneal@29 1308 Fixed bug where preview dialog was throwing errors if the content_css wasn't defined.
bgneal@29 1309 Fixed bug where the theme_advanced_path option didn't work like the 2.x branch.
bgneal@29 1310 Fixed bug where the theme_advanced_statusbar_location was called theme_advanced_status_location.
bgneal@29 1311 Fixed bug where the strict_loading_mode option didn't work if you created editors dynamically without using the EditorManager.
bgneal@29 1312 Fixed bug where some language values wasn't translated such as insert and update in dialogs.
bgneal@29 1313 Fixed bug where some image attributes wasn't stored correctly when inserting an image.
bgneal@29 1314 Fixed bug where fullscreen mode didn't restore scrollbars when disabled.
bgneal@29 1315 Fixed bug where there was no visual representation for tab focus in toolbars on IE.
bgneal@29 1316 Fixed bug where HR elements wasn't treated as block elements so forced_root_block would fail on these.
bgneal@29 1317 Fixed bug where autosave presented warning message even when the form was submitted normally.
bgneal@29 1318 Fixed typo of openBrower it's now openBrowser in form_utils.js.
bgneal@29 1319 Fixed various HTML problems like missing TD elements and duplicated doctypes.
bgneal@29 1320 Fixed default values for theme_advanced_resize_horizontal, theme_advanced_resizing_use_cookie to be 2.x compatible.
bgneal@29 1321 Moved spellchecker JS files into the development package.
bgneal@29 1322 Removed support for theme_advanced_path_location since the theme_advanced_statusbar_location is the correct option name.
bgneal@29 1323 Version 3.0b1 (2007-11-21)
bgneal@29 1324 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.
bgneal@29 1325 Added new addQueryValueHandler method to the tinymce.Editor class.
bgneal@29 1326 Added new class_filter option, this enables you to specify a function that can filter out CSS classes for the styles list box.
bgneal@29 1327 Added support form [url=url]title[/url] to the bbcode plugin.
bgneal@29 1328 Renamed the addCommandQueryState method in the tinymce.Editor class to addQueryStateHandler.
bgneal@29 1329 Renamed loadQue to loadQueue, to correct spelling.
bgneal@29 1330 Removed the createDOM method from the window manager and replace it with a createInstance method.
bgneal@29 1331 Removed the add to beginning of class attribute parameter of the DOMUtils.addClass method.
bgneal@29 1332 Fixed bug with the forced_root_block option, didn't work correctly with multiple inline elements.
bgneal@29 1333 Fixed bug where image dialogs replaced the current image element with a new one even when it was updated.
bgneal@29 1334 Fixed bug where the submit trigger wasn't executed when divs where converted into editor instances.
bgneal@29 1335 Fixed bug where div elements that got converted into editors didn't get a hidden input element generated for them.
bgneal@29 1336 Fixed bug where the the media_use_script option for the media plugin wasn't working correctly.
bgneal@29 1337 Fixed bug where the font size and font family listboxes wasn't updated correctly on Safari.
bgneal@29 1338 Fixed bug where the height of the fieldset in default image dialog for the advanced theme was to small.
bgneal@29 1339 Fixed bug where the font sizes behaved incorrectly after a cleanup on Safari.
bgneal@29 1340 Fixed bug where formatblock didn't work correctly in Safari on some elements.
bgneal@29 1341 Fixed bug where template plugin didn't insert content correctly unless some options where specified.
bgneal@29 1342 Fixed bug where charmap on Safari produced scrollbars.
bgneal@29 1343 Fixed bug where there was white artifacts in some dialogs due to missing background color.
bgneal@29 1344 Fixed bug where port was added to all external URLs if the editor was loaded from a custom port.
bgneal@29 1345 Fixed bug where the context menus got duplicated on Safari 3.0.4 on Mac OS X.
bgneal@29 1346 Fixed bug where dialogs like paste from word was huge on Firefox.
bgneal@29 1347 Fixed bug with media plugin not working with windows media objects.
bgneal@29 1348 Fixed bug where a forever loop was created if multiple instances where submitted using form.submit.
bgneal@29 1349 Fixed bug with editing a table produce error in IE when inlinepopups where used.
bgneal@29 1350 Fixed bug where the style plugin generated ugly looking style information in IE.
bgneal@29 1351 Fixed bug where the inline dialogs that got opened while in fullscreen mode wasn't visible.
bgneal@29 1352 Fixed bug where it was difficult to place the caret inside the word paste dialog.
bgneal@29 1353 Fixed bug where Opera produced strange border in the word paste dialog.
bgneal@29 1354 Fixed bug where viewport constraints could move a inlinepopup to a negative x, y position if the viewport was to small.
bgneal@29 1355 Fixed bug where template plugin was producing an error due to a deprecated API call.
bgneal@29 1356 Fixed bug where drag drop of images failed in Gecko if a document_base_url was specified.
bgneal@29 1357 Fixed bug where Firefox 3 failed to apply block formats like H1-H6 it still breaks on DIVs this has been reported to bugzilla.
bgneal@29 1358 Fixed bug where IE was producing a warning dialog about non secure items when running TinyMCE over HTTPS.
bgneal@29 1359 Fixed bug where the onbeforeunload event was triggered when menus or dialogs where opened.
bgneal@29 1360 Fixed bug where the fullscreen mode of the HTML view source box threw an error.
bgneal@29 1361 Fixed bug where the mceFocus command didn't work correctly.
bgneal@29 1362 Fixed bug where the selection could get lost in IE using inlinepopups.
bgneal@29 1363 Fixed so the body of the editor area has the mceContentBody class just like the 2.x branch.
bgneal@29 1364 Fixed so the media icon gets active when a media element is selected.
bgneal@29 1365 Version 3.0a3 (2007-11-13)
bgneal@29 1366 Added new experimental jQuery and Prototype framework adapters to the development package.
bgneal@29 1367 Added new translation.html file for the development package. Helps with the internationalization of TinyMCE.
bgneal@29 1368 Added new setup callback option, use this callback to add events to TinyMCE. This method is recommended over the old callbacks.
bgneal@29 1369 Added new API documetation to all classes, functions, events, properties to the Wiki with examples etc.
bgneal@29 1370 Added new init method to all plugins and themes, since it's shorter to write and it mimics interface capable languages better.
bgneal@29 1371 Fixed various CSS issues in the default skin such as alignment of split buttons and separators.
bgneal@29 1372 Fixed issues with mod_security. It didn't like that a content type of text/javascript was forced in a XHR.
bgneal@29 1373 Fixed all events so that they now pass the sender object as it's first argument.
bgneal@29 1374 Fixed some DOM methods so they now can take an array as input.
bgneal@29 1375 Fixed so addButton and the methods of the ControlManager uses less arguments and it now uses a settings object instead.
bgneal@29 1376 Fixed various issues with the tinymce.util.URI class.
bgneal@29 1377 Fixed bug in IE and Safari and the on demand gzip loading feature.
bgneal@29 1378 Fixed bug with moving inline windows sometimes failed in IE6.
bgneal@29 1379 Fixed bug where save_callback function wasn't executed at all.
bgneal@29 1380 Fixed bug where inlinepopups produces scrollbars if windows where moved to the corners of the browser.
bgneal@29 1381 Fixed bug where view HTML source failed when inserting a embedded media object.
bgneal@29 1382 Fixed bug where the listbox menus didn't display correctly on IE6.
bgneal@29 1383 Fixed bug where undo level wasn't added when editor was blurred.
bgneal@29 1384 Fixed bug where spellchecker wasn't disabled when fullscreen mode was enabled.
bgneal@29 1385 Fixed bug where Firefox could crash some times when the user switched to fullscreen mode.
bgneal@29 1386 Fixed bug where tinymce.ui.DropMenu didn't remove all item data when an item was removed from the menu.
bgneal@29 1387 Fixed bug where anchor list in advlink dialog wasn't populated correctly in Safari.
bgneal@29 1388 Fixed bug where it wasn't possible to edit tables in IE when inlinepopups was enabled.
bgneal@29 1389 Fixed bug where it wasn't possible to change the table width of an existing table.
bgneal@29 1390 Fixed bug where xhtmlxtras like abbr didn't work correctly on IE.
bgneal@29 1391 Fixed bug where IE6 had some graphics rendering issues with the inlinepopups.
bgneal@29 1392 Fixed bug where inlinepopup windows where moved incorrectly when they were boundary checked for min width.
bgneal@29 1393 Fixed bug where textareas without id or name couldn't be converted into editor instances.
bgneal@29 1394 Fixed bug where TinyMCE was stealing element focus on IE.
bgneal@29 1395 Fixed bug where the getParam method didn't handle false values correctly.
bgneal@29 1396 Fixed bug where inlinepopups was clipped by other TinyMCE instances or relative elements in IE.
bgneal@29 1397 Fixed bug where the contextmenu was clipped by other TinyMCE instances or relative elements in IE.
bgneal@29 1398 Fixed bug where listbox menus was clipped by other TinyMCE instances or relative elements in IE.
bgneal@29 1399 Fixed bug where listboxes wasn't updated correctly when the a value wasn't found by select.
bgneal@29 1400 Fixed various CSS issues that produced odd rendering bugs in IE.
bgneal@29 1401 Fixed issues with tinymce.ui.DropMenu class, it required some optional settings to be specified.
bgneal@29 1402 Fixed so multiple blockquotes can be removed with a easier method than before.
bgneal@29 1403 Optimized some of the core API to boost performance.
bgneal@29 1404 Removed some functions from the core API that wasn't needed.
bgneal@29 1405 Version 3.0a2 (2007-11-02)
bgneal@29 1406 Fixed critical bug where IE generaded an error on a hasAttribute call in the serialization engine.
bgneal@29 1407 Fixed critical bug where some dialogs didn't open in the non dev package.
bgneal@29 1408 Fixed bug when using the theme_advanced_styles option. Error was thrown in some dialogs.
bgneal@29 1409 Fixed bug where the close buttons produced an error when native windows where used.
bgneal@29 1410 Fixed bug in default skin so that split buttons gets activated correctly.
bgneal@29 1411 Fixed so plugins can be loaded from external urls outsite the plugins directory.
bgneal@29 1412 Version 3.0a1 (2007-11-01)
bgneal@29 1413 Rewrote the core and most of the plugins and themes from scratch.
bgneal@29 1414 Added new and improved serialization engine, faster and more powerful.
bgneal@29 1415 Added new internal event system, things like editor.onClick.add(func).
bgneal@29 1416 Added new inlinepopups plugin, the dialogs are now skinnable and uses clearlooks2 as default.
bgneal@29 1417 Added new contextmenu plugin, context menus can now have submenus and plugins can add items on the fly.
bgneal@29 1418 Added new skin support for the simple and advanced themes you can alter the whole UI using CSS.
bgneal@29 1419 Added new o2k7 skin for the simple and advanced themes.
bgneal@29 1420 Added new custom list boxes for font size/format/style etc with preview support.
bgneal@29 1421 Added new UI management, enabled plugins to create controls like splitbuttons or menus easier.
bgneal@29 1422 Added new JSON parser/serializer and JSON-RPC class to the core API.
bgneal@29 1423 Added new cookie utility class to the core API.
bgneal@29 1424 Added new Unit testing class to the core API only available in dev mode.
bgneal@29 1425 Added new firebug lite integration when loading the dev version of TinyMCE.
bgneal@29 1426 Added new Safari plugin, fixes lots compatibility of issues with Safari 3.x.
bgneal@29 1427 Added new URI/URL parsing it now handles the hole RFC and even some exceptions.
bgneal@29 1428 Added new pagebreak plugin, enables you to insert pagebreak comments like <!-- pagebreak -->
bgneal@29 1429 Added new on demand loading of plugins and themes. Enables you to load and init TinyMCE at any time.
bgneal@29 1430 Added new throbber/progress visualization a plugin can show/hide this when it's needed.
bgneal@29 1431 Added new blockquote button. Enables you to wrap paragraphs in blockquotes.
bgneal@29 1432 Added new compat2x plugin. Will provide a TinyMCE 2.x API for older plugins.
bgneal@29 1433 Added new theme_advanced_resizing_min_width, theme_advanced_resizing_min_height options.
bgneal@29 1434 Added new theme_advanced_resizing_max_height, theme_advanced_resizing_max_height options.
bgneal@29 1435 Added new use_native_selects option. Enables you to toggle native listboxes on and off.
bgneal@29 1436 Added new docs_url option enables you to specify where the TinyMCE user documentation is located.
bgneal@29 1437 Added new frame and rules options for the table dialog.
bgneal@29 1438 Added new global rule for valid_elements/extended_valid_elements enables you to specify global attributes for all elements.
bgneal@29 1439 Added new deny attribute rule characher so it's possible to deny global attribute rules on specific elements.
bgneal@29 1440 Added new unit tests in the dev package of TinyMCE. Runs tests on the core API, commands and settings of the editor.
bgneal@29 1441 Readded the inline_styles option and enabled it by default so deprecated attributes are no longer used.
bgneal@29 1442 Removed all button images and replaced them with CSS sprite images. Reduces the number of requests needed.
bgneal@29 1443 Removed lots of language files and merged them into the base language files. Reduces the number of requests needed.
bgneal@29 1444 Removed lots of unnecessary files and merged many of them together to reduce requests and improve loading speed.
bgneal@29 1445 Reduced the over all script size by 33% and the number of files/requests by 75% so it loads a lot faster.
bgneal@29 1446 Fixed so convert_fonts_to_spans are enabled by default. So no more font tags.
bgneal@29 1447 Fixed so underline and strikethrough uses spans instread of deprecated U and STRIKE elements.
bgneal@29 1448 Fixed so indent/outdent adds/removed margin-left instead of blockquotes.
bgneal@29 1449 Fixed so alignment of paragraphs results in a text-align style value instead of the deprecated align attribute.
bgneal@29 1450 Fixed so alignment of images uses float or vertical-align style values instead of the deprecated align attribute.
bgneal@29 1451 Fixed so all classes from @import stylesheets gets imported into the editor.
bgneal@29 1452 Fixed so the directionality can toggle the dir attribute on and off.
bgneal@29 1453 Fixed so the fullscreen_settings can be used for all types of fullscreen modes.
bgneal@29 1454 Fixed so the advanced HR dialog gets displayed when inserting a HR not only on edit.
bgneal@29 1455 Fixed bug where word wrap didn't work in the source editor on Safari.
bgneal@29 1456 Fixed so non HTML elements can be used within the editor such as <myns:tag>
bgneal@29 1457 Fixed various memory leaks in IE and reduced the unload cleanups needed.
bgneal@29 1458 Fixed so the preformatted option adds an invisible container pre tag inside the editor.
bgneal@29 1459 Renamed the _template plugin to example and updated it to use the new 3.x API.