Ticket #6984 (closed Bug: fixed)
Line breaks are lost when enter mode is br
| Reported by: | wwalc | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.3 |
| Component: | Core : Output Data | Version: | 3.4 |
| Keywords: | Cc: |
Description
Confirmed in Firefox 3.6.13, Safari and Opera.
Steps to reproduce
- Open _samples/enterkey.html
- Set enter mode to BR
- switch to source mode, paste the following:
<hr /> <br /> <br /> <br />
- Switch to wysiwyg and back
- Result:
<hr /> <br />
- Two line breaks are lost whenever user switches to source mode and back
Regression introduced with [5750].
Note that the real problem in #5293 was unwanted line break in a "supposed to be empty" document so that developers could detect whether user typed something to create a page or not. It was not a problem with an extra line break at the end of the document with some real content.
Attachments
Change History
comment:2 Changed 2 years ago by garry.yao
- Status changed from confirmed to review
- Owner set to garry.yao
- Component changed from General to Core : Output Data
Actually a re-fix of #5293, in fact the original ticket had been overcomplicated.
Note: See
TracTickets for help on using
tickets.
