Closed (fixed)
Project:
UEditor - 百度编辑器
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jun 2014 at 15:37 UTC
Updated:
13 Jan 2016 at 02:58 UTC
Jump to comment: Most recent
This is a known Issues, When you switch the format, the editor disappears, I have to find a solution, maybe not the best solution, but now it is valid
if you already download the ueditor libraries from http://ueditor.baidu.com/website/index.html, then you should be can find this file:
sites/all/libraries/ueditor/ueditor.all.js
open it with any text editor and remove this code (about line 29243 ~ 29246):
.....
if(holder.id){
newDiv.id = holder.id;
domUtils.removeAttributes(holder,'id');
}
.....
save it!
Done!
| Comment | File | Size | Author |
|---|---|---|---|
| 20140614233600.jpg | 29.02 KB | zhiqiang.qiu |
Comments
Comment #2
silas.xie commentedthanks , it works, but, it is line 29241 to 29244
Comment #3
zhiqiang.qiu commented修改最新版的库文件行号