﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3635	Create list on whole paragraph incorrect	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page, load the document with the following content with selection;
 {{{
 <p>
 	^paragraph1</p>
 <p>
 	paragraph2</p>
 }}}
 1. Click on 'p' item on the elements path bar to fully select the first paragraph;
 1. Click on 'Numbered List' button to convert it to list;
  * Expected Result :
  {{{
[<ol>
	<li>
		paragraph1<br />
	</li>
</ol>]
<p>
	paragraph2</p>
  }}}
  * Actual Result : There's an empty paragraph created above it.
  {{{
<p>
	<br />
</p>
[<ol>
	<li>
		paragraph1<br />
	</li>
</ol>]
<p>
	paragraph2</p>
	}}}
"	Bug	closed	Normal	CKEditor 3.1	Core : Styles		fixed	Confirmed	
