Apache-SdnFw

 view release on metacpan or  search on metacpan

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

	Fixed bug where width style value wouldn't be removed if you switched width unit from cm/em to pixels or percent.
	Fixed bug where the search/replace input box wasn't auto focused like the other dialogs.
	Fixed bug where the old mceAddControl command would use the fullscreen settings next time it created an instance.
	Fixed bug where multiple lines where added to the target cell if you merged multiple empty cells.
	Fixed bug where drop down menus would be incorrectly positioned inside scrollable divs.
	Fixed bug where the separators of the silver skin variant didn't display correctly in IE 6.
	Fixed bug where createStyleSheet seems to load scripts at opposite order in some IE versions.
	Fixed bug where directionality could produce odd results for the UI and the dialogs.
	Fixed bug where the DOM serializer wouldn't serialize custom namespaced attributes in IE 6 using the *[*] valid elements rule.
	Fixed bug where table caption would be inserted after the thead element if you swapped a tr to be inside the thead.
	Fixed bug where the youtube detection logic for the media plugin was to generic.
	Fixed so the deprecated and undocumented theme_advanced_path_location set to none won't hide the whole statusbar.
	Fixed so most input lists can have whitespace in them they are now split using the new tinymce.explode method.
	Fixed so the popup_css and popup_css_add URLs are relative to where the current document is located.
	Fixed various bugs and quirks with the store/restore selection logic.
	Fixed so the editor starts in IE 8 standards mode but still that browser is very very buggy.
	Fixed so dialog_type set to modal will block the background and other inline windows and only give access to the front most window.
Version 3.0.4.1 (2008-03-08)
	Fixed critical bug where it was impossible to edit images when inlinepopups where used due to lost selection in IE.
Version 3.0.4 (2008-03-07)
	Added new option constrain_menus, this enables you to force view port constraints on all menus. Contributed by Shane Tomlinson.
	Fixed bug where table background wasn't visible inside the editor due to a default CSS rule overriding the style attribute.
	Fixed bug where links would get a null class added if no styles was used in IE.
	Fixed bug where spellchecker was auto focusing the editor in IE.
	Fixed bug where document.domain would produce invalid argument if the editor was loaded in IE6 over a network UNC path.
	Fixed bug where table height attribute was used, this is deprecated in XHTML so it now adds it as an style.
	Fixed bug where textareas with style values would produce error in IE.
	Fixed so the first element in each dialog is focused by default to enhance keyboard usage.
	Fixed so you can add a mceFocus class to elements to make it auto focused.
	Fixed so you can close dialogs using the esc key.
	Fixed so you can press return/enter to submit the action of each dialog.
	Fixed so tabbing inside an inline popups wont focus the resize anchor elements.
	Fixed so you can press ok in inline alert messages using the return/enter key.
	Fixed so textareas can be set to non px or % sizes for example em, cm, pt etc.
	Fixed so non pixel values can be used in width/height properties for tables.
	Fixed so the custom context menu can be disabled by holding down ctrl key while clicking.
	Fixed so the layout for the o2k7 skin looks better if you don't have separators before and after list boxes.
	Fixed so the sub classes get a copy of the super class constructor function to ease up type checking.
	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).
	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).
Version 3.0.3 (2008-03-03)
	Fixed bug where an error about document.domain would be thrown if TinyMCE was loaded using a different port.
	Fixed bug where mode exact would convert textareas without id or name if the elements option was omitted.
	Fixed bug where the caret could be placed at an incorrect location when backspace was used in Gecko.
	Fixed bug where local file:// URLs where converted into absolute domain URLs.
	Fixed bug where an error was produced if a editor was removed inside an editor command.
	Fixed bug where force_p_newlines didn't effect the paste plugin correctly.
	Fixed bug where the paste plugin was producing an exception on IE if you pasted contents with middots.
	Fixed bug where delete key could produce exceptions in Gecko sometimes due to the fix for the table cell bug.
	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.
	Fixed bug where TinyMCE wouldn't initialize properly if ActiveX controls was disabled in IE.
	Fixed bug where tables and other elements that had visual aids on them would produce an extra space after any custom class names.
	Fixed bug where search with an empty string would produce some odd "invalid pointer" error in IE.
	Fixed bug where elements like menus where placed at incorrect positions in Opera 9.26.
	Fixed bug where IE was loosing focus of the editor when you clicked some dropmenu and if it was placed in a frame or iframe.
	Fixed bug where focus of images could be lost in IE if you focused the accessibility confirm dialog in the advimage plugin.
	Fixed bug where nestled font elements would produce odd output like missing font elements.
	Fixed bug where text colors and styles got removed if invalid_elements included the font element.
	Fixed bug where text-decoration set to underline or line-through would remove other styles from span elements.
	Fixed bug where editor contents like \n\n would be incorrectly handled and processed as real line feeds.
	Fixed bug where incorrectly encoded urls with ampersands in them would be decoded incorrectly.
	Optimized the DOMUtils decode method to be a lot faster if the string doesn't have any entities to decode.
Version 3.0.2.1 (2008-02-26)
	Fixed alert/confirm dialogs so they display correctly.
Version 3.0.2 (2008-02-26)
	Added new body_id option that enables you to specify the id of the body inside the editor iframe based on ideas by David Bildström (ChronoZ).
	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).
	Added new CSS class to the default content.css files mceForceColors that forces white background and black text can be used with the body_class option.
	Added new type parameter to the Editor.getParam function to reduce redundant logic for parsing hash tables.
	Added new isDone method to the ScriptLoaded class, this enables you to check if a script has been loaded or not.
	Added new resizeTo and resizeBy methods for the advanced theme. Can be called using tinyMCE.activeEditor.theme.resizeTo(w, h);
	Added new skin_variant option this can be used to extend existing skins with slight modifications like color.
	Added new variant of the o2k7 skin called "silver" based on a contribution made by Stefan Moonen.
	Fixed bug where the template plugin might produce errors if the template_mdate_classes wasn't configured.
	Fixed bug where the media plugin didn't convert the URLs for movies once they where inserted.
	Fixed bug where the style field for the advlink dialog didn't work correctly if you edited an existing link.
	Fixed bug where alignment of toolbars would fail in editor was uses in a quirks mode on IE, fix contributed by Peter Wood & Art Lawry.
	Fixed bug where initialization of multiple editors at the same time using the mceAddControl method would produce errors.
	Fixed bug where initialization of editors using mceAddControl command or new tinymce.Editor calls would fail during page load.
	Fixed bug where the check for domain relaxing could fail if the document.domain property was changed by another script.
	Fixed bug where textareas couldn't be named description or any other name that matches the meta elements in IE and Opera.
	Fixed bug where the element path would fail sometimes in IE due to "unknown runtime error" on innerHTML.
	Fixed bug where Safari would crash if you was hiding the editor before serializing the contents.
	Fixed bug where the editor wasn't scaled propertly in fullscreen mode using the old fullscreen_new_window option.
	Fixed bug where render method didn't load language packs in IE and Opera if you rendered an editor during page load.
	Fixed bug where resizing the browser window in fullscreen didn't resize the editor.
	Fixed bug where the blockquote command didn't move the caret inside the new empty blockquote if you used it on an empty document.
	Fixed bug where auto in a style width/height for the textarea would produce an editor with the size value of 100. Fix contributed by Shane Tomlinson.
	Fixed bug where restoration of selection at the beginning of an element could fail in Gecko.
	Fixed bug where caret restoration after a cleanup could place the it at an incorrect location.
	Fixed bug where delete key inside td elements would delete the cell in Gecko.
	Fixed so the blockquote button toggles individual lines. This behavior is a bit more like the old indentation behavior in the 2.x branch.
	Fixed so the dialog language packs only gets loaded the first time you open a dialog.
	Fixed so all classes in the whole UI is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.
	Fixed so all classes in the inlinepopups logic is prefixed with "mce" to avoid collisions, use the skin converter to update your existing skins.
	Fixed so that the window in fullscreen mode can be resized when fullscreen_new_window option is enabled.
	Fixed so blockquote elements are formatted in the source output with an linefeed before and after it.
	Optimized the editor initialization by reducing the number of calls to getBookmark/moveToBookmark.
Version 3.0.1 (2008-02-21)
	Added spellchecker plugin into the main package, but without any backend can be specified with the spellchecker_rpc_url option.
	Added src attribute for script elements to the default valid_elements option value.
	Added extra parameter to the class_filter callback it can now also filter out classes based on the whole CSS rule.
	Added support for domain relaxing, TinyMCE can now be loaded from an remote domain as long as they are on the same root domain.
	Added support for custom elements the new custom_elements option enables you to add non HTML elements to the editor.
	Added support for the W3C Selectors API that was added to latest nightly build of WebKit.
	Fixed bug where some object param element wasn't stored correctly using the media plugin.
	Fixed bug where Opera was scrolling to top of page is drop menus on list boxes where displayed.
	Fixed bug where IE6 was crashing if a format block was used on a container with anchor elements.
	Fixed bug where spans with font sizes wasn't handled correctly when editor was loading contents.
	Fixed bug where mode exact couldn't convert editors with name only. Id is no longer required but recommended.
	Fixed bug where the mceInsertRawHTML command produced an extra undo level.
	Fixed bug where the specific_textareas mode didn't work correctly this is the same thing as textareas now.
	Fixed bug where the values of input elements in the HTML page of dialogs pages where changed in IE.
	Fixed bug where fullscreen and fullpage plugins didn't work well together.
	Fixed bug where embed elements wasn't handled properly in the media plugin.
	Fixed bug where style information on span elements gets munged when fonts are converted to spans.
	Fixed bug where some entities in element attributes where encoded incorrectly in the latest WebKit build.
	Fixed bug where initialization would fail in IE if there where two input elements with the name submit in the form.
	Fixed bug where fullscreen mode didn't work correctly in IE when the fullscreen_new_window option was used.
	Fixed bug where invalid contents like an ul inside a p element would produce odd results in IE.
	Fixed bug where Opera 9.2x was placing the drop menus at incorrect locations if the editor was placed in a table.



( run in 1.874 second using v1.01-cache-2.11-cpan-6aa56a78535 )