﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3648	Change paragraph format with empty document incorrect	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page in FF;
 1. Click 'New Page' to empty document;
 1. Click on 'Format' combo to open dropdown, select 'Heading 1'
 1. Switch to 'Source' mode;
  * Expected Result: The initial paragraph was converted into <h1>
{{{
<h1>
	<br />
</h1>
}}}
  * Actual Result:
{{{
<p>
</p>
<h1>
	<br />
</h1>
}}}"	Bug	closed	Normal	CKEditor 3.0	Core : Styles		fixed	Confirmed	
