I am using ckeditor version 3.6.1 There is a error on IE8 when I put a empty row by "enter." here is a example:
writting test
writing test2
As you see, there is a empty lie between two sentence. when I click the empty row by mouse, I could not focus on it to write something. To focus on the empty row to write, I need to use my keyboard.
someone told me it's a javascript error on IE8. When I debuged it, I saw a error message like "setStyle == undefined" Anyone knows about this??
addition, it's to hard to upgrade the ckeditor version, because I customized many codes.