IE9 Line Break with Space Preventing Bold, Italics, and Underline
This issue only shows up in IE9. To duplicate the issue
- Go to http://ckeditor.com/demo
- Clear out everything in the editor
- In a Word Doc type a sentence, then press return, space, return.
- Then write another sentence.
- Continue to do this for a few lines so you have the pattern (sentence, empty line with one space, sentence, empty line with one space, sentence) so on.
- Paste this into the editor as plain text, but copying to clipboard, then clicking the Paste as Text button.
- Then highlight the first few words of the second sentence and try to bold, italics, or underline. You will notice it won't.
This caused by that empty line with a single space within it. A very specific and odd issue. If you paste it as Word format it's fine, only IE9 and only if you paste it as text, with a empty line with a space above the word or line you wish to bold.
DUP of #9175.
After some testing I've came to the conclusion that this bug report is in fact duplicate of #9175. Please see comment 5 for good way to reproduce this problem - http://dev.ckeditor.com/ticket/9175#comment:5.
It seems that it does not matter whether you paste plain text or formatted with Word. If you start selection between editor border and text or start selection below text and finish behind editor then styles won't be applied.
@helpinspire please check your TC one more time and if you think that this is not duplicate of #9175 please provide more details showing how to reproduce this issue.
Especially interesting part is where exactly you start selection (screen shot may be needed).