﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6948	Styles combo should more accurately reflect the selection	Sa'ar Zac Elias		"Use the following styles:
{{{
	{ name : 'Red Title'		, element : 'h3', styles : { 'color' : 'Red' } },
	{ name : 'Red title with blue background'		, element : 'h3', styles : { 'color' : 'Red', 'background-color' : 'Blue' } }
}}}
And the following content (place the caret somewhere inside the <h3>:
{{{
<h3 style=""color: red; background-color: blue;"">
	This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</h3>
}}}
Open the styles combo. Both ""Red title"" and ""Red title with blue background"" are marked as focused, while only ""red title"" is presented in the combo label. IMO the label should read ""Red title with blue background""."	Bug	pending	Normal		UI : Toolbar			Discussion	
