Hi,
I have an issue with CKEditor 4.3.2 with the SCAYT plugin.
We don't like the double line spacing caused by P tags and have changed the setting config.enterMode = CKEDITOR.ENTER_BR; in the config.js file.
The trouble is that this causes the spell checker to move the cursor as you type.
For instance:
If I have a blank CKEditor, enter a character (say Q) and then move the cursor to the left of this character.
If I press enter it moves the cursor to AFTER the character.
If I then move the cursor up to the top of the page, it moves itself back down.
If I then turn the spell checker off this stops happening.
Is the config.enterMode = CKEDITOR.ENTER_BR; no longer supported?
Is there another way of stopping the double line spacing?
Thanks
Michael