﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4199	[Safari] Click outside table result weird	Garry Yao		"=== Reproducing Procedures ===
 1. Open the 'replace by class' sample page in Safari;
 1. Load the following content:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px; "">
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}
 1. Click at the spaces before the table( outside );
  * Actual Result:
{{{
<p>
	&nbsp;</p>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px; "">
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px; "">
</table>
}}}
  * Expected Result:
{{{
<p>
	&nbsp;</p>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px; "">
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}
"	Bug	closed	Normal	CKEditor 3.1	Core : Styles		duplicate	Safari	
