Apache-SdnFw

 view release on metacpan or  search on metacpan

lib/Apache/SdnFw/js/tinymce/changelog.txt  view on Meta::CPAN

	Fixed bug where IE was leaking memory on the onbeforeunload event due to some recently introduced logic. Patch contributed by Options.
	Fixed bug where inserting tables in Safari 4 didn't work due to a new WebKit bug where some element names are reserved.
	Fixed bug where URLs having a :// value in the query string would make it absolute regardless of URL settings.
	Fixed the WebKit specific bug where DOM Ranges would fail if the node wasn't attached to something in a different way.
	Removed the auto_resize option and the resizeToContent method from the tinymce.Editor class. Use the new autoresize plugin instead.
Version 3.2.4.1 (2009-05-25)
	Fixed bug where Gecko browsers would produce an extra space after for example strong when loaded from sub domains.
	Fixed bug where script elements would be removed if they where placed inside a paragraph element.
	Fixed bug where IE 8 would produce 1 item remaining when loading CSS files dynamically with an empty cache.
	Fixed bug where bound events would be removed from other editor instances if a specific one was removed.
	Fixed various bugs and issues with script and style elements inside the editor.
	Fixed so all script contents gets wrapped in CDATA sections so that they can be parsed using a XML parser.
	Fixed so it's impossible for elements marked as closed to have child nodes rendered in output.
Version 3.2.4 (2009-05-21)
	Added new paste_remove_styles/paste_remove_styles_if_webkit option to paste plugin concept contributed by Hadrien Gardeur.
	Added new functionality to paste plugin contributed by Scott Eade aka monkeybrain.
	Added new paste_block_drop option to the paste plugin this is disabled by default and will block any drag/drop event.
	Added new bind/unbind methods to DOMUtils these works like Event.add/Event.remove but is easier to access.
	Added new paste_dialog_width/paste_dialog_height options to paste pluign. Enables you to change the dialog sizes.
	Fixed bug on IE 8 where it would sometimes produce a "1 item remaining" status message that would never finish.
	Fixed bug on Safari 4 beta that would produce DOM Range exceptions on the DOMUtils split method since the browser has a bug.
	Fixed bug where the paste plugin could accidentally think that some word sentences was supposed to be list elements.
	Fixed bug where paste plugin would produce one extra empty undo level on some browsers.
	Fixed bug where spans wasn't produced correctly on new line when the keep_styles option was enabled.
	Fixed bug where the caret would be placed at the beginning of contents in IE 8 if you selected colors from the color pickers.
	Fixed so the Event class is a normal class instead of a static one. The tinymce.dom.Event is now a global instance of that class.
	Fixed so internal events for instances gets removed when the DOMUtils instance is removed.
	Fixed so preventDefault and stopPropagation methods can be used on the event object in all browsers.
Version 3.2.3.1 (2009-05-05)
	Fixed bug where paragraphs containing form elements such as input or textarea would be removed.
	Fixed bug where some IE versions would produce a wrapper function for events attributes.
	Fixed bug where table cell contents could be removed if you pressed return/enter at the end of the cell contents.
	Fixed bug where the paste plugin would remove a extra character if the selection range was collapsed.
	Fixed bug where creating tables with % width wouldn't be handled correctly on WebKit browsers.
Version 3.2.3 (2009-04-23)
	Added new paste plugin logic. This new version will autodetect Word contents and clean it up.
	Added a optional root element argument to getPos so you can tell it where to stop the calculation.
	Added new DOM ready logic to remove the usage of document.write. We now use basically the same method as jQuery.
	Fixed bug where WebKit browsers would fail when selecting all contents in the area using Ctrl+A.
	Fixed bug where IE would produce paragraphs with empty inline style elements.
	Fixed bug where WebKit browsers would fail when inserting tables with a non pixel width.
	Fixed bug where block elements could get a redundant br element at the end of the element.
	Fixed bug where the tabfocus plugin only worked with a single editor instance on page.
	Fixed bug where IE 8 was loosing caret position if the selection was collapsed and a menu was clicked.
	Fixed bug with application/xhtml+xml mode where menus wasn't working properly.
	Fixed bug where the onstop workaround fix for IE would produce errors in an ASP update panel.
	Fixed bug where the submit function override could produce errors if executed in the wrong scope.
	Fixed bug where the area element wasn't closed by a short ending.
	Fixed various number issues in the style plugins properties dialog. Contributed by datpaulchen.
	Fixed issues with size suffix values in the style plugin dialog.
	Fixed issue where hasDuplicate variable would leak out to the global space due to a bug in the Sizzle engine.
	Fixed issue where the paste event would fire a dialog warning on IE since we extracted the text contents.
	Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
Version 3.2.2.3 (2009-03-26)
	Fixed regression bug with the getPos method, it would return invalid if the view port was to small.
Version 3.2.2.2 (2009-03-25)
	Fixed so the DOMUtils getPos method can be used cross documents if needed.
	Fixed bug where undo/redo wasn't working correctly in Gecko browsers.
Version 3.2.2.1 (2009-03-19)
	Added support for tel: URL prefixes. Even though this doesn't match any official RFC.
	Fixed so the select method of the Selection class selects the first best suitable contents.
	Fixed bug where the regexps for www. prefixes for link and advlink dialogs would match wwwX.
	Fixed bug where the preview dialog would fail to open if the content_css wasn't defined. Patch contributed by David Bildström (ChronoZ).
	Fixed bug where editors wasn't converted in application/xhtml+xml mode due to an issue with Sizzle.
	Fixed bug where alignment would fail if multiple lines where selected.
	Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
Version 3.2.2 (2009-03-05)
	Added new CSS selector engine. Sizzle the same one that jQuery and other libraries are using.
	Added new is and getParents methods to the DOMUtils class. These use the new Sizzle engine to select elements.
	Added new removeformat_selector option, enables you to specify a CSS selector pattern of elements to remove when using removeformat.
	Fixed so the getParent method can take CSS expressions when selecting it's parents.
	Added new ant based build process, includes a new javabased preprocessor and a yuicompressor ant task.
	Moved the tab_focus logic into a plugin called tabfocus, so the old tab_focus option has been removed from the core.
	Replaced the TinyMCE custom unit testing framework with Qunit and rewrote all tests to match the new logic.
	Moved the examples/testcases to a root directory called tests since it now includes slickspeed.
	Fixed bug where nbsp wasn't replaced correctly in ForceBlocks.js. Patch contributed by thorn.
	Fixed bug where an dom exception would be thrown in Gecko when the theme_advanced_path path was set to false under xml application mode.
	Fixed bug where it was impossible to get out of a link at the end of a block element in Gecko.
	Fixed bug where the latest WebKit nightly would fail when changing font size and font family.
	Fixed bug where the latest WebKit nightly would fail when opening dialogs due to changes to the arguments object.
	Fixed bug where paragraphs wasn't added to elements positioned absolute using classes.
	Fixed bug where font size values with dot's like 1.4em would produce a class instead of the style value.
	Fixed bug where IE 8 would return an incorrect position for elements.
	Fixed bug where IE 8 would render colorpicker/filepicker icons incorrectly.
	Fixed bug where trailing slashes for directories in URLs would be removed.
	Fixed bug where autostart and other boolean values in the media dialog wouldn't be stored/parsed correctly.
	Fixed bug where the repaint call for the media plugin wouldn't be executed due to a typo in the source.
	Fixed bug where id attribute of object elements wasn't kept intact by the media plugin.
	Fixed bug where preview of embeded elements when the media_use_script option was used would fail.
	Fixed bug where inlinepopups could be rendered at an incorrect location on IE 6 while dragging.
	Fixed bug where the blocker shim could be placed at an incorrect location on IE 6.
	Fixed bug where the multiple and size attributes of select elements would produce incorrect values while running in IE.
	Fixed bug where IE would loose the caret position is you selected a color from the color drop down.
	Fixed bug where remove format wouldn't work on IE since it couldn't remove span elements that had style information.
	Fixed bug where Opera was removing links when removing formatting from selected contents.
	Fixed bug where paragraphs could be produced inside non positional elements styled with the CSS position value of static.
	Fixed bug where removeformat wouldn't work if you selected part of a span in IE.
	Fixed bug where media plugin didn't retain the style attribute on embed/object elements.
	Fixed bug where auto focus on empty editor instances could produce strange results if you inserted an image into it.
	Fixed bug where   characters would be removed in FF when inserted with the mceInsertContent or selection.setContent methods.
	Fixed bug where warning message of missing paste support wasn't displayed on WebKit browsers.
	Fixed bug where anchor links could include other links. The selected range is now unlinked before adding news links to it.
	Fixed memory leak when TinyMCE was used with prototype. Patch contributed by James Ots.
	Fixed so the non documented fullpage_hide_in_source_view option for the fullpage plugin works again in the 3.x branch.
	Fixed so tables doesn't get inserted into paragraphs by default since it's not W3C valid. Can be disabled by using the fix_table_elements option.
	Fixed so the source view dialog sets a source_view state to the event object. Enables plugins to intercept the source view mode.
	Fixed various validation issues with the html dialogs and pages.
	Removed ask mode option since there is way better ways of doing this now. Use the add/remove control methods instead.
	Removed logic for compatibility with Safari 2.x, this browser is no longer supported since no one is using it.
	Removed the auto domain relaxing feature. If loading scripts cross sub domains it's better to specify the document.domain by hand.
Version 3.2.1.1 (2008-11-27)
	Added new theme_advanced_default_background_color/theme_advanced_default_foreground_color options. Patch contributed by David Bildström (ChronoZ).
	Fixed font style formatting compatibility issue with Adobe Air.
	Fixed so legacy font elements get converted into spans even if cleanup_on_startup isn't enabled.
	Fixed bug where pre elements could be incorrectly modified by an IE bug workaround. Patch contributed by hu vime.
	Fixed bug where input elements inside inlinepopups wasn't editable in Firefox 2.
	Fixed bug where the xhtmlxtras plugin wasn't replacing attribute values correctly.
	Fixed bug where menu buttons in skin variants would look strange due to IE 8 fixes.
	Fixed bug where WebKit browsers would on backspace take you back to the previous page if the editor was empty.
	Fixed bug where DOMUtils decode method wouldn't handle strings larger than 4096kb due to node chunking.
	Fixed bug where meta key wasn't handled as ctrl key on Mac OS X for custom keyboard short cuts.



( run in 1.901 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )