In the official demo , i tried to paste these code for testing non-editable text. .
<p> editable text 1</p> <p contentEditable ="false" unselectable="on">non-editable text</p> <p>editable text 2</p>
problem appear once selection start from bottom to top and across the non-editable area,
after that if font color or font family etc is selected (i think 3-5 times), error occurs and here are the screen shots
Source code:
I tested on ie8.06 and chrome8.0.552
is there any ways to solve ??
Re: Bugs on non-editable text ??
if i add your 3 line example to my ckeditor i can move the caret into the <p contentEditable ="false" unselectable="on">non-editable text</p> element and keep typing ..
So what is the official working way of making elements non editable in IE? ..works fine in Firefox (sound familiar?).