﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3664	Insert table in empty document add extra line	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page in FF;
 1. Click on 'New Page' to empty the document;
 1. Insert a default table;
  * Expected Result:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
...
</table>
<p>
	<br />
</p>
}}}
  * Actual Result: There's an paragraph established before the table:
{{{
<p>
	<br />
</p>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
...
</table>
<p>
	<br />
</p>
}}}
"	Bug	closed	Normal	CKEditor 3.1	Core : Styles		fixed	Confirmed HasTest Review+	
