﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3240	Font style not correct with existed style	Garry Yao	Garry Yao	"When inline style is applied, it should always create at the possible outmost, with selection enlarged.
=== Reproducing Procedures ===
1. Open  the ''replace by class'' example page;
1. Make the content along with selection as below by double click 'text':
{{{
<b><i>^text^</i></b>
}}}
1. Click on 'Font' to open combo and select 'Arial' option;
  * Expected Result:
{{{
<p>
	<span style=""font-family: Arial,Helvetica,sans-serif;""><b><i>text</i></b></span></p>
}}}
  * Actual Result: An JavaScript Error thrown;
{{{
<p>
	<b><i><span style=""font-family: Arial,Helvetica,sans-serif;"">text</span></i></b></p>
}}}"	Bug	closed	Normal	CKEditor 3.0	General		fixed	Confirmed IBM Review+	
