﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8549	[IE, Webkit] can not delete selected text in table contents	yiminghe		"1.open ckeditor at trunk in ie (ie6 or native ie8) and switch to source mode
2.input the following source:

{{{
<table border=""0"" style=""width: 100%"" title=""tbdescguide"">
	<tbody>
		<tr>
			<td>
				<p>
					&nbsp;士大夫士大夫都</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					12345678</p>
			</td>
		</tr>
	</tbody>
</table>
}}}

3. switch to wysiwyg mode and select text ""12345678"" or ""2345678"" or ""5678"" using mouse (here you can note :user's selection is changed automatically , for details you should see pics in the attachment )

4. press backspace button

expect :

selected text removed

actual result:

selected text still remains ,but selection gone and cursor goes to the start position of the original selection.

PS: you can not ctrl-x or ctrl-v for that selected text too, maybe the selection is broken when it is changed automatically in step 3 . 

PS2: tinymce has the same problem , maybe it's a stubborn bug for ie not for editor.


"	Bug	confirmed	Normal		Core : Selection	3.0		IE, Webkit	alvaro.lechner@…
