Dear Friends,
Certain user have readOnly access to the editor content and I use setReadOnly to make sure the editor is available in the readOnly mode.
No issues in chrome browser
But when I tested in IE9 its working working and the height of the empty table cells ( i.e., td ) is becoming zero.
Not only enmpty table cells but all alos the line space between the various elementes in the editor is reducing automatically. And it happens when in readOnly mode.
I did set the following configuration but no luck . Your help is appreciated.
config.needsNbspFiller = true;
config.fillEmptyBlocks = true;
config.needsBrFiller = true;
All I want is the content should display with the same line pace and the empty table cells should not collapse when the editor is in readOnly mode.
I reproduce the same issue using the following sample provided by CKEditor team in IE9 and attached the screen shot for the same.
http://ckeditor.com/latest/samples/readonly.html