﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6269	Deleted line above the table reappears in source mode	Wiktor Walc		"Confirmed in Chrome 5.0.375.127 @ XP, CKEditor 3.4 (I did not check otehr browsers and versions of the editor).

 * Paste the following source in source mode:
{{{
<p>
	&nbsp;</p>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px; "">
	<tbody>
		<tr>
			<td>
				Sample</td>
			<td>
				table</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}
 * Switch to wysiwyg mode
 * Delete the first paragraph (it may be a bit hard, try selecting the first line with a mouse and press ""del"" key, etc.)
 * Result: the paragraph is gone (ok)
 * Switch to source mode
 * Result: the paragraph is back again at the top:
{{{
<p>
	&nbsp;</p>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px; "">
 // ...
}}}

Might have something to do with #6217."	Bug	closed	Normal		General		fixed		
