﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3671	Inserting Page break is introducing new paragraph	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page in FF;
 1. Click on 'New Page' to empty document content;
 1. Click on 'Insert Page Break for Printing' to insert a page break;
 1. Click on the newly introduced page break fake element;
  * Expected Result: A new paragraph is created before it.
{{{
<div style=""page-break-after: always;"">
		<span style=""display: none;"">&nbsp;</span></div>
}}}
  * Actual Result: Javascript error thrown.
{{{
<p>
</p>
<h1>
	<br />
</h1>
}}}
"	Bug	new	Normal	CKEditor 3.0	Core : Styles			Confirmed	
