﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3144	Block styles incorrect with list	Garry Yao		"=== Reproducing Procedures ===
1. Open  the ''replace by code'' example page;
1. Make document content and selection as following:
{{{
^text
	<ol>
		<li>level1</li>
		<li>^leve1</li>
	</ol>
text^
}}}
 1. Open the ''Format'' combo and select 'h1'; 
 * Actual Result : List items were left untouched.
{{{
<h1>
	text</h1>
<ol>
	<li>
		level1</li>
	<li>
		leve1
		<ol>
			<li>
				level2</li>
		</ol>
	</li>
</ol>
<h1>
	text </h1>
}}}"	Bug	closed	Normal	CKEditor 3.0	General	SVN (FCKeditor) - Retired	fixed	WorksForMe	
