TinyMCE 4.0.12 發布, WYSIWYG HTML 編輯器
TinyMCE是一個開源,純JavaScript HTML WYSIWYG編輯器。它能夠把HTML TEXTAREA或其它HTML標簽轉換成Rich編輯器。TinyMCE非常易于集成到其它內容管理系統中。可以通過外觀/主題和插件來定制滿足自己需求的編輯器。提供漢化語言包。多瀏覽器支持:Mozilla、MSIE、FireFox、Opera和Safari。此外你還可以很方便地使用Ajax來保存和加載內容。
主要特性包括主題/模板支持,多語言支持(包括簡體中文),支持通過插件的方式進行擴展。功能配置靈活簡單(兩行代碼就可以將編輯器嵌入網頁中),支持 AJAX。另一特點是加載速度非常快,如果你的服務器采用的腳本語言是 PHP,那還可以進一步優化。最重要的是,TinyMCE是一個根據LGPL license發布的自由軟件,你可以把它用于商業應用。
TinyMCE 4.0.12 版本發布,修復的 bugs:
This release works around a nasty bug that WebKit/Blink has had for years where it generates span elements all over the content with the current runtime styles of the elements. We had to override all the possible scenarios where contents is deleted and make sure it didn't generate these spans when those operations occurred.
We can only hope that the WebKit/Blink developers take the numerous bugs reports on this matter seriously and fixes it in the engine so that we can remove this some what ugly workaround in the future.
We also fixed a few paste related issues such as IE not being able to paste contents when specific security settings where used. Firefox/Chrome now filters drag/dropped contents from external sources with the paste filters. IE doesn't have proper API support yet to enable that feature.
Check the chanelog for details on these fixes.