【发布时间】:2009-11-25 10:24:57
【问题描述】:
有人在使用 CKEditor 和 IE8 时遇到过这个问题吗?
基本上,当内容包含嵌套的 p 标签时,您无法编辑内容。
即
<div>
<p>This content cannot be changed in IE8</p>
</div>
有人解决了吗?
更新了一个例子
很抱歉将其拉回,当 div 通过 content.css 或内联具有宽度或高度时会引起问题。如:
<div style="width:400px">
<p>This content cannot be changed in IE8</p>
</div>
【问题讨论】:
-
我无法重现这个。你能发布一个链接到一个活生生的例子吗?
标签: internet-explorer ckeditor wysiwyg