﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8394	Table Row deletion freezes IE9	Freddie Bingham		"Test in IE9 on the current CKEditor demo.

Create a bulleted list with two items. Press enter twice to get out of the list then create a table using the default table settings. Place cursor in first cell of table, right click, delete row.

Cursor gets stuck between the list and the remaining table row.  Editor appears frozen though using the resize handle or switching to source mode will break the lockup.

This is the HTML that corresponds to the steps above before deleting the row.

{{{
<ul>
	<li>
		Item 1</li>
	<li>
		Item 2</li>
</ul>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td>
				<span>﻿</span>﻿</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
}}}"	Bug	closed	Normal		General	3.0	duplicate	IE9	
