﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4851	IE : Delete table rows may throw a js error	Frederico Caldeira Knabben	Garry Yao	" 1. Load the following HTML:

{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px"">
	<tbody>
		<tr>
			<td>
				AAA</td>
			<td>
				BBB</td>
		</tr>
		<tr>
			<td>
				CCC</td>
			<td>
				DDD</td>
		</tr>
		<tr>
			<td>
				EEE</td>
			<td>
				FFF</td>
		</tr>
	</tbody>
</table>
}}}

 2. Select the entire text of the two first rows with the mouse. This is an important step. The everything from AAA to DDD must be selected.

 3. Open the context menu for the selection.

 4. Select Row > Delete Rows.

A JavaScript error is thrown."	Bug	closed	Normal	CKEditor 3.2	General	3.0.1	fixed	Confirmed IE Review+	
