Ticket #3933 (closed Bug: fixed)

Opened 8 months ago

Last modified 3 months ago

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)
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

3933_TC.html Download (1.8 KB) - added by garry.yao 8 months ago.
Sample page for reproducing
3933.patch Download (1.4 KB) - added by garry.yao 4 months ago.
3933_2.patch Download (3.1 KB) - added by garry.yao 3 months ago.

Change History

Changed 8 months ago by garry.yao

Sample page for reproducing

Changed 8 months ago by fredck

  • milestone changed from CKEditor 3.0 to CKEditor 3.1

Changed 4 months ago by garry.yao

Changed 4 months ago by garry.yao

  • owner set to garry.yao
  • status changed from new to assigned
  • version set to SVN (CKEditor)
  • component changed from Core : Styles to Core : Output Data

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

Changed 3 months ago by garry.yao

Changed 3 months ago by garry.yao

  • keywords Review? added

Changed 3 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 3 months ago by garry.yao

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [4567].

Note: See TracTickets for help on using tickets.