remove old readme
[atutor.git] / jscripts / tiny_mce / changelog.txt
1 Version 3.3rc1 (2010-02-23)\r
2         Fixed bug with new legacyoutput plugin not working correctly on it's own.\r
3         Fixed bug some performance issues with removing text formats.\r
4         Fixed bug where TinyMCE specific attributes wasn't removed properly by remove format.\r
5         Fixed bug where it wasn't possible to align images within inline elements.\r
6         Fixed bug where Ctrl+Delete/Backspace would produce an invalid argument exception on IE.\r
7         Fixed bug where the search/replace logic could produce an infinite loop on IE for reverse searches.\r
8         Fixed bug where cloning formats in cells didn't work properly on IE.\r
9         Fixed bug where IE6 would produce a horizontal scroll bar.\r
10         Fixed so remove jQuery method removes the TinyMCE instance as well as the specified textarea.\r
11         Fixed so selected rows and cells gets updated using the row/cell properties dialogs.\r
12 Version 3.3b2 (2010-02-04)\r
13         Fixed bug where sometimes img elements would be removed by split method in DOMUtils.\r
14         Fixed bug where merging of span elements could occur on bookmark nodes.\r
15         Fixed bug where classes wasn't properly removed when removeformat was used on IE 6.\r
16         Fixed bug where multiple calls to an tinyMCE.init with mode set to exact could produce the same unique ID.\r
17         Fixed bug with the IE selection implementation when it was feeded an document range.\r
18         Fixed bug where block elements formatting wasn't properly removed by removeformat on all browsers.\r
19         Fixed bug where selection location was lost if you performed a manual cleanup.\r
20         Fixed bug where removeformat wouldn't remove span elements within styled block elements.\r
21         Fixed bug where an error would be thrown if you clicked on the separator lines in menus.\r
22         Fixed bug with the jQuery plugin adding always adding a querystring value to other resources.\r
23         Fixed bug where IE would produce an error message if you had an empty editor instance.\r
24         Fixed bug where Shift+Enter didn't produce br elements on WebKit browsers.\r
25         Fixed bug where a temporary marker element wasn't removed by the paste plugin.\r
26         Fixed bug where inserting a table would produce two undo levels instead of one.\r
27 Version 3.3b1 (2010-01-25)\r
28         Added new text formatting engine. Fixes a lot of browser quirks and adds new possibilities.\r
29         Added new advlist plugin that enables you to set the formats of list elements.\r
30         Added new paste plugin logic that enables you to retain style information from Office.\r
31         Added new autosave plugin logic that automatically saves contents in local storage.\r
32         Added new valid_styles option. Adds the possibility to restrict styles and their order.\r
33         Added new theme_advanced_runtime_fontsize option to display the runtime font size in font size select box.\r
34         Added new jquery plugin version that handles the gzip compressor amongst other things. Contributed by Speednet.\r
35         Added new $ function to tinymce namespace and editor instances for the jQuery build.\r
36         Added the possibility to get editors by index as well as name in the tinyMCE.editors collection.\r
37         Fixed so the contents inside the editor renders in standards mode by default.\r
38         Fixed bug where it wasn't possible to move the caret on short documents running in standards mode on IE.\r
39         Fixed bug where the decode method of the DOMUtils class could end up in an endless loop.\r
40         Fixed bug where it was possible to bypass the paste cleanup on non IE browsers if you clicked while pasting.\r
41         Fixed bug where some attributes wasn't serialized correctly on IE if wildcard attribute patters where used.\r
42         Fixed bug where entity decoding was performed on strings that didn't have any valid entities in them.\r
43         Fixed bugs with the insertNode method of the IE DOMRange implementation. Patch contributed by Scott McNaught.\r
44         Rewrote the getBookmark/moveToBookmark selection logic to boost performance on larger documents.\r
45         Rewrote the table plugin to include new cell selection logic and fixed various bugs and issues.\r
46         Merged the tinyMCE, tinymce and tinymce.EditorManager into the same instance makes more sense.\r
47         Removed browser setting since the browser support for TinyMCE is not far better than it was when that setting was introduced.\r
48         Changed the mce_ attribute prefix to the more standard _mce_ prefix. This is similar to browser vendors prefixes.\r
49         Optimized performance with named entities on Gecko. Regexp replace was executing very slowly probably due to a Gecko bug.\r
50         Optimized performance of the IE specific selection/range implementation.\r
51         Removed the safari plugin since we now replaced all text formatting logic to custom code.\r
52 Version 3.2.7 (2009-09-22)\r
53         Fixed bug where uppercase paragraphs could still produce an invalid DOM tree on IE.\r
54         Fixed bug where split command didn't work on WebKit since the node serializer needs a real document to work with.\r
55         Fixed bug where it was impossible in Gecko to place the caret before a table if it was the first one.\r
56         Fixed bug where linking to urls like ../../ would produce an extra traling slash ../..//.\r
57         Fixed bug where the template cdate functionality was using an old 2.x API call. Patch contributed by vectorjohn.\r
58         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.\r
59         Fixed bug where the paste plugin would remove mceItem prefixed classes.\r
60         Fixed bug where the paste plugin would sometimes add items in a reverse order on WebKit.\r
61         Fixed bug where the paste buttons would present an error message on Gecko even if you changed user.js. Patch contributed by Todd (teeaykay).\r
62         Fixed bug where Opera would crash if you had tables incorrectly placed inside paragraphs.\r
63         Fixed bug where styles elements wasn't properly processed if you had bad input HTML.\r
64         Fixed bug where style attributes wasn't properly forced into a specific format.\r
65         Fixed bug and issues with boolean attributes like checked, nowrap etc.\r
66         Fixed bug where input elements could override attributes on form elements.\r
67         Fixed bug where script or style elements could get modified by the DOMUtils processHTML method.\r
68         Fixed bug where the selected attribute could get lost when force root blocks logic got executed on IE. Patch contributed by Attila Mezei-Horvati.\r
69         Fixed bug where getAttribs method didn't handle boolean attributes correctly on IE.\r
70         Fixed so the paste from word dialog is presented if you paste content on an IE with to restrictive security settings.\r
71         Fixed so the paste_strip_class_attributes option is set to none by default in the paste plugin.\r
72         Removed default border=0 on tables for the default value of valid_elements.\r
73 Version 3.2.6 (2009-08-19)\r
74         Added new wordcount plugin, this will display the number of typed words as you write. Contributed by Andrew Ozz.\r
75         Added new getNext and getPrev methods to DOM utils. These will return the first matching sibling.\r
76         Fixed bug where it was impossible to place the caret after a table on Gecko. It will now add a paragraph after tables.\r
77         Fixed bug where inline dialogs would fail if used in a window opened using a showModalDialog. Patch contributed by Derek Britt.\r
78         Fixed bug where IE could sometimes render a unknown runtime error on invalid input HTML.\r
79         Fixed bug where some incorrectly placed tables wouldn't be moved outside the paragraphs on IE.\r
80         Fixed bug where uppercase script/style element wouldn't be handled correctly and converted to valid lowercase.\r
81         Fixed bug where some WebKit versions on Mac OS X would produce issues with hidden select fields.\r
82         Fixed bug where the media plugin would fail on WebKit since the node wasn't properly imported to the right document.\r
83         Fixed bug where absolute URLs for the TinyMCE script using a base href element would cause loading problems in IE 6/7.\r
84         Fixed bug where pasting using the paste plugin wasn't possible on IE with to restrictive security settings.\r
85         Fixed bug where pasting of whitespace was impossible using the new custom paste method.\r
86         Fixed bug where pasting on some WebKit browsers would not work if you pasted specific contents due to a WebKit bug.\r
87         Fixed bug where doctypes with multiple lines would not be parsed correctly by the fullpage plugin. Patch contributed by Colin.\r
88         Fixed bug where the autoresize plugin would break the fullscreen functionality.\r
89         Fixed bug where tables would be chopped up running on IE using invalid contents and pasting paragraphs into a cell.\r
90         Fixed bug where the each method of jQuery build didn't iterate styleSheets. We now use the TinyMCE API one instead.\r
91         Fixed bug where auto switching to paragraphs after headers some times failed in Gecko.  \r
92         Fixed so all editor options gets passed to the Serializer class. Patch contributed by Jasper Mattsson.\r
93         Fixed so script/style blocks isn't wrapped in paragraphs as other inline elements.\r
94         Fixed so the XHR requests sends the X-Requested-With HTTP header.\r
95         Fixed so the data url scheme is handled in the tinymce.util.URI class.\r
96         Changed inline documentation to use moxiedoc style comments.\r
97         Removed the compat2x plugin people should have upgraded to the 3.x API by now. 3.0 was released more then a year ago.\r
98         Re-added Gecko specific message for users who doesn't understand the security concept regarding paste.\r
99 Version 3.2.5 (2009-06-29)\r
100         Added new jQuery plugin for the jQuery specific package. This enables you to more easily load and use TinyMCE.\r
101         Added new autoresize plugin contributed by Peter Dekkers. This plugin will auto resize the editor to the size of the contents.\r
102         Fixed so all packages have the same directory structure. Previous releases had a different structure for the production package.\r
103         Fixed so the paste from word dialog forces the contents to be processed as word contents even if it's not.\r
104         Fixed so the jQuery build adapter build works. It's currently only excluding Sizzle.\r
105         Fixed so noscript element contents is retained during the editing process.\r
106         Fixed bug where the getBookmark method would need a "simple" string input when the documented way is a boolean.\r
107         Fixed bug where invalid contents could break the fix_table_elements logic.\r
108         Fixed bug where Sizzle specific attributes would be serialized if the valid_elements was set to *[*].\r
109         Fixed bug where IE would produce an error if you specified a relative content_css and opened the paste dialog.\r
110         Fixed bug where pasting images on IE would produce broken images if they came from an external site.\r
111         Fixed bug where memory was leaked if you add/remove controls dynamically. Some event handlers wasn't removed properly.\r
112         Fixed bug where domain relaxing wasn't treated correctly if you added it after the TinyMCE script element.\r
113         Fixed bug where the activeEditor wasn't set to null if the last editor instance was removed.\r
114         Fixed bug where IE was leaking memory on the onbeforeunload event due to some recently introduced logic. Patch contributed by Options.\r
115         Fixed bug where inserting tables in Safari 4 didn't work due to a new WebKit bug where some element names are reserved.\r
116         Fixed bug where URLs having a :// value in the query string would make it absolute regardless of URL settings.\r
117         Fixed the WebKit specific bug where DOM Ranges would fail if the node wasn't attached to something in a different way.\r
118         Removed the auto_resize option and the resizeToContent method from the tinymce.Editor class. Use the new autoresize plugin instead.\r
119 Version 3.2.4.1 (2009-05-25)\r
120         Fixed bug where Gecko browsers would produce an extra space after for example strong when loaded from sub domains.\r
121         Fixed bug where script elements would be removed if they where placed inside a paragraph element.\r
122         Fixed bug where IE 8 would produce 1 item remaining when loading CSS files dynamically with an empty cache.\r
123         Fixed bug where bound events would be removed from other editor instances if a specific one was removed.\r
124         Fixed various bugs and issues with script and style elements inside the editor.\r
125         Fixed so all script contents gets wrapped in CDATA sections so that they can be parsed using a XML parser.\r
126         Fixed so it's impossible for elements marked as closed to have child nodes rendered in output.\r
127 Version 3.2.4 (2009-05-21)\r
128         Added new paste_remove_styles/paste_remove_styles_if_webkit option to paste plugin concept contributed by Hadrien Gardeur.\r
129         Added new functionality to paste plugin contributed by Scott Eade aka monkeybrain.\r
130         Added new paste_block_drop option to the paste plugin this is disabled by default and will block any drag/drop event.\r
131         Added new bind/unbind methods to DOMUtils these works like Event.add/Event.remove but is easier to access.\r
132         Added new paste_dialog_width/paste_dialog_height options to paste pluign. Enables you to change the dialog sizes.\r
133         Fixed bug on IE 8 where it would sometimes produce a "1 item remaining" status message that would never finish.\r
134         Fixed bug on Safari 4 beta that would produce DOM Range exceptions on the DOMUtils split method since the browser has a bug.\r
135         Fixed bug where the paste plugin could accidentally think that some word sentences was supposed to be list elements.\r
136         Fixed bug where paste plugin would produce one extra empty undo level on some browsers.\r
137         Fixed bug where spans wasn't produced correctly on new line when the keep_styles option was enabled.\r
138         Fixed bug where the caret would be placed at the beginning of contents in IE 8 if you selected colors from the color pickers.\r
139         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.\r
140         Fixed so internal events for instances gets removed when the DOMUtils instance is removed.\r
141         Fixed so preventDefault and stopPropagation methods can be used on the event object in all browsers.\r
142 Version 3.2.3.1 (2009-05-05)\r
143         Fixed bug where paragraphs containing form elements such as input or textarea would be removed.\r
144         Fixed bug where some IE versions would produce a wrapper function for events attributes.\r
145         Fixed bug where table cell contents could be removed if you pressed return/enter at the end of the cell contents.\r
146         Fixed bug where the paste plugin would remove a extra character if the selection range was collapsed.\r
147         Fixed bug where creating tables with % width wouldn't be handled correctly on WebKit browsers.\r
148 Version 3.2.3 (2009-04-23)\r
149         Added new paste plugin logic. This new version will autodetect Word contents and clean it up.\r
150         Added a optional root element argument to getPos so you can tell it where to stop the calculation.\r
151         Added new DOM ready logic to remove the usage of document.write. We now use basically the same method as jQuery.\r
152         Fixed bug where WebKit browsers would fail when selecting all contents in the area using Ctrl+A.\r
153         Fixed bug where IE would produce paragraphs with empty inline style elements.\r
154         Fixed bug where WebKit browsers would fail when inserting tables with a non pixel width.\r
155         Fixed bug where block elements could get a redundant br element at the end of the element.\r
156         Fixed bug where the tabfocus plugin only worked with a single editor instance on page.\r
157         Fixed bug where IE 8 was loosing caret position if the selection was collapsed and a menu was clicked.\r
158         Fixed bug with application/xhtml+xml mode where menus wasn't working properly.\r
159         Fixed bug where the onstop workaround fix for IE would produce errors in an ASP update panel.\r
160         Fixed bug where the submit function override could produce errors if executed in the wrong scope.\r
161         Fixed bug where the area element wasn't closed by a short ending.\r
162         Fixed various number issues in the style plugins properties dialog. Contributed by datpaulchen.\r
163         Fixed issues with size suffix values in the style plugin dialog.\r
164         Fixed issue where hasDuplicate variable would leak out to the global space due to a bug in the Sizzle engine.\r
165         Fixed issue where the paste event would fire a dialog warning on IE since we extracted the text contents.\r
166         Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.\r
167 Version 3.2.2.3 (2009-03-26)\r
168         Fixed regression bug with the getPos method, it would return invalid if the view port was to small.\r
169 Version 3.2.2.2 (2009-03-25)\r
170         Fixed so the DOMUtils getPos method can be used cross documents if needed.\r
171         Fixed bug where undo/redo wasn't working correctly in Gecko browsers.\r
172 Version 3.2.2.1 (2009-03-19)\r
173         Added support for tel: URL prefixes. Even though this doesn't match any official RFC.\r
174         Fixed so the select method of the Selection class selects the first best suitable contents.\r
175         Fixed bug where the regexps for www. prefixes for link and advlink dialogs would match wwwX.\r
176         Fixed bug where the preview dialog would fail to open if the content_css wasn't defined. Patch contributed by David Bildström (ChronoZ).\r
177         Fixed bug where editors wasn't converted in application/xhtml+xml mode due to an issue with Sizzle.\r
178         Fixed bug where alignment would fail if multiple lines where selected.\r
179         Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.\r
180 Version 3.2.2 (2009-03-05)\r
181         Added new CSS selector engine. Sizzle the same one that jQuery and other libraries are using.\r
182         Added new is and getParents methods to the DOMUtils class. These use the new Sizzle engine to select elements.\r
183         Added new removeformat_selector option, enables you to specify a CSS selector pattern of elements to remove when using removeformat.\r
184         Fixed so the getParent method can take CSS expressions when selecting it's parents.\r
185         Added new ant based build process, includes a new javabased preprocessor and a yuicompressor ant task.\r
186         Moved the tab_focus logic into a plugin called tabfocus, so the old tab_focus option has been removed from the core.\r
187         Replaced the TinyMCE custom unit testing framework with Qunit and rewrote all tests to match the new logic.\r
188         Moved the examples/testcases to a root directory called tests since it now includes slickspeed.\r
189         Fixed bug where nbsp wasn't replaced correctly in ForceBlocks.js. Patch contributed by thorn.\r
190         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.\r
191         Fixed bug where it was impossible to get out of a link at the end of a block element in Gecko.\r
192         Fixed bug where the latest WebKit nightly would fail when changing font size and font family.\r
193         Fixed bug where the latest WebKit nightly would fail when opening dialogs due to changes to the arguments object.\r
194         Fixed bug where paragraphs wasn't added to elements positioned absolute using classes.\r
195         Fixed bug where font size values with dot's like 1.4em would produce a class instead of the style value.\r
196         Fixed bug where IE 8 would return an incorrect position for elements.\r
197         Fixed bug where IE 8 would render colorpicker/filepicker icons incorrectly.\r
198         Fixed bug where trailing slashes for directories in URLs would be removed.\r
199         Fixed bug where autostart and other boolean values in the media dialog wouldn't be stored/parsed correctly.\r
200         Fixed bug where the repaint call for the media plugin wouldn't be executed due to a typo in the source.\r
201         Fixed bug where id attribute of object elements wasn't kept intact by the media plugin.\r
202         Fixed bug where preview of embeded elements when the media_use_script option was used would fail.\r
203         Fixed bug where inlinepopups could be rendered at an incorrect location on IE 6 while dragging.\r
204         Fixed bug where the blocker shim could be placed at an incorrect location on IE 6.\r
205         Fixed bug where the multiple and size attributes of select elements would produce incorrect values while running in IE.\r
206         Fixed bug where IE would loose the caret position is you selected a color from the color drop down.\r
207         Fixed bug where remove format wouldn't work on IE since it couldn't remove span elements that had style information.\r
208         Fixed bug where Opera was removing links when removing formatting from selected contents.\r
209         Fixed bug where paragraphs could be produced inside non positional elements styled with the CSS position value of static.\r
210         Fixed bug where removeformat wouldn't work if you selected part of a span in IE.\r
211         Fixed bug where media plugin didn't retain the style attribute on embed/object elements.\r
212         Fixed bug where auto focus on empty editor instances could produce strange results if you inserted an image into it.\r
213         Fixed bug where   characters would be removed in FF when inserted with the mceInsertContent or selection.setContent methods.\r
214         Fixed bug where warning message of missing paste support wasn't displayed on WebKit browsers.\r
215         Fixed bug where anchor links could include other links. The selected range is now unlinked before adding news links to it.\r
216         Fixed memory leak when TinyMCE was used with prototype. Patch contributed by James Ots.\r
217         Fixed so the non documented fullpage_hide_in_source_view option for the fullpage plugin works again in the 3.x branch.\r
218         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.\r
219         Fixed so the source view dialog sets a source_view state to the event object. Enables plugins to intercept the source view mode.\r
220         Fixed various validation issues with the html dialogs and pages.\r
221         Removed ask mode option since there is way better ways of doing this now. Use the add/remove control methods instead.\r
222         Removed logic for compatibility with Safari 2.x, this browser is no longer supported since no one is using it.\r
223         Removed the auto domain relaxing feature. If loading scripts cross sub domains it's better to specify the document.domain by hand.\r
224 Version 3.2.1.1 (2008-11-27)\r
225         Added new theme_advanced_default_background_color/theme_advanced_default_foreground_color options. Patch contributed by David Bildström (ChronoZ).\r
226         Fixed font style formatting compatibility issue with Adobe Air.\r
227         Fixed so legacy font elements get converted into spans even if cleanup_on_startup isn't enabled.\r
228         Fixed bug where pre elements could be incorrectly modified by an IE bug workaround. Patch contributed by hu vime.\r
229         Fixed bug where input elements inside inlinepopups wasn't editable in Firefox 2.\r
230         Fixed bug where the xhtmlxtras plugin wasn't replacing attribute values correctly.\r
231         Fixed bug where menu buttons in skin variants would look strange due to IE 8 fixes.\r
232         Fixed bug where WebKit browsers would on backspace take you back to the previous page if the editor was empty.\r
233         Fixed bug where DOMUtils decode method wouldn't handle strings larger than 4096kb due to node chunking.\r
234         Fixed bug where meta key wasn't handled as ctrl key on Mac OS X for custom keyboard short cuts.\r
235         Fixed bug where init event would get fired twice on WebKit on Mac OS X.\r
236 Version 3.2.1 (2008-11-04)\r
237         Added support for custom icon image for drop menus. Use icon_src to set a custom image directly.\r
238         Added new media_strict option to media plugin. Enables you to control if the flash embed is strict or not. Enabled by default.\r
239         Fixed so the editors script files gets dynamically loaded without using XHR or eval.\r
240         Fixed so the media plugin outputs valid XHTML object elements for Flash movies. Can be disabled with the media_strict option.\r
241         Fixed so dynamic loading doesn't require eval calls on non IE browsers for better Air support.\r
242         Fixed bug where the editor wasn't treated as empty if the remaining paragraph had attributes.\r
243         Fixed bug where id's of elements was removed ones they got wrapped in paragraphs. Patch contributed by ChronoZ.\r
244         Fixed bug where WebKit browsers where placing list elements inside paragraph elements.\r
245         Fixed bug where inserting images or links would produce absolute urls on WebKit browsers.\r
246         Fixed bug where values for checked, readonly, disabled and selected attributes was incorrect on IE.\r
247         Fixed bug where positive values for checked, readonly, disabled and selected attributes wasn't forced to valid values.\r
248         Fixed bug where selecting the first option in a native select box would produce an undefined error.\r
249         Fixed bug where tabindex 32768 could be outputted on IE if element attributes where cloned.\r
250         Fixed bug where the media dialogs preview window would display incorrect contents due to duplicate clsid prefixes.\r
251         Fixed bug where non pixel or percent heights for textarea elements would produce errors on IE.\r
252         Fixed bug where cdata sections in script elements wasn't handled correctly.\r
253         Fixed bug where nowrap of table cells would produce a 65535 value output.\r
254         Fixed bug where media plugin would produce an error if you selected the first item in the items list.\r
255         Fixed bug where media plugin would modify links with the item _value in them.\r
256         Fixed so table width/height is better forced if inline_styles is enabled. Patch contributed by daKmoR.\r
257         Fixed css for IE 8 such as opacity and other rendering quirks.\r
258 Version 3.2.0.2 (2008-10-02)\r
259         Fixed bug where the SelectBox and NativeSelectBox wasn't updated correctly if undefined was passed to them.\r
260         Fixed bug where the style dropdown wasn't correctly changed back to it's original state when element had no class.\r
261         Fixed bug where multiple pending font styles wasn't handled correctly.\r
262         Fixed so you can disable all auto css loading for dialogs by setting the popups_css option to false.\r
263 Version 3.2.0.1 (2008-09-17)\r
264         Fixed bug where font sizes and faces wouldn't be changed correctly when there was a parent with a different style.\r
265         Fixed bug where adding fonts to the same selection would produce redundant spans.\r
266 Version 3.2 (2008-09-11)\r
267         Added new text style support, it will now use span elements internally instead of font elements.\r
268         Added new improved support for the theme_advanced_font_sizes option, check the Wiki for details.\r
269         Added new keep_style setting that maintains the text style on return/enter on non IE browsers, enabled by default.\r
270         Added new onBeforeSetContent/onBeforeGetContent/onSetContent/onGetContent events to the Selection class.\r
271         Added new selectByIndex method to ListBox class. This enables you to select list items by an index instead of a value.\r
272         Added new possibility to the select method of the ListBox class. This can now have a selector function as it's value argument.\r
273         Added new possibility to skip the loading of popups css by setting the feature popup_css to the value false.\r
274         Added new possibility to skip translation of popups by setting the translate_i18n feature to false.\r
275         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.\r
276         Added missing allowfullscreen and quality options for flash elements, this will now get correctly stored.\r
277         Fixed bug where table cell dialog didn't close properly unless the accessibility_warnings option was set to false.\r
278         Fixed bug where the modal dialog blocker element for inlinepopups wasn't placed at a correct location if the page had scroll.\r
279         Fixed bug where non inline dialogs didn't close correctly if the inlinepopups plugin was used.\r
280         Fixed bug where non inline dialogs could make the modal dialog blocker to work incorrectly.\r
281         Fixed bug where style select wasn't populated correctly if you pressed the arrow. Patch by Hari Karam Singh.\r
282         Fixed bug where toggling the fullscreen mode didn't restore scrollbars on IE when the editor was inside a frame. Patch by Jacob Barrett.\r
283         Fixed bug where inserting flash contents using the template plugin didn't work correctly.\r
284         Fixed bug where inserting flash contents using the selection.setContent or mceInsertContent command didn't work correctly.\r
285         Fixed bug where IE would produce an exception if a comment started with -.\r
286         Fixed bug where the blockquote button would wrap lists incorrectly on non IE browsers.\r
287         Fixed bug where Opera would display BR elements in the element path.\r
288         Fixed bug where xhtmlxtras didn't insert elements correctly on IE.\r
289         Fixed bug where the buttons wasn't activated correctly in the xhtmlxtras plugin.\r
290         Fixed bug where adding an object as the style attribute for the dom setAttribs method wouldn't work.\r
291         Fixed bug where the background color would bleed out to parent container element in Gecko.\r
292         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).\r
293         Fixed bug where event blocker element wasn't positioned correctly for the inlinepopups plugin.\r
294         Fixed bug where pasting from Office 2007 would produce an odd comment in the contents.\r
295         Fixed bug where the paste as plain text could remove an extra character. Patch contributed by Speednet.\r
296         Fixed bug where some characters where missing for the paste_replace_list option. Patch contributed by Speednet.\r
297         Fixed bug where removing non existing editor instances by the mceRemoveControl command would produce an error.\r
298         Fixed bug where meta elements with the name description would produce errors in IE.\r
299         Fixed bug where color and background colors wouldn't be updated properly.\r
300         Fixed bug where the createMenuButton of tinymce.ControlManager didn't implement the last class argument.\r
301         Fixed bug where the editor_css option was relative from the TinyMCE installation directory not the current page.\r
302         Fixed bug where elements wouldn't be padded if the element contained bogus br elements. For example TD elements.\r
303         Fixed bug where parsing of <body > in fullpage plugin would produce an error.\r
304         Fixed bug where relative urls with just ./ would become an empty string.\r
305         Fixed bug where outdent button would be disabled if inline_styles where set to false.\r
306         Fixed bug where replace with an empty search string would produce an error on IE.\r
307         Fixed bug where restoring the overflow state of the body in fullscreen plugin running on IE would produce vertical scrollbars.\r
308         Fixed bug where pressing return/enter in list items would sometimes move the caret the to top of the content area in FF.\r
309         Fixed bug where the style listbox wouldn't be updated correctly if you used the use_native_selects option.\r
310         Fixed bug where WebKit browsers would produce a div element when ending list elements using return.\r
311         Fixed so translation of popup contents only occurs if it's needed.\r
312         Optimized the URI object in regards or converting absolute URIs to relative URIs.\r
313 Version 3.1.1 (2008-08-18)\r
314         Added new getSize method to DOMUtils it will return the dimensions only of an element.\r
315         Added new alert/confirm methods to the tinyMCEPopup class to prevent focus problems and also to shorten method calls.\r
316         Added new plugin_preview_inline option to preview plugin to enable/disable native/inline dialogs.\r
317         Added new readonly option. If this is set the editor will only display the contents for the user.\r
318         Added missing tabindex and accesskey to input elements in the default valid_elements setup.\r
319         Updated firebug lite to 1.2, to enable it use the tiny_mce_dev.js?debug=1 on the development package.\r
320         Fixed so the preview dialog in the preview plugin uses inline dialogs/popups.\r
321         Fixed so CDATA sections remains intact through the serialization process of the DOM tree.\r
322         Fixed various issues with the getAttrib command. It will now return more correct values.\r
323         Fixed bug where the embed element wasn't properly parsed in the media plugin it now supports 3 formats.\r
324         Fixed bug where the noshade attribute was serialized incorrectly on IE.\r
325         Fixed bug where editing an existing link element didn't force it relative.\r
326         Fixed bug where image link creation fails on Safari if the image is aligned.\r
327         Fixed bug where it was possible to scroll the fullscreen mode in Opera 9.50.\r
328         Fixed bug where removal of center image alignment would fail. Patch contributed by Andrew Ozz.\r
329         Fixed bug where inlinedialogs didn't work properly if the doctype was incorrect in IE.\r
330         Fixed bug where cross domain loading didn't work correctly in Opera 9.50.\r
331         Fixed bug where breaking huge text blocks with return/enter key would scroll to end of block.\r
332         Fixed bug where replace button kept inserting the replacement text even if there is no more matches.\r
333         Fixed bug with fullpage plugin where value wasn't set correctly. Patch contributed by Pascal Chantelois.\r
334         Fixed bug where the dom utils setAttrib method call could produce an exception if the input was null/false.\r
335         Fixed bug where pressing backspace would sometimes remove one extra character in Gecko browsers.\r
336         Fixed bug where the native confirm/alert boxes would move focus to parent document if fired in dialogs.\r
337         Fixed bug where Opera 9.50 was telling you that the selection is collapsed even when it isn't.\r
338         Fixed bug where mceInsertContent would break up existing elements in Opera and Gecko.\r
339         Fixed bug where TinyMCE fails to detect some keyboard combos on Mac, contributed by MattyRob.\r
340         Fixed bug where replace all didn't move the caret to beginning of text before searching.\r
341         Fixed bug where the oninit callback wasn't executed correctly when the strict_loading_mode option was used, thanks goes to Nicholas Oxhoej.\r
342         Fixed bug where a access denied exception was thrown if some other script specified document.domain before loading TinyMCE.\r
343         Fixed so setting language to empty string will skip language loading if translations are made by some backend.\r
344         Fixed so dialog_type is automatically modal if you use the inlinepopups plugin use dialog_type : "window" to re-enable the old behavior.\r
345 Version 3.1.0.1 (2008-06-18)\r
346         Fixed bug where the Opera line break fix didn't work correctly on Mac OS X and Unix.\r
347         Fixed bug where IE was producing the default value the maxlength attribute of input elements.\r
348 Version 3.1.0 (2008-06-17)\r
349         Fixed bug where the paste as text didn't work correctly it encoded produced paragraphs and br elements.\r
350         Fixed bug where embed element in XHTML style didn't work correctly in the media plugin.\r
351         Fixed bug where style elements was forced empty in IE. The will now be wrapped in a comment just like script elements.\r
352         Fixed bug where some script elements wrapped in CDATA could fail to be serialized correctly.\r
353         Fixed bug where FF 3 produced -moz- internal styles in some style attributes.\r
354         Fixed bug where query strings and external URLs didn't work correctly in style attributes.\r
355         Fixed bug where shape attribute of area elements got serialized as rect regardless of it's initial value in IE 6.\r
356         Fixed bug where selection of elements inside layers would fail in IE since focus was moved to the document body.\r
357         Fixed bug where pressing enter/return in an editable select box would produce an __mce_add_custom__ class value.\r
358         Fixed bug where changing font size of text placed inside a colored text chunk would remove the parent node.\r
359         Fixed bug where Opera 9.5 final produced a strange line break behavior due to a workaround for previous Opera versions.\r
360         Fixed bug where text/background color would produce a strange focus problem when you tried to click on the body in IE.\r
361         Fixed issue where selecting the title of an listbox equals the old 2.x behavior of changing the value to an empty string.\r
362         Fixed issue where it was common for the media plugin to break if the _value attribute wasn't added for the param element.\r
363         Fixed issue where the wrong parent editor instance might be updated if you use fullscreen mode in an incorrect way.\r
364         Fixed issue where Safari was producing a warning about the base element not being closed correctly.\r
365         Removed redundant form element name matching from regexp in the DOMUtils class.\r
366 Version 3.0.9 (2008-06-02)\r
367         Added new contextmenu_offset_x/contextmenu_offset_y options for the contextmenu plugin.\r
368         Added cite attribute to the default rule for the blockquote element.\r
369         Added support for using arrow keys for selection of items in listboxes.\r
370         Added support for using arrow keys for selection of items in dropmenus.\r
371         Fixed bug where blockformat change on elements with BR inside them didn't change correctly on Firefox.\r
372         Fixed bug where removing table rows inside thead or tfoot would remove the whole table if it was the last one.\r
373         Fixed bug where XHR synchronous mode didn't execute the callback handlers synchronously.\r
374         Fixed bug where setting border to 0 didn't add border: 0 to the style attribute when using the advimage dialog.\r
375         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.\r
376         Fixed bug where the store/restore of a selection didn't work correctly in non IE browsers.\r
377         Fixed bug where only the first element would be invalid for the invalid_elements option.\r
378         Fixed bug where paste as plain text didn't encode the characters correctly when they where inserted.\r
379         Fixed bug where HTML source window couldn't be maximized on Gecko when the maximizable feature was enabled.\r
380         Fixed bug where color selection using the color picker could produce exception in IE.\r
381         Fixed bug where font size changes could produce produce extra redundant elements.\r
382         Fixed bug where IE could produce unknown runtime error if you replaced a image with another image from a separate frame.\r
383         Fixed bug where the domLoaded state for the Event class wasn't set correctly if the editor was loaded dynamically using the gzip compressor.\r
384         Fixed bug where handling of the base element for a page would produce incorrect urls. Based on a patch contributed by John LeSueur.\r
385         Fixed bug where table constraint alert boxes was presented with an empty value and wasn't the skinned inline ones.\r
386         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.\r
387         Fixed bug where encoding set to xml didn't work as expected. It now encodes the contents into XML entities.\r
388         Fixed bug where numrows didn't work correctly for the merge cells dialog of the table plugin.\r
389         Fixed bug where the onGetContent event was fired even when the no_events flag was set.\r
390         Fixed bug where the preview panels for the advimage and the media plugin could overflow on Safari and FF 3.\r
391         Fixed bug where the editing and removal of abbr elements using the xhtmlxtras plugin working correctly on IE.\r
392         Fixed bug where save button in the save plugin didn't work correctly on IE.\r
393         Fixed bug where dragging layers didn't work as expected since it would snap back to it's original location if you saved.\r
394         Fixed bug where the description of the template plugin dialog wasn't updated correctly.\r
395         Fixed bug where the values for frame and rules in the table dialogs where swapped.\r
396         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.\r
397         Fixed bug where ask mode would lock the focused textarea if you pressed cancel in the confirm dialog on FF 3.\r
398         Fixed bug where ask mode would produce contents for empty textareas if you reloaded the page.\r
399         Fixed so the onGetContent event gets the full pass through object just like the other events.\r
400         Fixed so attributes for block elements remains the same when you change format of a element.\r
401 Version 3.0.8 (2008-04-30)\r
402         Fixed bug where IE would produce an error if textareas without names where converted.\r
403         Fixed bug where editor wasn't forced empty when there was only a single br or empty paragraph left.\r
404         Fixed bug where IE would produce an warning message if object elements where produced in the media plugins preview running on https.\r
405         Fixed bug where new addVer function didn't handle hash items correctly. Patch contributed by Mirek Burkon.\r
406         Fixed bug where font_size_style_values option wasn't applied correctly to fonts inside the editor.\r
407         Fixed bug where image selection could be lost if a image was edited using context menu on IE.\r
408         Fixed bug where style values wasn't updated properly due to an invalid regexp.\r
409         Fixed bug where IE 6 where displaying warning message about insecure items when inserting an image while using https. Patch contributed by Norifumi Sunaoka.\r
410         Fixed bug where IE was producing an auto save message if you selected a color from the color split button.\r
411         Fixed bug where backspace sometimes would move the caret to the end of the previous block in Gecko.\r
412         Fixed bug where the rowlayout manager didn't work as described in the documentation.\r
413         Fixed bug where the default options for the fullpage plugin wasn't applied correctly.\r
414         Fixed bug where selection would jump one character if you applied a styles to a words in non IE browsers.\r
415         Fixed bug where undo levels wasn't added correctly if you went back in undo history and added a new event.\r
416         Fixed bug where font size dropdown didn't mark the selected size in IE.\r
417         Fixed bug where the size of the editor was determined using clientWidth instead of offsetWidth.\r
418         Fixed so the onchange event doesn't fire on the initial undo level, it will also fire when the editor is blurred.\r
419         Fixed so the advhr plugin produces XHTML valid output instead of non standard attributes.\r
420         Fixed so blockquote gets converted into [quote] in when the bbcode plugin is enabled.\r
421         Fixed so theme_advanced_font_sizes can be named for example Font 1=1, Font 2=2 etc.\r
422         Fixed so editor_selector/editor_deselector can be regexps. By default only strings are allowed not part regexps like before.\r
423         Fixed so that the version suffix is optional. It still requires the build process so you need to export it manually.\r
424         Fixed so it's possible to tab to table cells in non Gecko browsers and also produce new rows if you tab at the end of a table. Contributed by Josh Peek.\r
425 Version 3.0.7 (2008-04-14)\r
426         Added new version suffix to all internal GET requests to make sure that the users cache gets cleared correctly.\r
427         Fixed issue with isDirty returning true event if it wasn't dirty on IE due to changes in tables during initialization.\r
428         Fixed memory leak in IE where if a page was unloaded before all images on the page was loaded it would leak.\r
429         Fixed bug in IE where underline and strikethrough could produce an exception error message.\r
430         Fixed bug where inserting paragraphs in totally empty table cells would produce odd effects.\r
431         Fixed bug where layer style data wasn't updated correctly due to some performance enhancements with the DOM serializer.\r
432         Fixed bug where it would convert the wrong element if there was two elements with the same name and id on the page.\r
433         Fixed bug where it was possible to add style information to the body element using the style plugin.\r
434         Fixed bug where Gecko would add an extra undo level some times due to the blur event.\r
435         Fixed bug where the underline icon would get active if the caret was inside a link element.\r
436         Fixed bug where merging th cells not working correctly. Patch contributed by André R.\r
437         Fixed bug where forecolorpicker and backcolorpicker buttons where rendered incorrectly when the o2k7 skin was used.\r
438         Fixed bug where comment couldn't contain -- since it's invalid markup. It will now at least not break on those invalid comments.\r
439         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.\r
440         Fixed bug where entities wasn't encoded correctly inside pre elements since they where protected from whitespace removal.\r
441         Fixed bug where color split buttons where rendered incorrectly on IE6 when using the non default theme.\r
442         Fixed so caret is placed after links ones they are created, to improve usability of the editor.\r
443         Fixed so you can select tables by clicking on it's borders in non IE browsers to normalize the behavior.\r
444         Fixed so the menus can be toggled by clicking once more on the icon in listboxes, menubuttons and splitbuttons based on code contributed by Josh Peek.\r
445         Fixed so buttons can be labeled, currently only works with the default skin, so it's kind of experimental. Patch contributed by Daniel Insley.\r
446         Fixed so forecolorpicker and backcolorpicker remembers the last selected color. Patch contributed by Shane Tomlinson.\r
447         Fixed so that you can only execute the mceAddEditor command once for the same instance name.\r
448         Fixed so command functions added with addCommand can pass though the call to default handles if it returns true.\r
449 Version 3.0.6.2 (2008-04-07)\r
450         Fixed bug where empty tables couldn't be edited correctly on non IE browsers if they where loaded into the editor.\r
451         Fixed bug where it was impossible to resize layers correctly in IE since it thought it was an image.\r
452         Fixed bug where an editor instance was stealing focus in IE resulting in a scroll to the editor on page reloads.\r
453         Fixed bug where Safari was crashing on Mac OS X if you closed dialogs using the Esc key.\r
454 Version 3.0.6.1 (2008-04-04)\r
455         Added support for the missing mceAddFrameControl command. The input for this command has changed so consult the Wiki.\r
456         Fixed bug where sub menus for the drop menus would leave an empty element behind.\r
457         Fixed memory leak in IE if the editor was placed in a frame or iframe.\r
458 Version 3.0.6 (2008-04-03)\r
459         Added elements to the default value of valid_elements option. It now contains all XHTML strict elements and a few transitional.\r
460         Added more accessibility fixes, it's now possible to navigate and close list boxes and split button menus with the keyboard.\r
461         Added missing getInfo method to the contextmenu and safari plugin, this caused problems for the Drupal module.\r
462         Added new inlinepopups_zindex option to the inlinepopups plugin so that you can configure the default start z-index.\r
463         Added new setControlType method to the tinymce.ControlManager class. This method enables you to override the default classes.\r
464         Added ability to specific an optional control class to use instead of the default one for the ControlManager methods. Based on concept by Josh Peek.\r
465         Fixed bug where attribute rules for the DOM Serializer couldn't contain - or _ characters in their names.\r
466         Fixed bug where inlinepopups event blocker and modal dialog blocker elements produced vertical scrollbars.\r
467         Fixed bug where there was a rendering issue with quirks mode in Safari moving the resize handle to an incorrect position.\r
468         Fixed bug with forecolor/backcolor controls on IE. Sometimes elements positioned relative will generate display errors.\r
469         Fixed bug where a p2 was leaking out in the global name space when you selected a color from the forecolor/backcolor controls.\r
470         Fixed bug where empty paragraphs didn't work as expected in browsers other than IE.\r
471         Fixed bug where the load method of the tinymce.dom.ScriptLoader didn't check if the file was already loaded.\r
472         Fixed bug where the load method for the PluginManager and ThemeManager didn't check if a plugin/theme by a specific name was all ready loaded.\r
473         Fixed bug where the theme_advanced_link_targets option didn't work correctly with the advanced themes link dialog. Patch contributed by Arnold B.\r
474         Fixed bug where the style command would merge classes into empty span elements.\r
475         Fixed bug where the style command would remove empty span elements outside the current selection.\r
476         Fixed bug where the fix for the Safari backspace bug removed all editor contents if it was filled with empty paragraphs.\r
477         Fixed bug where alert and confirm boxes opened by the inlinepopups plugin would produce an exception if domain relaxing was used.\r
478         Fixed bug where Safari was adding style attributes to all elements when you paste them into the editor.\r
479         Fixed bug where the spellchecker menus was visually incorrect since the space for the non existing icon was still there.\r
480         Fixed bug where remove_linebreaks option didn't remove line breaks inside the text contents of a element.\r
481         Fixed bug where Safari 3.1 was introducing _mc_tmp into paragraphs due to the new querySelectorAll and a TinyMCE specific workaround.\r
482         Fixed bug where getParam method in the Editor class was returning incorrect objects and would mess up the font drop down. Patch contributed by speednet.\r
483         Fixed bug where the table dialog would produce an exception in IE when you edited tables since it tried to place focus in a disabled field.\r
484         Fixed bug where class attribute on some span elements was removed on cleanup.\r
485         Fixed bug where resizing the editor in IE could produce an exception if the editor width/height got to be a negative value.\r
486         Fixed bug where wmv files wouldn't play since the src param was used instead of the url param.\r
487         Fixed bug where br elements would be added here and there in Gecko. Geckos internal _moz_dirty br elements where serialized as well.\r
488         Fixed bug where editing named anchors would produce two anchors instead of one updated one.\r
489         Fixed bug where arrow and function keys didn't work when an noneditable element was focused within the editor.\r
490         Fixed bug where the dispatcher could produce an exception if the listener list was altered inside an event callback.\r
491         Fixed bug where it was impossible to totally empty the editor contents on Safari due to an mistreatment of nbsp as whitespace. Patch contributed by Andrew Ozz.\r
492         Fixed bug where TinyMCE would not convert textareas with the same name attribute value. It will now generate an unique id for those textareas.\r
493         Fixed bug where backspace/delete key was deleting td elements inside tables while running on Gecko.\r
494         Fixed bug where Firefox 3.0b4 and Opera 9.26 where scrolling to the top of document when pressing return/enter.\r
495         Fixed bug where the template plugin wasn't just inserting the mceTmpl tagged element.\r
496         Fixed bug where the alert method of the default WindowManager implementation didn't translate input language strings like the inlinepopups dialog does.\r
497         Fixed bugs with the backspace behavior in Gecko. The caret was placed on incorrect locations in the DOM sometimes.\r
498         Fixed so advimage dialog and table dialogs has support for editable select boxes for the class value.\r
499         Fixed so the media, pagebreak and spellchecker doesn't load it's default content.css file if the content_css option is set to false.\r
500         Fixed so the paste_use_dialog option works again it's enabled by default but can be disabled on IE. Patch contributed by Speednet.\r
501         Fixed so that the fullscreen editor is focused when switching fullscreen editing on.\r
502         Fixed so it's possible to edit images and links inside tables using the context menu.\r
503         Fixed so table dialogs and the advanced image dialog doesn't loose selection in IE if the dialogs where navigated/submitted with the keyboard.\r
504         Fixed so the theme_advanced_blockformats options can have named items for example title 1=h1;title 2=h2.\r
505         Fixed so it's possible to add a custom editor_css for the simple theme.\r
506         Fixed quirks with directionality rtl, patch contributed by Andrew Ozz.\r
507         Fixed so the inlinepopups default start zIndex is 300000.\r
508         Fixed typo in media plugin Shockware is now replaced with Shockwave.\r
509         Fixed psuedo memory leak in IE with the replaceChild method inside the DOMUtils.replace method.\r
510         Fixed so memory is released when an editor instance is removed from page.\r
511         Optimized the color split button menus so that they use less event handlers.\r
512         Removed the util/mclayer.js file since it's no longer used by any of the TinyMCE dialogs and is considered deprecated.\r
513 Version 3.0.5 (2008-03-12)\r
514         Added new black skin variant to the o2k7 skin contributed by Stefan Moonen.\r
515         Added new explode method to the tinymce core class. This does a split but removed whitespace it also defaults to a , delimiter.\r
516         Added new detection logic for IE 8 standards mode into the DOMUtils class strMode can now be checked to see if that mode is on/off.\r
517         Added new noscale option value for the scale select box for Flash in the media plugin.\r
518         Fixed bug where the menu for the ColorSplitButton wasn't removed when the editor was removed.\r
519         Fixed bug where font colors couldn't be edited correctly since the style of the element didn't get updated correctly.\r
520         Fixed bug where class of elements would get lost when TinyMCE was fixing incorrect HTML markup.\r
521         Fixed bug where table editing would produce double height values.\r
522         Fixed bug where width style value wouldn't be removed if you switched width unit from cm/em to pixels or percent.\r
523         Fixed bug where the search/replace input box wasn't auto focused like the other dialogs.\r
524         Fixed bug where the old mceAddControl command would use the fullscreen settings next time it created an instance.\r
525         Fixed bug where multiple lines where added to the target cell if you merged multiple empty cells.\r
526         Fixed bug where drop down menus would be incorrectly positioned inside scrollable divs.\r
527         Fixed bug where the separators of the silver skin variant didn't display correctly in IE 6.\r
528         Fixed bug where createStyleSheet seems to load scripts at opposite order in some IE versions.\r
529         Fixed bug where directionality could produce odd results for the UI and the dialogs.\r
530         Fixed bug where the DOM serializer wouldn't serialize custom namespaced attributes in IE 6 using the *[*] valid elements rule.\r
531         Fixed bug where table caption would be inserted after the thead element if you swapped a tr to be inside the thead.\r
532         Fixed bug where the youtube detection logic for the media plugin was to generic.\r
533         Fixed so the deprecated and undocumented theme_advanced_path_location set to none won't hide the whole statusbar.\r
534         Fixed so most input lists can have whitespace in them they are now split using the new tinymce.explode method.\r
535         Fixed so the popup_css and popup_css_add URLs are relative to where the current document is located.\r
536         Fixed various bugs and quirks with the store/restore selection logic.\r
537         Fixed so the editor starts in IE 8 standards mode but still that browser is very very buggy.\r
538         Fixed so dialog_type set to modal will block the background and other inline windows and only give access to the front most window.\r
539 Version 3.0.4.1 (2008-03-08)\r
540         Fixed critical bug where it was impossible to edit images when inlinepopups where used due to lost selection in IE.\r
541 Version 3.0.4 (2008-03-07)\r
542         Added new option constrain_menus, this enables you to force view port constraints on all menus. Contributed by Shane Tomlinson.\r
543         Fixed bug where table background wasn't visible inside the editor due to a default CSS rule overriding the style attribute.\r
544         Fixed bug where links would get a null class added if no styles was used in IE.\r
545         Fixed bug where spellchecker was auto focusing the editor in IE.\r
546         Fixed bug where document.domain would produce invalid argument if the editor was loaded in IE6 over a network UNC path.\r
547         Fixed bug where table height attribute was used, this is deprecated in XHTML so it now adds it as an style.\r
548         Fixed bug where textareas with style values would produce error in IE.\r
549         Fixed so the first element in each dialog is focused by default to enhance keyboard usage.\r
550         Fixed so you can add a mceFocus class to elements to make it auto focused.\r
551         Fixed so you can close dialogs using the esc key.\r
552         Fixed so you can press return/enter to submit the action of each dialog.\r
553         Fixed so tabbing inside an inline popups wont focus the resize anchor elements.\r
554         Fixed so you can press ok in inline alert messages using the return/enter key.\r
555         Fixed so textareas can be set to non px or % sizes for example em, cm, pt etc.\r
556         Fixed so non pixel values can be used in width/height properties for tables.\r
557         Fixed so the custom context menu can be disabled by holding down ctrl key while clicking.\r
558         Fixed so the layout for the o2k7 skin looks better if you don't have separators before and after list boxes.\r
559         Fixed so the sub classes get a copy of the super class constructor function to ease up type checking.\r
560         Fixed so font sizes for the format block previews are normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden).\r
561         Fixed so font sizes for h1-h6 in the default content.css is normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden).\r
562 Version 3.0.3 (2008-03-03)\r
563         Fixed bug where an error about document.domain would be thrown if TinyMCE was loaded using a different port.\r
564         Fixed bug where mode exact would convert textareas without id or name if the elements option was omitted.\r
565         Fixed bug where the caret could be placed at an incorrect location when backspace was used in Gecko.\r
566         Fixed bug where local file:// URLs where converted into absolute domain URLs.\r
567         Fixed bug where an error was produced if a editor was removed inside an editor command.\r
568         Fixed bug where force_p_newlines didn't effect the paste plugin correctly.\r
569         Fixed bug where the paste plugin was producing an exception on IE if you pasted contents with middots.\r
570         Fixed bug where delete key could produce exceptions in Gecko sometimes due to the fix for the table cell bug.\r
571         Fixed bug where the layer plugin would produce an visual add class called mceVisualAid this one is now renamed to mceItemVisualAid to mark it internal.\r
572         Fixed bug where TinyMCE wouldn't initialize properly if ActiveX controls was disabled in IE.\r
573         Fixed bug where tables and other elements that had visual aids on them would produce an extra space after any custom class names.\r
574         Fixed bug where search with an empty string would produce some odd "invalid pointer" error in IE.\r
575         Fixed bug where elements like menus where placed at incorrect positions in Opera 9.26.\r
576         Fixed bug where IE was loosing focus of the editor when you clicked some dropmenu and if it was placed in a frame or iframe.\r
577         Fixed bug where focus of images could be lost in IE if you focused the accessibility confirm dialog in the advimage plugin.\r
578         Fixed bug where nestled font elements would produce odd output like missing font elements.\r
579         Fixed bug where text colors and styles got removed if invalid_elements included the font element.\r
580         Fixed bug where text-decoration set to underline or line-through would remove other styles from span elements.\r
581         Fixed bug where editor contents like \n\n would be incorrectly handled and processed as real line feeds.\r
582         Fixed bug where incorrectly encoded urls with ampersands in them would be decoded incorrectly.\r
583         Optimized the DOMUtils decode method to be a lot faster if the string doesn't have any entities to decode.\r
584 Version 3.0.2.1 (2008-02-26)\r
585         Fixed alert/confirm dialogs so they display correctly.\r
586 Version 3.0.2 (2008-02-26)\r
587         Added new body_id option that enables you to specify the id of the body inside the editor iframe based on ideas by David Bildström (ChronoZ).\r
588         Added new body_class option that enables you to set the class for the body of the editor iframe based on ideas by David Bildström (ChronoZ).\r
589         Added new CSS class to the default content.css files mceForceColors that forces white background and black text can be used with the body_class option.\r
590         Added new type parameter to the Editor.getParam function to reduce redundant logic for parsing hash tables.\r
591         Added new isDone method to the ScriptLoaded class, this enables you to check if a script has been loaded or not.\r
592         Added new resizeTo and resizeBy methods for the advanced theme. Can be called using tinyMCE.activeEditor.theme.resizeTo(w, h);\r
593         Added new skin_variant option this can be used to extend existing skins with slight modifications like color.\r
594         Added new variant of the o2k7 skin called "silver" based on a contribution made by Stefan Moonen.\r
595         Fixed bug where the template plugin might produce errors if the template_mdate_classes wasn't configured.\r
596         Fixed bug where the media plugin didn't convert the URLs for movies once they where inserted.\r
597         Fixed bug where the style field for the advlink dialog didn't work correctly if you edited an existing link.\r
598         Fixed bug where alignment of toolbars would fail in editor was uses in a quirks mode on IE, fix contributed by Peter Wood & Art Lawry.\r
599         Fixed bug where initialization of multiple editors at the same time using the mceAddControl method would produce errors.\r
600         Fixed bug where initialization of editors using mceAddControl command or new tinymce.Editor calls would fail during page load.\r
601         Fixed bug where the check for domain relaxing could fail if the document.domain property was changed by another script.\r
602         Fixed bug where textareas couldn't be named description or any other name that matches the meta elements in IE and Opera.\r
603         Fixed bug where the element path would fail sometimes in IE due to "unknown runtime error" on innerHTML.\r
604         Fixed bug where Safari would crash if you was hiding the editor before serializing the contents.\r
605         Fixed bug where the editor wasn't scaled propertly in fullscreen mode using the old fullscreen_new_window option.\r
606         Fixed bug where render method didn't load language packs in IE and Opera if you rendered an editor during page load.\r
607         Fixed bug where resizing the browser window in fullscreen didn't resize the editor.\r
608         Fixed bug where the blockquote command didn't move the caret inside the new empty blockquote if you used it on an empty document.\r
609         Fixed bug where auto in a style width/height for the textarea would produce an editor with the size value of 100. Fix contributed by Shane Tomlinson.\r
610         Fixed bug where restoration of selection at the beginning of an element could fail in Gecko.\r
611         Fixed bug where caret restoration after a cleanup could place the it at an incorrect location.\r
612         Fixed bug where delete key inside td elements would delete the cell in Gecko.\r
613         Fixed so the blockquote button toggles individual lines. This behavior is a bit more like the old indentation behavior in the 2.x branch.\r
614         Fixed so the dialog language packs only gets loaded the first time you open a dialog.\r
615         Fixed so all classes in the whole UI is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.\r
616         Fixed so all classes in the inlinepopups logic is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.\r
617         Fixed so that the window in fullscreen mode can be resized when fullscreen_new_window option is enabled.\r
618         Fixed so blockquote elements are formatted in the source output with an linefeed before and after it.\r
619         Optimized the editor initialization by reducing the number of calls to getBookmark/moveToBookmark.\r
620 Version 3.0.1 (2008-02-21)\r
621         Added spellchecker plugin into the main package, but without any backend can be specified with the spellchecker_rpc_url option.\r
622         Added src attribute for script elements to the default valid_elements option value.\r
623         Added extra parameter to the class_filter callback it can now also filter out classes based on the whole CSS rule.\r
624         Added support for domain relaxing, TinyMCE can now be loaded from an remote domain as long as they are on the same root domain.\r
625         Added support for custom elements the new custom_elements option enables you to add non HTML elements to the editor.\r
626         Added support for the W3C Selectors API that was added to latest nightly build of WebKit.\r
627         Fixed bug where some object param element wasn't stored correctly using the media plugin.\r
628         Fixed bug where Opera was scrolling to top of page is drop menus on list boxes where displayed.\r
629         Fixed bug where IE6 was crashing if a format block was used on a container with anchor elements.\r
630         Fixed bug where spans with font sizes wasn't handled correctly when editor was loading contents.\r
631         Fixed bug where mode exact couldn't convert editors with name only. Id is no longer required but recommended.\r
632         Fixed bug where the mceInsertRawHTML command produced an extra undo level.\r
633         Fixed bug where the specific_textareas mode didn't work correctly this is the same thing as textareas now.\r
634         Fixed bug where the values of input elements in the HTML page of dialogs pages where changed in IE.\r
635         Fixed bug where fullscreen and fullpage plugins didn't work well together.\r
636         Fixed bug where embed elements wasn't handled properly in the media plugin.\r
637         Fixed bug where style information on span elements gets munged when fonts are converted to spans.\r
638         Fixed bug where some entities in element attributes where encoded incorrectly in the latest WebKit build.\r
639         Fixed bug where initialization would fail in IE if there where two input elements with the name submit in the form.\r
640         Fixed bug where fullscreen mode didn't work correctly in IE when the fullscreen_new_window option was used.\r
641         Fixed bug where invalid contents like an ul inside a p element would produce odd results in IE.\r
642         Fixed bug where Opera 9.2x was placing the drop menus at incorrect locations if the editor was placed in a table.\r
643         Fixed bug where Opera was producing odd results if enter/return was pressed while having forced_root_blocks disabled.\r
644         Fixed bug where layer plugin was stealing focus in IE on initialization.\r
645         Fixed bug where body attributes wasn't set properly in the fullpage plugin, fix contributed by Hiroaki Kawai.\r
646         Fixed bug where insert image and insert link dialogs where producing an extra level in the undo history.\r
647         Fixed bug where Gecko would produce an error if empty elements like <div></div> where inserted using mceInsertContent.\r
648         Fixed bug where center alignment of images produced odd results inside table cells.\r
649         Fixed bug where center alignment of images couldn't be toggled correctly.\r
650         Fixed bug where alignment of images inside tables would produce double float style items in IE if the fix_table_elements option was enabled.\r
651         Fixed bug where a variable called 'v' was polluting the global namespace. Objects tinymce and tinyMCE are the only ones allowed to be global.\r
652         Fixed bug where insert table from context menu couldn't insert new tables inside existing tables.\r
653         Fixed bug where Safari wouldn't produce br elements on enter when the force_br_newlines option was enabled.\r
654         Fixed bug where switching cell type in table cell dialog would produce odd attributes in IE.\r
655         Fixed bug where Gecko was outputting internal attributes if valid_elements where set to "*[*]".\r
656         Fixed bug where the style plugin would produce non hex colors inside the dialog when running on Gecko.\r
657         Fixed bug where an empty src value for insert image would remove the currently selected image if it wasn't and image element.\r
658         Fixed bug where hidden input elements would break the logic for the tab_focus option.\r
659         Fixed bug where save button wasn't working correctly in fullscreen mode.\r
660         Fixed bug where the editor was forced to be placed in a form element if the save_onsavecallback option was used.\r
661         Fixed bug where upper case param attributes wasn't parsed correctly in the media plugin.\r
662         Fixed bug where render method of tinymce.Editor class would produce an exception if the strict_loading_mode option was omitted.\r
663         Fixed bug where nodeChanged event could be fired while the editor was loading and there for produce an exception in FF.\r
664         Fixed bug where no undo levels where added if the user created new table rows using the tab key on Gecko.\r
665         Fixed bug where tables would be broken if you selected a different block format for contents withing an table cell.\r
666         Fixed bug where the render method of the tinymce.Editor class didn't setup the tinymce.EditorManager.settings object correctly.\r
667         Fixed bug where the advanced image dialog would go to the first tab if the alternative image was changed using the file browser link.\r
668         Fixed bug where the forced_root_block option would produce BR elements inside empty blocks if the block wasn't a paragraph.\r
669         Fixed bug where the forced_root_block doesn't work correctly on IE if the specified element was something else than paragraphs.\r
670         Fixed bug where selection of images would get lost if user selected something from the context menu in IE.\r
671         Fixed bug where the context menu plugin would pollute the global namespace with two variables p1 and p2.\r
672         Fixed compatibility issue with Mootools, it is destroying document.getElementById on unload in IE. (Mantra: You don't own the internal objects).\r
673         Fixed bugs where dialogs/tabs and other UI elements where rendered incorrectly in Firefox 3.\r
674         Fixed so the auto CSS class importer is compatible with 2.x.\r
675         Fixed so the editor UI and inlinedialogs works correctly with the YUI CSS reset package.\r
676         Fixed so header and footer elements are forced to lower case when the fullpage plugin is used.\r
677         Fixed so load prefixes "-" for plugins and themes isn't required if the plugin/theme was loaded by the ThemeManager/PluginManager.\r
678         Fixed so the JSONRequest uses application/json content type to make Ruby on rails happy.\r
679         Fixed so the CSS rule is more exact for the body in the default content.css files. Body is now defined as "body.mceContentBody" instead of just "body".\r
680         Fixed so the tiny_mce_dev.js uses XHR instead of document.write to load scripts to resolve an issue with Opera 9.50.\r
681         Fixed so language pack loading can be disabled by setting the language option to false. Can be useful for systems with their own language pack management.\r
682 Version 3.0 (2008-01-30)\r
683         Added map and area elements to the default valid_elements list and also some indentation rules.\r
684         Fixed bug where empty paragraphs wasn't padded when loading contents.\r
685         Fixed bug where the RowLayout manager didn't work at all.\r
686         Fixed bug where style attribute data would get messed up in advimage dialog.\r
687         Fixed bug where the table dialogs class select wasn't updated correctly.\r
688         Fixed bug where elements would get extra whitespace around on insert when body was present in valid_elements.\r
689         Fixed bug where coords attribute of the area element wasn't handled properly in IE.\r
690         Fixed bug where Safari didn't produce BR elements on shift+return.\r
691         Fixed bug where force blocks would cast odd invalid attribute exception in IE.\r
692         Fixed bug where media plugin would produce extra whitespace before and after objects.\r
693         Fixed bug where cleanup_callback could break the contents of the editor. But use the new event system instead of this option.\r
694         Fixed bug where the tab_focus option didn't work between editor instanced. You can now tab between editors.\r
695         Fixed bug where the load function of the ScriptLoader class didn't load single files without the load que as it was supposed to.\r
696         Fixed bug where the execcommand_callback parameter order was incorrect. Recommendation use the new addCommand method.\r
697         Fixed bug where range.select calls sometimes failed on some IE versions.\r
698         Fixed bug where Safari was scrolling to top of document when enter/returned was pressed.\r
699         Fixed bug where fullscreen_new_window option didn't work correctly.\r
700         Fixed bug where the nonbreaking plugin inserted an space instead of an non breaking space the first time.\r
701         Fixed bug where the visualization of non breaking spaces where visual in element path.\r
702         Fixed so the focus is restored to the editor after inserting an custom character.\r
703         Fixed so the isNotDirty state is set to false if a new undo level is added.\r
704         Fixed so pointless style information for borders gets removed in IE.\r
705         Fixed so the resize button has a se-resize cursor css value.\r
706 Version 3.0rc2 (2008-01-18)\r
707         Added new fix_nesting option to fix bug #1867292, this is disabled by default.\r
708         Added new indentation option enables you to specify how much each indent/outdent call will add/remove.\r
709         Added easier support for enabling/disabling icon columns on drop menues.\r
710         Added new menu button control class. This control is very similar to the splitbutton but without any onclick action.\r
711         Added support for previous tab focus (shift+tab). The tab_focus setting now takes two items next and previous element.\r
712         Fixed bug where iframes inside the editor got removed in Firefox on initial load.\r
713         Fixed bug where the CSS for abbr elements wasn't applied correctly in IE.\r
714         Fixed bug where mceAddControl on element inside a hidden container produced errors.\r
715         Fixed bug where closed anchors like <a /> produced strange results.\r
716         Fixed bug where caret would jump to the top of the editor if enter was pressed a the end of a list.\r
717         Fixed bug where remove editor failed if the editor wasn't properly initialized.\r
718         Fixed bug where render call on for a non existing element produced exception.\r
719         Fixed bug where parent window was hidden when the color picker was used in a non inlinepopups setup.\r
720         Fixed bug where onchange event wasn't fired correctly on IE when color picker was used in dialogs.\r
721         Fixed bug where save plugin could not save contents if the converted element wasn't an textarea.\r
722         Fixed bug where events might be fired even after an editor instance was removed such as blur events.\r
723         Fixed bug where an exception about undefined undo levels could be throwed sometimes.\r
724         Fixed bug where the plugin_preview_pageurl option didn't work.\r
725         Fixed bug where adding/removing an editor instance very fast could produce problems.\r
726         Fixed bug where the link button was highlighted when an anchor element was selected.\r
727         Fixed bug where the selected contents where removed if a new anchor element was added.\r
728         Fixed bug where splitbuttons where rendered one pixel down in the default theme.\r
729         Fixed bug where some buttons where placed at incorrect positions in the o2k7 theme.\r
730         Fixed bug that made it impossible to visually disable a custom button that used an image instead of CSS sprites.\r
731         Fixed bug where it wasn't possible to press delete/backspace if the editor was added+removed and re-added due to a FF bug.\r
732         Fixed bug where an entities option with only 38,amp,60,lt,62,gt would fail in IE.\r
733         Fixed bug where innerHTML sometimes generated unknown runtime error on IE.\r
734         Fixed bug where content_css files wasn't loaded in the template preview iframe.\r
735         Fixed bug where scroll position was incorrect when toggling fullscreen mode.\r
736         Fixed bug where restoration of overflow didn't work correctly when disabling fullscreen mode in Opera.\r
737         Fixed bug where drop menus where places at incorrect locations if the editor was placed in a scrollable container element.\r
738         Fixed bug where hideMenu didn't hide sub menus correctly. It will now hide all menus recursively.\r
739         Fixed so theme_advanced_path_location can be used in init options for compatibility reasons.\r
740         Fixed so the drop menu colors matches the rest of o2k7 theme.\r
741         Fixed so the preview example.html file is updated to the new 3.x API.\r
742         Fixed so the margins are the same by default inside the editable area between IE and other browsers.\r
743         Fixed so editor contents gets stored before it the onSubmit event is fired.\r
744 Version 3.0rc1 (2008-01-08)\r
745         Added new classes for toolbar rows in advanced theme mceToolbarRow1..n enabled you to change appearance of individual rows.\r
746         Added auto detection for the strict_loading_mode option when running in application/xhtml+xml mode on Gecko.\r
747         Optimized the HTML serializer by bundling some post process methods together.\r
748         Fixed so that the toolbars have unique IDs, enables you to alter the toolbars using the ControlManager and the DOM.\r
749         Fixed bug where delta values for dialog sizes in language packs didn't work correctly due to missing string to number casting.\r
750         Fixed bug where paragraph generation logic didn't handle hr or table elements correctly if they where the only element.\r
751         Fixed bug where some elements got extra linebreaks added after or before it in HTML output.\r
752         Fixed bug where it was hard to modify existing style data on table rows and table cells.\r
753         Fixed bug where the dom.getRect method didn't handle non pixel values correctly.\r
754         Fixed bug where strikethrough and underline couldn't be toggled on existing span elements.\r
755         Fixed bug where the postprocessor searched for nsbp instead of nbsp entities.\r
756         Fixed bug where it was impossible to edit links that had child elements within them.\r
757         Fixed bug where it was possible to click on the parent item of a submenu.\r
758         Fixed bug where mouseover/mouseout images couldn't be removed in advimage dialog.\r
759         Fixed bug where drop menus didn't work when running in application/xhtml+xml mode.\r
760         Fixed bug where Opera added doctype to output in application/xhtml+xml mode.\r
761         Fixed bug where some DOM methods didn't work correctly in the application/xhtml+xml mode.\r
762         Fixed bug where the inlinepopups didn't work correctly in the application/xhtml+xml mode.\r
763         Fixed bug where the ColorSplitButton didn't display correctly in the application/xhtml+xml mode.\r
764         Fixed bug where the UI layout was incorrect on Gecko browsers when running in application/xhtml+xml mode.\r
765         Fixed bug where the word paste plugin produced exception while running in application/xhtml+xml mode.\r
766         Fixed bug where there wasn't any hidden input element generated for divs while running in application/xhtml+xml mode.\r
767         Fixed bug where indentation of script/style/pre elements where incorrect.\r
768         Fixed bug where script element contents was removed in IE.\r
769         Fixed bug where script element contents got entity encoded.\r
770         Fixed bug where you couldn't edit existing element styles using the styles plugin.\r
771         Fixed bug where styles wasn't updated properly sometimes due to an performance enhancement.\r
772         Fixed bug where font sizes couldn't be changed using the style plugin.\r
773         Fixed bug where an error was produced in Gecko browsers when switching back from fullscreen mode.\r
774         Fixed bug where Opera was producing br elements after elements like h3.\r
775         Fixed bug where TinyMCE couldn't be loaded on a page using - characters in it's URL.\r
776         Fixed bug where the editor container element was forced to have a specific name.\r
777         Fixed bug with force_br_newlines option on Firefox, even though it should never be used (Read FAQ).\r
778         Fixed bug where onclick event had an return true; prefix added when creating an popup.\r
779         Fixed bug where the theme_advanced_statusbar_location option couldn't handle the value "none".\r
780         Fixed issue with URLs with multiple at characters for example an Zope URI.\r
781         Fixed so simple and advanced themes doesn't collide.\r
782         Fixed so a elements gets removed when the href field is left empty, the href attribute is required in a link after all.\r
783         Fixed so img elements gets removed when the src field is left empty, the src attribute is required for all images after all.\r
784         Removed the indent and encode methods from the tinymce.dom.Serializer class due to performance enhancement and reduction of the API size.\r
785 Version 3.0b3 (2007-12-14)\r
786         Added new getElement method to Editor class, returns the element that was replaced with the editor instance.\r
787         Added new unavailable prefix for disabled controls for accessibility reasons.\r
788         Fixed bug where regexp patterns couldn't be used for the editor_selector/editor_deselector options.\r
789         Fixed bug where the DOM wasn't properly initialized before the onInit event was executed in popups.\r
790         Fixed bug where font sizes where reduced by font size actions on previous spans in Safari.\r
791         Fixed bug where HR elements got places at the wrong location in IE.\r
792         Fixed bug where align/justify didn't work correctly on multiple paragraphs.\r
793         Fixed bug with missing translation for cell scope settings.\r
794         Fixed bug where selection/caret position was lost on some table actions.\r
795         Fixed bug where editor instances couldn't be added to hidden div elements.\r
796         Fixed bug where list elements in Safari would get an odd ID attribute.\r
797         Fixed bug where IE would return <html/> when the editor was completely empty.\r
798         Fixed bug where accessibility title attribute for access keys wasn't setup properly.\r
799         Fixed bug where forecolorpicker and backcolorpicker control names wasn't working.\r
800         Fixed bug where inserting template content didn't work in Safari due to selection exception.\r
801         Fixed bug where absolute URLs to remote hosts couldn't be used for background images.\r
802         Fixed bug where mysterious span elements where produced in Safari when injecting HTML contents.\r
803         Fixed bug where the media plugin didn't work correctly on the latest Opera 9.24.\r
804         Fixed bug where indentation of HTML output wasn't applied to all block elements.\r
805         Fixed bug where Safari was production DOM exception if you pressed enter in an empty editor.\r
806         Fixed bug where media plugin didn't parse script tags correctly patch contributed by Mathieu Campagna.\r
807         Fixed bug where the drop menus of list boxes like blockformat could produce scrolling of the page.\r
808         Fixed bug where the drop menus where placed at an incorrect location if TinyMCE was placed in a scrollable div.\r
809         Fixed bug where submit buttons couldn't be named submit, it's not recommended to name submit buttons submit anyway.\r
810         Fixed bug where the stylelistbox produced an exception if there was only one class in the list box.\r
811         Fixed bug where the stylelistbox wasn't updated correctly when the current class was removed.\r
812         Fixed bug where the formatblock command sometimes removed the body element.\r
813         Fixed bug where fullscreen switching in IE sometimes produced an exception when the spellchecker plugin was enabled.\r
814         Fixed issue where FF produced an empty paragraph when the editor was completely empty.\r
815         Fixed issue with size of image dialog in the advanced theme.\r
816         Fixed issues with the bbcode plugin it now also handles spans and the [font] rule.\r
817         Fixed so the style compression feature is a bit smarter to resolve issues with Opera.\r
818         Reintroduced the remove_linebreaks option, this is enabled by default.\r
819 Version 3.0b2 (2007-11-29)\r
820         Added type and compact attributes to the default valid_elements list for the ul and ol elements.\r
821         Added missing accessibility support to native list boxes in both the toolbar and dialogs.\r
822         Added missing access key for the element path for accessibility reasons.\r
823         Fixed support for loading themes from external URLs.\r
824         Fixed bug where setOuterHTML didn't work correctly when multiple elements where passed to it.\r
825         Fixed bug with visualchars plugin was moving elements around in the DOM.\r
826         Fixed bug with DIV elements that got converted into editors on IE.\r
827         Fixed bug with paste plugin using the old event API.\r
828         Fixed bug where the spellchecker was removing the word when it was ignored.\r
829         Fixed bug where fullscreen wasn't working properly.\r
830         Fixed bug where the base href element and attribute was ignored.\r
831         Fixed bug where redo function didn't work in IE.\r
832         Fixed bug where content_css didn't work as previous 2.x branch.\r
833         Fixed bug where preview dialog was throwing errors if the content_css wasn't defined.\r
834         Fixed bug where the theme_advanced_path option didn't work like the 2.x branch.\r
835         Fixed bug where the theme_advanced_statusbar_location was called theme_advanced_status_location.\r
836         Fixed bug where the strict_loading_mode option didn't work if you created editors dynamically without using the EditorManager.\r
837         Fixed bug where some language values wasn't translated such as insert and update in dialogs.\r
838         Fixed bug where some image attributes wasn't stored correctly when inserting an image.\r
839         Fixed bug where fullscreen mode didn't restore scrollbars when disabled.\r
840         Fixed bug where there was no visual representation for tab focus in toolbars on IE.\r
841         Fixed bug where HR elements wasn't treated as block elements so forced_root_block would fail on these.\r
842         Fixed bug where autosave presented warning message even when the form was submitted normally.\r
843         Fixed typo of openBrower it's now openBrowser in form_utils.js.\r
844         Fixed various HTML problems like missing TD elements and duplicated doctypes.\r
845         Fixed default values for theme_advanced_resize_horizontal, theme_advanced_resizing_use_cookie to be 2.x compatible.\r
846         Moved spellchecker JS files into the development package.\r
847         Removed support for theme_advanced_path_location since the theme_advanced_statusbar_location is the correct option name.\r
848 Version 3.0b1 (2007-11-21)\r
849         Added new tab_focus option, that enables you to specify a element id or that the next element to be focused on tab key down.\r
850         Added new addQueryValueHandler method to the tinymce.Editor class.\r
851         Added new class_filter option, this enables you to specify a function that can filter out CSS classes for the styles list box.\r
852         Added support form [url=url]title[/url] to the bbcode plugin.\r
853         Renamed the addCommandQueryState method in the tinymce.Editor class to addQueryStateHandler.\r
854         Renamed loadQue to loadQueue, to correct spelling.\r
855         Removed the createDOM method from the window manager and replace it with a createInstance method.\r
856         Removed the add to beginning of class attribute parameter of the DOMUtils.addClass method.\r
857         Fixed bug with the forced_root_block option, didn't work correctly with multiple inline elements.\r
858         Fixed bug where image dialogs replaced the current image element with a new one even when it was updated.\r
859         Fixed bug where the submit trigger wasn't executed when divs where converted into editor instances.\r
860         Fixed bug where div elements that got converted into editors didn't get a hidden input element generated for them.\r
861         Fixed bug where the the media_use_script option for the media plugin wasn't working correctly.\r
862         Fixed bug where the font size and font family listboxes wasn't updated correctly on Safari.\r
863         Fixed bug where the height of the fieldset in default image dialog for the advanced theme was to small.\r
864         Fixed bug where the font sizes behaved incorrectly after a cleanup on Safari.\r
865         Fixed bug where formatblock didn't work correctly in Safari on some elements.\r
866         Fixed bug where template plugin didn't insert content correctly unless some options where specified.\r
867         Fixed bug where charmap on Safari produced scrollbars.\r
868         Fixed bug where there was white artifacts in some dialogs due to missing background color.\r
869         Fixed bug where port was added to all external URLs if the editor was loaded from a custom port.\r
870         Fixed bug where the context menus got duplicated on Safari 3.0.4 on Mac OS X.\r
871         Fixed bug where dialogs like paste from word was huge on Firefox.\r
872         Fixed bug with media plugin not working with windows media objects.\r
873         Fixed bug where a forever loop was created if multiple instances where submitted using form.submit.\r
874         Fixed bug with editing a table produce error in IE when inlinepopups where used.\r
875         Fixed bug where the style plugin generated ugly looking style information in IE.\r
876         Fixed bug where the inline dialogs that got opened while in fullscreen mode wasn't visible.\r
877         Fixed bug where it was difficult to place the caret inside the word paste dialog.\r
878         Fixed bug where Opera produced strange border in the word paste dialog.\r
879         Fixed bug where viewport constraints could move a inlinepopup to a negative x, y position if the viewport was to small.\r
880         Fixed bug where template plugin was producing an error due to a deprecated API call.\r
881         Fixed bug where drag drop of images failed in Gecko if a document_base_url was specified.\r
882         Fixed bug where Firefox 3 failed to apply block formats like H1-H6 it still breaks on DIVs this has been reported to bugzilla.\r
883         Fixed bug where IE was producing a warning dialog about non secure items when running TinyMCE over HTTPS.\r
884         Fixed bug where the onbeforeunload event was triggered when menus or dialogs where opened.\r
885         Fixed bug where the fullscreen mode of the HTML view source box threw an error.\r
886         Fixed bug where the mceFocus command didn't work correctly.\r
887         Fixed bug where the selection could get lost in IE using inlinepopups.\r
888         Fixed so the body of the editor area has the mceContentBody class just like the 2.x branch. \r
889         Fixed so the media icon gets active when a media element is selected.\r
890 Version 3.0a3 (2007-11-13)\r
891         Added new experimental jQuery and Prototype framework adapters to the development package.\r
892         Added new translation.html file for the development package. Helps with the internationalization of TinyMCE.\r
893         Added new setup callback option, use this callback to add events to TinyMCE. This method is recommended over the old callbacks.\r
894         Added new API documetation to all classes, functions, events, properties to the Wiki with examples etc.\r
895         Added new init method to all plugins and themes, since it's shorter to write and it mimics interface capable languages better.\r
896         Fixed various CSS issues in the default skin such as alignment of split buttons and separators.\r
897         Fixed issues with mod_security. It didn't like that a content type of text/javascript was forced in a XHR.\r
898         Fixed all events so that they now pass the sender object as it's first argument.\r
899         Fixed some DOM methods so they now can take an array as input.\r
900         Fixed so addButton and the methods of the ControlManager uses less arguments and it now uses a settings object instead.\r
901         Fixed various issues with the tinymce.util.URI class.\r
902         Fixed bug in IE and Safari and the on demand gzip loading feature.\r
903         Fixed bug with moving inline windows sometimes failed in IE6.\r
904         Fixed bug where save_callback function wasn't executed at all.\r
905         Fixed bug where inlinepopups produces scrollbars if windows where moved to the corners of the browser.\r
906         Fixed bug where view HTML source failed when inserting a embedded media object.\r
907         Fixed bug where the listbox menus didn't display correctly on IE6.\r
908         Fixed bug where undo level wasn't added when editor was blurred.\r
909         Fixed bug where spellchecker wasn't disabled when fullscreen mode was enabled.\r
910         Fixed bug where Firefox could crash some times when the user switched to fullscreen mode.\r
911         Fixed bug where tinymce.ui.DropMenu didn't remove all item data when an item was removed from the menu.\r
912         Fixed bug where anchor list in advlink dialog wasn't populated correctly in Safari.\r
913         Fixed bug where it wasn't possible to edit tables in IE when inlinepopups was enabled.\r
914         Fixed bug where it wasn't possible to change the table width of an existing table.\r
915         Fixed bug where xhtmlxtras like abbr didn't work correctly on IE.\r
916         Fixed bug where IE6 had some graphics rendering issues with the inlinepopups.\r
917         Fixed bug where inlinepopup windows where moved incorrectly when they were boundary checked for min width.\r
918         Fixed bug where textareas without id or name couldn't be converted into editor instances.\r
919         Fixed bug where TinyMCE was stealing element focus on IE.\r
920         Fixed bug where the getParam method didn't handle false values correctly.\r
921         Fixed bug where inlinepopups was clipped by other TinyMCE instances or relative elements in IE.\r
922         Fixed bug where the contextmenu was clipped by other TinyMCE instances or relative elements in IE.\r
923         Fixed bug where listbox menus was clipped by other TinyMCE instances or relative elements in IE.\r
924         Fixed bug where listboxes wasn't updated correctly when the a value wasn't found by select.\r
925         Fixed various CSS issues that produced odd rendering bugs in IE.\r
926         Fixed issues with tinymce.ui.DropMenu class, it required some optional settings to be specified.\r
927         Fixed so multiple blockquotes can be removed with a easier method than before.\r
928         Optimized some of the core API to boost performance.\r
929         Removed some functions from the core API that wasn't needed.\r
930 Version 3.0a2 (2007-11-02)\r
931         Fixed critical bug where IE generaded an error on a hasAttribute call in the serialization engine.\r
932         Fixed critical bug where some dialogs didn't open in the non dev package.\r
933         Fixed bug when using the theme_advanced_styles option. Error was thrown in some dialogs.\r
934         Fixed bug where the close buttons produced an error when native windows where used.\r
935         Fixed bug in default skin so that split buttons gets activated correctly.\r
936         Fixed so plugins can be loaded from external urls outsite the plugins directory.\r
937 Version 3.0a1 (2007-11-01)\r
938         Rewrote the core and most of the plugins and themes from scratch.\r
939         Added new and improved serialization engine, faster and more powerful.\r
940         Added new internal event system, things like editor.onClick.add(func).\r
941         Added new inlinepopups plugin, the dialogs are now skinnable and uses clearlooks2 as default.\r
942         Added new contextmenu plugin, context menus can now have submenus and plugins can add items on the fly.\r
943         Added new skin support for the simple and advanced themes you can alter the whole UI using CSS.\r
944         Added new o2k7 skin for the simple and advanced themes.\r
945         Added new custom list boxes for font size/format/style etc with preview support.\r
946         Added new UI management, enabled plugins to create controls like splitbuttons or menus easier.\r
947         Added new JSON parser/serializer and JSON-RPC class to the core API.\r
948         Added new cookie utility class to the core API.\r
949         Added new Unit testing class to the core API only available in dev mode.\r
950         Added new firebug lite integration when loading the dev version of TinyMCE.\r
951         Added new Safari plugin, fixes lots compatibility of issues with Safari 3.x.\r
952         Added new URI/URL parsing it now handles the hole RFC and even some exceptions.\r
953         Added new pagebreak plugin, enables you to insert pagebreak comments like <!-- pagebreak -->\r
954         Added new on demand loading of plugins and themes. Enables you to load and init TinyMCE at any time.\r
955         Added new throbber/progress visualization a plugin can show/hide this when it's needed.\r
956         Added new blockquote button. Enables you to wrap paragraphs in blockquotes.\r
957         Added new compat2x plugin. Will provide a TinyMCE 2.x API for older plugins.\r
958         Added new theme_advanced_resizing_min_width, theme_advanced_resizing_min_height options.\r
959         Added new theme_advanced_resizing_max_height, theme_advanced_resizing_max_height options.\r
960         Added new use_native_selects option. Enables you to toggle native listboxes on and off.\r
961         Added new docs_url option enables you to specify where the TinyMCE user documentation is located.\r
962         Added new frame and rules options for the table dialog.\r
963         Added new global rule for valid_elements/extended_valid_elements enables you to specify global attributes for all elements.\r
964         Added new deny attribute rule characher so it's possible to deny global attribute rules on specific elements.\r
965         Added new unit tests in the dev package of TinyMCE. Runs tests on the core API, commands and settings of the editor.\r
966         Readded the inline_styles option and enabled it by default so deprecated attributes are no longer used.\r
967         Removed all button images and replaced them with CSS sprite images. Reduces the number of requests needed.\r
968         Removed lots of language files and merged them into the base language files. Reduces the number of requests needed.\r
969         Removed lots of unnecessary files and merged many of them together to reduce requests and improve loading speed.\r
970         Reduced the over all script size by 33% and the number of files/requests by 75% so it loads a lot faster.\r
971         Fixed so convert_fonts_to_spans are enabled by default. So no more font tags.\r
972         Fixed so underline and strikethrough uses spans instread of deprecated U and STRIKE elements.\r
973         Fixed so indent/outdent adds/removed margin-left instead of blockquotes.\r
974         Fixed so alignment of paragraphs results in a text-align style value instead of the deprecated align attribute.\r
975         Fixed so alignment of images uses float or vertical-align style values instead of the deprecated align attribute.\r
976         Fixed so all classes from @import stylesheets gets imported into the editor.\r
977         Fixed so the directionality can toggle the dir attribute on and off.\r
978         Fixed so the fullscreen_settings can be used for all types of fullscreen modes.\r
979         Fixed so the advanced HR dialog gets displayed when inserting a HR not only on edit.\r
980         Fixed bug where word wrap didn't work in the source editor on Safari.\r
981         Fixed so non HTML elements can be used within the editor such as <myns:tag>\r
982         Fixed various memory leaks in IE and reduced the unload cleanups needed.\r
983         Fixed so the preformatted option adds an invisible container pre tag inside the editor.\r
984         Renamed the _template plugin to example and updated it to use the new 3.x API.\r