Apache-SdnFw
view release on metacpan or search on metacpan
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where body attributes wasn't set properly in the fullpage plugin, fix contributed by Hiroaki Kawai.
Fixed bug where insert image and insert link dialogs where producing an extra level in the undo history.
Fixed bug where Gecko would produce an error if empty elements like <div></div> where inserted using mceInsertContent.
Fixed bug where center alignment of images produced odd results inside table cells.
Fixed bug where center alignment of images couldn't be toggled correctly.
Fixed bug where alignment of images inside tables would produce double float style items in IE if the fix_table_elements option was enabled.
Fixed bug where a variable called 'v' was polluting the global namespace. Objects tinymce and tinyMCE are the only ones allowed to be global.
Fixed bug where insert table from context menu couldn't insert new tables inside existing tables.
Fixed bug where Safari wouldn't produce br elements on enter when the force_br_newlines option was enabled.
Fixed bug where switching cell type in table cell dialog would produce odd attributes in IE.
Fixed bug where Gecko was outputting internal attributes if valid_elements where set to "*[*]".
Fixed bug where the style plugin would produce non hex colors inside the dialog when running on Gecko.
Fixed bug where an empty src value for insert image would remove the currently selected image if it wasn't and image element.
Fixed bug where hidden input elements would break the logic for the tab_focus option.
Fixed bug where save button wasn't working correctly in fullscreen mode.
Fixed bug where the editor was forced to be placed in a form element if the save_onsavecallback option was used.
Fixed bug where upper case param attributes wasn't parsed correctly in the media plugin.
Fixed bug where render method of tinymce.Editor class would produce an exception if the strict_loading_mode option was omitted.
Fixed bug where nodeChanged event could be fired while the editor was loading and there for produce an exception in FF.
Fixed bug where no undo levels where added if the user created new table rows using the tab key on Gecko.
Fixed bug where tables would be broken if you selected a different block format for contents withing an table cell.
Fixed bug where the render method of the tinymce.Editor class didn't setup the tinymce.EditorManager.settings object correctly.
Fixed bug where the advanced image dialog would go to the first tab if the alternative image was changed using the file browser link.
Fixed bug where the forced_root_block option would produce BR elements inside empty blocks if the block wasn't a paragraph.
Fixed bug where the forced_root_block doesn't work correctly on IE if the specified element was something else than paragraphs.
Fixed bug where selection of images would get lost if user selected something from the context menu in IE.
Fixed bug where the context menu plugin would pollute the global namespace with two variables p1 and p2.
Fixed compatibility issue with Mootools, it is destroying document.getElementById on unload in IE. (Mantra: You don't own the internal objects).
Fixed bugs where dialogs/tabs and other UI elements where rendered incorrectly in Firefox 3.
Fixed so the auto CSS class importer is compatible with 2.x.
Fixed so the editor UI and inlinedialogs works correctly with the YUI CSS reset package.
Fixed so header and footer elements are forced to lower case when the fullpage plugin is used.
Fixed so load prefixes "-" for plugins and themes isn't required if the plugin/theme was loaded by the ThemeManager/PluginManager.
Fixed so the JSONRequest uses application/json content type to make Ruby on rails happy.
Fixed so the CSS rule is more exact for the body in the default content.css files. Body is now defined as "body.mceContentBody" instead of just "body".
Fixed so the tiny_mce_dev.js uses XHR instead of document.write to load scripts to resolve an issue with Opera 9.50.
Fixed so language pack loading can be disabled by setting the language option to false. Can be useful for systems with their own language pack management.
Version 3.0 (2008-01-30)
Added map and area elements to the default valid_elements list and also some indentation rules.
Fixed bug where empty paragraphs wasn't padded when loading contents.
Fixed bug where the RowLayout manager didn't work at all.
Fixed bug where style attribute data would get messed up in advimage dialog.
Fixed bug where the table dialogs class select wasn't updated correctly.
Fixed bug where elements would get extra whitespace around on insert when body was present in valid_elements.
Fixed bug where coords attribute of the area element wasn't handled properly in IE.
Fixed bug where Safari didn't produce BR elements on shift+return.
Fixed bug where force blocks would cast odd invalid attribute exception in IE.
Fixed bug where media plugin would produce extra whitespace before and after objects.
Fixed bug where cleanup_callback could break the contents of the editor. But use the new event system instead of this option.
Fixed bug where the tab_focus option didn't work between editor instanced. You can now tab between editors.
Fixed bug where the load function of the ScriptLoader class didn't load single files without the load que as it was supposed to.
Fixed bug where the execcommand_callback parameter order was incorrect. Recommendation use the new addCommand method.
Fixed bug where range.select calls sometimes failed on some IE versions.
Fixed bug where Safari was scrolling to top of document when enter/returned was pressed.
Fixed bug where fullscreen_new_window option didn't work correctly.
Fixed bug where the nonbreaking plugin inserted an space instead of an non breaking space the first time.
Fixed bug where the visualization of non breaking spaces where visual in element path.
Fixed so the focus is restored to the editor after inserting an custom character.
Fixed so the isNotDirty state is set to false if a new undo level is added.
Fixed so pointless style information for borders gets removed in IE.
Fixed so the resize button has a se-resize cursor css value.
Version 3.0rc2 (2008-01-18)
Added new fix_nesting option to fix bug #1867292, this is disabled by default.
Added new indentation option enables you to specify how much each indent/outdent call will add/remove.
Added easier support for enabling/disabling icon columns on drop menues.
Added new menu button control class. This control is very similar to the splitbutton but without any onclick action.
Added support for previous tab focus (shift+tab). The tab_focus setting now takes two items next and previous element.
Fixed bug where iframes inside the editor got removed in Firefox on initial load.
Fixed bug where the CSS for abbr elements wasn't applied correctly in IE.
Fixed bug where mceAddControl on element inside a hidden container produced errors.
Fixed bug where closed anchors like <a /> produced strange results.
Fixed bug where caret would jump to the top of the editor if enter was pressed a the end of a list.
Fixed bug where remove editor failed if the editor wasn't properly initialized.
Fixed bug where render call on for a non existing element produced exception.
Fixed bug where parent window was hidden when the color picker was used in a non inlinepopups setup.
Fixed bug where onchange event wasn't fired correctly on IE when color picker was used in dialogs.
Fixed bug where save plugin could not save contents if the converted element wasn't an textarea.
Fixed bug where events might be fired even after an editor instance was removed such as blur events.
Fixed bug where an exception about undefined undo levels could be throwed sometimes.
Fixed bug where the plugin_preview_pageurl option didn't work.
Fixed bug where adding/removing an editor instance very fast could produce problems.
Fixed bug where the link button was highlighted when an anchor element was selected.
Fixed bug where the selected contents where removed if a new anchor element was added.
Fixed bug where splitbuttons where rendered one pixel down in the default theme.
Fixed bug where some buttons where placed at incorrect positions in the o2k7 theme.
Fixed bug that made it impossible to visually disable a custom button that used an image instead of CSS sprites.
Fixed bug where it wasn't possible to press delete/backspace if the editor was added+removed and re-added due to a FF bug.
Fixed bug where an entities option with only 38,amp,60,lt,62,gt would fail in IE.
Fixed bug where innerHTML sometimes generated unknown runtime error on IE.
Fixed bug where content_css files wasn't loaded in the template preview iframe.
Fixed bug where scroll position was incorrect when toggling fullscreen mode.
Fixed bug where restoration of overflow didn't work correctly when disabling fullscreen mode in Opera.
Fixed bug where drop menus where places at incorrect locations if the editor was placed in a scrollable container element.
Fixed bug where hideMenu didn't hide sub menus correctly. It will now hide all menus recursively.
Fixed so theme_advanced_path_location can be used in init options for compatibility reasons.
Fixed so the drop menu colors matches the rest of o2k7 theme.
Fixed so the preview example.html file is updated to the new 3.x API.
Fixed so the margins are the same by default inside the editable area between IE and other browsers.
Fixed so editor contents gets stored before it the onSubmit event is fired.
Version 3.0rc1 (2008-01-08)
Added new classes for toolbar rows in advanced theme mceToolbarRow1..n enabled you to change appearance of individual rows.
Added auto detection for the strict_loading_mode option when running in application/xhtml+xml mode on Gecko.
Optimized the HTML serializer by bundling some post process methods together.
Fixed so that the toolbars have unique IDs, enables you to alter the toolbars using the ControlManager and the DOM.
Fixed bug where delta values for dialog sizes in language packs didn't work correctly due to missing string to number casting.
Fixed bug where paragraph generation logic didn't handle hr or table elements correctly if they where the only element.
Fixed bug where some elements got extra linebreaks added after or before it in HTML output.
Fixed bug where it was hard to modify existing style data on table rows and table cells.
Fixed bug where the dom.getRect method didn't handle non pixel values correctly.
Fixed bug where strikethrough and underline couldn't be toggled on existing span elements.
Fixed bug where the postprocessor searched for nsbp instead of nbsp entities.
Fixed bug where it was impossible to edit links that had child elements within them.
Fixed bug where it was possible to click on the parent item of a submenu.
Fixed bug where mouseover/mouseout images couldn't be removed in advimage dialog.
Fixed bug where drop menus didn't work when running in application/xhtml+xml mode.
Fixed bug where Opera added doctype to output in application/xhtml+xml mode.
Fixed bug where some DOM methods didn't work correctly in the application/xhtml+xml mode.
Fixed bug where the inlinepopups didn't work correctly in the application/xhtml+xml mode.
Fixed bug where the ColorSplitButton didn't display correctly in the application/xhtml+xml mode.
Fixed bug where the UI layout was incorrect on Gecko browsers when running in application/xhtml+xml mode.
Fixed bug where the word paste plugin produced exception while running in application/xhtml+xml mode.
( run in 2.932 seconds using v1.01-cache-2.11-cpan-99c4e6809bf )