﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13206	Style is not visible if it uses multiple classes	Lars Schultz	Tade0	"When the classes are not sorted alphabetically (in the string), it will not be made available because it is deemed not ""applicable"", because it does not pass the test in objectCompare(element.attributes,clone.attributes).

Example: a style in stylesset with the following definition:
{name:'Multi Class', element:'p', attributes:{class:'c b a'}}

Will not be selectable from the combo because when a clone is created from the element and then compared, the compared class-string is ordered alphabetically 'a b c';

1652 core/filter.js/processElement/updateElement loops through all possible classnames and then sorts them on line 1658 classesArr.sort().join( ' ' );

140 stylescombo/plugin.js style.checkApplicable()
366 core/style.js checkApplicable/filter.check()
744 core/filter.js CKEDITOR.toosl.objectCompare()

thus the object comparison fails..."	Bug	review	Normal		Core : Styles	4.3			
