﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8550	[ALL] inconsistent cursor about table	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: 100px"" 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 click the point in pic1(see attachment)

4.now the cursor is after '8' (see pic2) , then click the point in pic1 again (see attachment)  

5.now the cursor is after table ! (it's always what i want , see pic3)


expected: 

same click same cursor position (after table , see pic3)

actual result:

first click the cursor is after '8' (see pic2) ,second click the cursor is after table (see pic3)


PS : i also provide a patch in attachment , it will solve this problem , but i do not know its side effect."	Bug	confirmed	Normal		Core : Selection	3.5.4		IE6 IE7 HasPatch	
