Opened 15 years ago

Closed 14 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

  1. Open the attached example page in IE;
  2. Click inside the cell;
  3. Switch to 'Source'.
    • Actual Result:
      	<table>
      		<tbody>
      			<tr>
      				<td>
      					table</td>
      			</tr>
      		</tbody>
      	</table>
      	<br />
      
    • Expected Result: The tail filler <br> doesn't exist.

Attachments (3)

3933_TC.html (1.8 KB) - added by Garry Yao 15 years ago.
Sample page for reproducing
3933.patch (1.4 KB) - added by Garry Yao 14 years ago.
3933_2.patch (3.1 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by Garry Yao

Attachment: 3933_TC.html added

Sample page for reproducing

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.1

Changed 14 years ago by Garry Yao

Attachment: 3933.patch added

comment:2 Changed 14 years ago by Garry Yao

Component: Core : StylesCore : Output Data
Owner: set to Garry Yao
Status: newassigned
Version: SVN (CKEditor)

Ticket Test added at :
http://ckeditor.t/tt/3933/1.html.

Changed 14 years ago by Garry Yao

Attachment: 3933_2.patch added

comment:3 Changed 14 years ago by Garry Yao

Keywords: Review? added

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:5 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [4567].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy