Hi, im working in a IE9 iframe, the iframe parent have in the meta-tag definition this:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
this meta-tag i cant remove because is from server provider so i only can work inside a iframe.
when i put a ckeditor in the iframe, with the other browser work perfectly but with IE9 or newes, the toolbar appear grey and the buttons cant work.
The developer tools shows that i have an error in the ckeditor.js, the error is this:
SCRIPT5007: Unable to get value of the 'specified' property: the object is null or undefined.
in this code:
case "contentEditable":return this.$.attributes.getNamedItem("contentEditable").specified?this.$.getAttribute("contentEditable"):null
is there any solution to fix that ???