﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3257	List doesn't preserve block style	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Open 'Format' combo and select 'Heading 1' style;
 1. Click on 'Numbered List' to apply list format;
  * Actual Result: 
{{{
<ol>
	<li>
		This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</li>
</ol>
}}}
  * Expected Result:
{{{
<ol>
	<li>
		<h1>
				This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</h1></li>
</ol>
}}}"	Bug	closed	Normal	CKEditor 3.3	Core : Lists	SVN (CKEditor) - OLD	fixed	Confirmed Review+	
