﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3094	Block style problem with paragraphs	Garry Yao	Martin Kou	"=== Procedures ===
 1. Open  the ''replace by code'' example page;
 1. Initial the document with the following content and selection:
{{{
^	text
	<p>paragraph1</p>
	<p>paragraph2</p>
^
}}}
 1. Click on stylesCombo to open drop-down, select ''Blue Title'' option.
 * Actual Result: The middle paragraph was left untouched.
{{{
<h3 style=""color: Blue;"">
	text</h3>
<p>
	paragraph1</p>
<h3 style=""color: Blue;"">
	paragraph2</h3>
}}}

"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	Core : Styles	SVN (FCKeditor) - Retired	duplicate		
