CKEditor 和 IE8 有没有人遇到过这个问题?
基本上,当内容包含嵌套的 p 标签时,您无法编辑内容。
IE
<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>