Opened 12 years ago
Last modified 9 years ago
#10146 closed Bug
Empty lines are removed in enter mode BR — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1.2 |
Component: | General | Version: | 4.0 Beta |
Keywords: | Cc: | mattleff@…, Chris Wells |
Description
To reproduce:
- Set enter mode to BR
- Switch to source and paste below code or in WYSIWYG press Wnter key few times (you will get the same)
<br /> <br /> <br />
- Toggle between WYSIWYG and Source
Result: Every time you switch one BR gets removed untill there is nothing in editor (in last step gets removed as well).
Problem can be reproduced in all browsers from CKEditor 4 beta. It doesn't occur in 3.x branch.