﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6629	Inconsistent behavior when applying paragraph format	Wiktor Walc	Garry Yao	"When ""Formatted"" paragraph format is used, the behavior of the editor is different that ussual.

=== Steps to reproduce ===
==== Scenario 1 ====
 - starting with a new blank page
 - select ""Heading 2"" format
 - switch to source mode
 - result: no HTML code, source is empty
 - switch to wysiwyg mode
 - result: ""Heading 2"" is still selected
==== Scenario 2 ====
 - starting with a new blank page
 - select ""Formatted"" fomat
 - switch to source mode
 - result: HTML source
{{{
<pre>
</pre>
<p>
	&nbsp;</p>
}}}

Problems:
 1. HTML source is not empty
 2. There is an empty paragraph at the bottom
"	Bug	closed	Normal	CKEditor 3.6	General	3.1	fixed		
