PHP程序员站--PHP编程开发平台
 当前位置:主页 >> 新闻咨询 >> 业内新闻 >> 

TinyMCE 3.3.9.4发布

TinyMCE 3.3.9.4发布

来源:PHP程序员站  作者:PHP程序员站  发布时间:2011-04-17
TinyMCE是一个轻量级的基于浏览器的所见即所得编辑器,支持目前流行的各种浏览器,由JavaScript写成。功能配置灵活简单(两行代码就可以将编辑器嵌入网页中),支持AJAX。另一特点是加载速度非常快,如果你的服务器采用的脚本语言是 PHP,那还可以进一步优化。最重要的

TinyMCE是一个轻量级的基于浏览器的所见即所得编辑器,支持目前流行的各种浏览器,由JavaScript写成。功能配置灵活简单(两行代码就可以将编辑器嵌入网页中),支持AJAX。另一特点是加载速度非常快,如果你的服务器采用的脚本语言是 PHP,那还可以进一步优化。最重要的是,TinyMCE是一个根据LGPL license发布的自由软件,你可以把它用于商业应用。

这是 TinyMCE 老的 3.3.x 版本的一个更新版,多数是bug修复,还有一些小调整,主要修改内容有:

Set table background colors to transparent in ui.css to improve compliance with users browser color preferences.
Fixed bug where IE9 did not perform setContent of paragraphs correctly.
Fixed bug where IE9 namespaced tags were prefixed with extra namespace when serialized.
Fixed bug where it wasn't possible to delete images or tables using backspace on IE9.
Fixed IE9 bug #4172, search/replace not working
Backported paste plugin fixes from 3.4 - IE, IE9, Gecko, WebKit related problems.
Fixed bug where focus of the editor would get on control contents on IE lost due to a bug in the ColorSplitButton control.
Fixed issue with alt-f10 navigation to toolbar with JAWS12 (removed role=application attribute from the iFrame).
Included fix from 3.4 - Fixed bug where the editor would scroll to the toolbar when clicked due to a call to focus in ListBox.
Added support for ARIA Accessibility.
Added 'contextmenu_never_use_native' setting to disable the ctrl-right-click showing the native browser context menu behaviour.


Backported fix for colorpicker color validation.
Fixed issue where styles were not included when using the full page plugin.
Fixed issue where deleting some paragraphs on IE would cause an exception.
Fixed issue where pasting part of a list from IE did not wrap the list in a UL element.
Fixed issue in list plugin which left the final list item outside the list element.
Fixed issue where inline formatting may be applied beyond the end of the selection.
Fixed issue where bullet lists weren't always detected correctly.
Fixed issue where list item content may be deleted when pasting from Word.
Fixed issue where extra, empty span tags were added when using a format with both selector and inline modes.
Selection.getNode now detects ranges that are wrapped immediately around a node.
Added 'theme_advanced_show_current_color' setting to enable the forecolor and backcolor buttons to continuously show the current text color.
Added 'autolink' plugin to enable automatically linking URLs.


Added paste_enable_default_filters setting to enable the default paste filters to be disabled.
Fixed bug where border styles were incorrectly merged.
Added significantly improved list handling via the new 'lists' plugin.
Fixed bug where image resize handles were left behind when changing the alignment of an image in Firefox.
Spaces in URLs are now automatically encoded as %20 since they are always invalid.
Fixed bug where HR was inserted inside P elements instead of splitting them.
Fixed bug where deleting content in Firefox used the attributes from the end element instead of the start.

下载地址:http://down.phperz.com/code-view-25-3718.html


延伸阅读:
在线web编辑器TinyMCE 3.3rc1 发布
TinyMCE 3.3.3 发布,可视化HTML编辑器
Tags: TinyMCE  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号