Has anyone experienced this problem with CKEditor and IE8?
Basiclally, when the content included a nested p tag, you cant edit the content.
i.e.
<div>
<p>This content cannot be changed in IE8</p>
</div>
Anyone have a fix?
UPDATED with an example
Sorry for pulling this back up, The problem is caused when the div has a width OR a height either via the content.css or inline. Such as:
<div style="width:400px">
<p>This content cannot be changed in IE8</p>
</div>