Opened 16 years ago
Closed 15 years ago
#3933 closed Bug (fixed)
Extra line at the end of document in enterMode=BR
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Core : Output Data | Version: | SVN (CKEditor) - OLD |
Keywords: | IE Confirmed Review+ | Cc: |
Description
Reproducing Procedures
- Open the attached example page in IE;
- Click inside the cell;
- Switch to 'Source'.
- Actual Result:
<table> <tbody> <tr> <td> table</td> </tr> </tbody> </table> <br />
- Expected Result: The tail filler <br> doesn't exist.
- Actual Result:
Attachments (3)
Change History (8)
Changed 16 years ago by
Attachment: | 3933_TC.html added |
---|
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
Changed 15 years ago by
Attachment: | 3933.patch added |
---|
comment:2 Changed 15 years ago by
Component: | Core : Styles → Core : Output Data |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | → SVN (CKEditor) |
Ticket Test added at :
http://ckeditor.t/tt/3933/1.html.
Changed 15 years ago by
Attachment: | 3933_2.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Sample page for reproducing