﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5704	[IE] Undo remove row/column/cell problem	Garry Yao		" 1. Load the following content with selection in editor;
{{{
<p>paragraph</p>
<table>
	<tbody>
		<tr>
			<td>
				[cell]</td>
		</tr>
	</tbody>
</table>
}}}
 1. Open context menu on the selection, select 'Column' -> 'Delete  Columns'.
  * Expect Result: The entire table is removed.
 1. Click on 'Undo' once to revert the deletion.
  * Actual Result: the table is brought back but the cursor is not blinking inside the paragraph instead in the cell.
  * Expected Result: both content and selectoin should match the original state.
"	Bug	confirmed	Normal		General	SVN (CKEditor) - OLD		IE	
