Opened 15 years ago
Last modified 14 years ago
#5405 confirmed Bug
Line breaks are sometimes lost when ignoreEmptyParagraph is set to false
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.1.1 |
Keywords: | Cc: | pomu@… |
Description
<br>
tag is lost when the block element after line break is empty.
Steps to reproduce
- Set in CKEditor configuration
ignoreEmptyParagraph
to false - Paste the following in source mode:
<div> First line</div> <br /> <div> </div>
- Switch to wysiwyg mode, result:
<div> First line</div> <div> </div>
Same things happens when <p>
tag is used instead of <div>
.