﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5192	"Styles are not ""eating"" overrides partially selected"	Frederico Caldeira Knabben		" 1. Load the following HTML:

{{{
<p>This is <b>some sample</b> text.</p>
}}}

 2. Select ""This is some"".
 3. Click the Bold button.

Current results:

{{{
<p><strong>This is </strong><b><strong>some</strong> sample</b> text.</p>
}}}

Expected results:

{{{
<p><strong>This is some</strong><b> sample</b> text.</p>
}}} "	Bug	confirmed	Normal		Core : Styles	3.1			
