Opened 16 years ago
Last modified 15 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
ignoreEmptyParagraphto 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>.
