Opened 14 years ago

Closed 12 years ago

#5378 closed Bug (fixed)

Paragraph inserted before table on document start

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3.1
Keywords: Cc: aquananu

Description

Paragraph inserted before table on document start.

Reproduce:

  • Use following content:
    <table>
    	<tbody>
    		<tr>
    			<td>
    				TD</td>
    		</tr>
    	</tbody>
    </table>
    
  • Depending on a browser do following:
    • IE6: Click "TD" cell
    • IE7/Chrome: Open dialog using toolbar

Result:

<p>
	&nbsp;</p>
<table>
	<tbody>
		<tr>
			<td>
				TD</td>
		</tr>
	</tbody>
</table>

Change History (3)

comment:1 Changed 14 years ago by Garry Yao

Keywords: Pending added
Milestone: CKEditor 3.4

WFM in trunk.

comment:2 Changed 14 years ago by aquananu

Cc: aquananu added
Version: SVN (CKEditor)3.3.1

similar is happening when a print command is given.

<p>

&nbsp;</p>

it get added once and then on repeating print command it doesnt

comment:3 Changed 12 years ago by Jakub Ś

Resolution: fixed
Status: pendingclosed

No longer reproducible in latest CKEditor 3.6.4 even when print command is used.

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