⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 简介: 一个平台独立基于Web的Javascript HTML WYSIWYG编辑器
💻 TXT
📖 第 1 页 / 共 2 页
字号:
	Fixed bug where embed element in XHTML style didn't work correctly in the media plugin.
	Fixed bug where style elements was forced empty in IE. The will now be wrapped in a comment just like script elements.
	Fixed bug where some script elements wrapped in CDATA could fail to be serialized correctly.
	Fixed bug where FF 3 produced -moz- internal styles in some style attributes.
	Fixed bug where query strings and external URLs didn't work correctly in style attributes.
	Fixed bug where shape attribute of area elements got serialized as rect regardless of it's initial value in IE 6.
	Fixed bug where selection of elements inside layers would fail in IE since focus was moved to the document body.
	Fixed bug where pressing enter/return in an editable select box would produce an __mce_add_custom__ class value.
	Fixed bug where changing font size of text placed inside a colored text chunk would remove the parent node.
	Fixed bug where Opera 9.5 final produced a strange line break behavior due to a workaround for previous Opera versions.
	Fixed bug where text/background color would produce a strange focus problem when you tried to click on the body in IE.
	Fixed issue where selecting the title of an listbox equals the old 2.x behavior of changing the value to an empty string.
	Fixed issue where it was common for the media plugin to break if the _value attribute wasn't added for the param element.
	Fixed issue where the wrong parent editor instance might be updated if you use fullscreen mode in an incorrect way.
	Fixed issue where Safari was producing a warning about the base element not being closed correctly.
	Removed redundant form element name matching from regexp in the DOMUtils class.
Version 3.0.9 (2008-06-02)
	Added new contextmenu_offset_x/contextmenu_offset_y options for the contextmenu plugin.
	Added cite attribute to the default rule for the blockquote element.
	Added support for using arrow keys for selection of items in listboxes.
	Added support for using arrow keys for selection of items in dropmenus.
	Fixed bug where blockformat change on elements with BR inside them didn't change correctly on Firefox.
	Fixed bug where removing table rows inside thead or tfoot would remove the whole table if it was the last one.
	Fixed bug where XHR synchronous mode didn't execute the callback handlers synchronously.
	Fixed bug where setting border to 0 didn't add border: 0 to the style attribute when using the advimage dialog.
	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.
	Fixed bug where the store/restore of a selection didn't work correctly in non IE browsers.
	Fixed bug where only the first element would be invalid for the invalid_elements option.
	Fixed bug where paste as plain text didn't encode the characters correctly when they where inserted.
	Fixed bug where HTML source window couldn't be maximized on Gecko when the maximizable feature was enabled.
	Fixed bug where color selection using the color picker could produce exception in IE.
	Fixed bug where font size changes could produce produce extra redundant elements.
	Fixed bug where IE could produce unknown runtime error if you replaced a image with another image from a separate frame.
	Fixed bug where the domLoaded state for the Event class wasn't set correctly if the editor was loaded dynamically using the gzip compressor.
	Fixed bug where handling of the base element for a page would produce incorrect urls. Based on a patch contributed by John LeSueur.
	Fixed bug where table constraint alert boxes was presented with an empty value and wasn't the skinned inline ones.
	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.
	Fixed bug where encoding set to xml didn't work as expected. It now encodes the contents into XML entities.
	Fixed bug where numrows didn't work correctly for the merge cells dialog of the table plugin.
	Fixed bug where the onGetContent event was fired even when the no_events flag was set.
	Fixed bug where the preview panels for the advimage and the media plugin could overflow on Safari and FF 3.
	Fixed bug where the editing and removal of abbr elements using the xhtmlxtras plugin working correctly on IE.
	Fixed bug where save button in the save plugin didn't work correctly on IE.
	Fixed bug where dragging layers didn't work as expected since it would snap back to it's original location if you saved.
	Fixed bug where the description of the template plugin dialog wasn't updated correctly.
	Fixed bug where the values for frame and rules in the table dialogs where swapped.
	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.
	Fixed bug where ask mode would lock the focused textarea if you pressed cancel in the confirm dialog on FF 3.
	Fixed bug where ask mode would produce contents for empty textareas if you reloaded the page.
	Fixed so the onGetContent event gets the full pass through object just like the other events.
	Fixed so attributes for block elements remains the same when you change format of a element.
Version 3.0.8 (2008-04-30)
	Fixed bug where IE would produce an error if textareas without names where converted.
	Fixed bug where editor wasn't forced empty when there was only a single br or empty paragraph left.
	Fixed bug where IE would produce an warning message if object elements where produced in the media plugins preview running on https.
	Fixed bug where new addVer function didn't handle hash items correctly. Patch contributed by Mirek Burkon.
	Fixed bug where font_size_style_values option wasn't applied correctly to fonts inside the editor.
	Fixed bug where image selection could be lost if a image was edited using context menu on IE.
	Fixed bug where style values wasn't updated properly due to an invalid regexp.
	Fixed bug where IE 6 where displaying warning message about insecure items when inserting an image while using https. Patch contributed by Norifumi Sunaoka.
	Fixed bug where IE was producing an auto save message if you selected a color from the color split button.
	Fixed bug where backspace sometimes would move the caret to the end of the previous block in Gecko.
	Fixed bug where the rowlayout manager didn't work as described in the documentation.
	Fixed bug where the default options for the fullpage plugin wasn't applied correctly.
	Fixed bug where selection would jump one character if you applied a styles to a words in non IE browsers.
	Fixed bug where undo levels wasn't added correctly if you went back in undo history and added a new event.
	Fixed bug where font size dropdown didn't mark the selected size in IE.
	Fixed bug where the size of the editor was determined using clientWidth instead of offsetWidth.
	Fixed so the onchange event doesn't fire on the initial undo level, it will also fire when the editor is blurred.
	Fixed so the advhr plugin produces XHTML valid output instead of non standard attributes.
	Fixed so blockquote gets converted into [quote] in when the bbcode plugin is enabled.
	Fixed so theme_advanced_font_sizes can be named for example Font 1=1, Font 2=2 etc.
	Fixed so editor_selector/editor_deselector can be regexps. By default only strings are allowed not part regexps like before.
	Fixed so that the version suffix is optional. It still requires the build process so you need to export it manually.
	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.
Version 3.0.7 (2008-04-14)
	Added new version suffix to all internal GET requests to make sure that the users cache gets cleared correctly.
	Fixed issue with isDirty returning true event if it wasn't dirty on IE due to changes in tables during initialization.
	Fixed memory leak in IE where if a page was unloaded before all images on the page was loaded it would leak.
	Fixed bug in IE where underline and strikethrough could produce an exception error message.
	Fixed bug where inserting paragraphs in totally empty table cells would produce odd effects.
	Fixed bug where layer style data wasn't updated correctly due to some performance enhancements with the DOM serializer.
	Fixed bug where it would convert the wrong element if there was two elements with the same name and id on the page.
	Fixed bug where it was possible to add style information to the body element using the style plugin.
	Fixed bug where Gecko would add an extra undo level some times due to the blur event.
	Fixed bug where the underline icon would get active if the caret was inside a link element.
	Fixed bug where merging th cells not working correctly. Patch contributed by Andr

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -