﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5567	Remove inline style not joining siblings	Garry Yao	Garry Yao	"=== Environment ===
IE8
=== Reproducing Procedures ===
 1. Open any of the sample page;
 1. Load the following content in editor;
{{{
<p>
	Some sample text</p>
}}}
 1. Select 'Some sample' and apply the 'Bold' style;
 1. Select 'sample text' and apply the 'Italic' style;
 1. Select 'sample' and remove the 'Bold' style;
 1. Swtich to Source mode and check the output.
  * Actual Result: 
{{{
<p><strong>Some </strong><em>sample</em><em> text</em></p>
}}}
  * Expected Result: 
{{{
<p><strong>Some </strong><em>sample text</em></p>
}}}
"	Bug	closed	Normal	CKEditor 3.3	Core : Styles	3.0	fixed	Confirmed IE Review+	
