主题: 4.0版本下,弹出模态对话框后,无法编辑
作者: anylinux, 发布日期: 2012-06-03 16:46:39, 浏览数: 2539

操作系统:

Windows 7


浏览器版本:
IE 9,Chrome 18.0.x
KindEditor版本:
4.0
BUG再现步骤:

1.创建全局Editor

function iniKindEditor()
{


editor = KindEditor.create('textarea[id="assContent"]', {
cssPath : '<%=basePath%>/module/teachingPlatform/kindeditor/plugins/code/prettify.css',
uploadJson : '<%=basePath%>/module/teachingPlatform/teacherSide/courseOutline/uploadOutline.jsp',
resizeType : 0,
fileManagerJson : '<%=basePath%>/module/teachingPlatform/teacherSide/courseOutline/outlineManager.jsp',
allowFileManager : false,
newlineTag : 'br',//shift+enter换行   newlineTag : 'p',//回车换行
syncType : 'auto', //auto: 每次修改时都会同步; form:提交form时同步; 空:不会自动同步;
});
//prettyPrint();
}

2.弹出模态对话框后,窗口无法编辑,点击源代码按钮之后,又会显示出已设置过的内容
3.使用全屏按钮之后,窗口可以编辑

期望结果:

弹出后可以编辑



作者: Roddy, 发布日期: 2012-06-03 22:39:51
回复
作者: anylinux, 发布日期: 2012-06-04 00:21:09
回复Roddy:感谢Roddy. 
回复
作者: Cobra, 发布日期: 2012-07-11 13:49:32

可以了,非常感谢.会一直使用KE.太棒啦,感觉.

回复
发表新帖 发表回复