﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11795	[FF] Ctrl+backspace inside table removes too much stuff	Marek Lewandowski		"1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
2. use following source code
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width:500px"">
	<tbody>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>

<p>&nbsp;</p>
}}}
3. switch back to wysiwyg mode
4. place cursor in very last cell (9th)
5. press {{{ctrl + backspace}}} twice


'''Expected result:'''[[BR]]
Caret should not move outside of the cell?

'''Current result:'''[[BR]]
Leaves table with one column and two rows

additional info:[[BR]]
1. it acts weird with {{{ctrl+backspace}}} in many other cases with tables"	Bug	confirmed	Normal		Core : Tables	3.0		Firefox	
