Opened 9 years ago
Last modified 9 years ago
#13561 confirmed Bug
Formatting text can remove empty lines
Reported by: | rangar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
If there are two <br /> positioned before unformatted text, and the text is changed to <h2>, the editor removes both <br />. Seen from the perspective of the user, formatting the text removes an empty line, which is probably unexpected.
Problem can be reproduced from CKEditor 4.0 in all browsers.
To reproduce:
Result: One BR/line is removed.
NOTE: It is possible that this ticket is related to #11392.