﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6156	Order of Style Elements is Wrong	Michael G. Schneider		"With CKEditor v3.4b, Windows 7, IE 8 or FF3.6 or Chrome 5. Suppose you have the following styleset

{ name : 'normal', element : 'p' },
{ name : 'red', element : 'p' , attributes: { ""class"": ""red"" }},
{ name : 'green', element : 'p' , attributes: { ""class"": ""green"" }},
{ name : 'blue', element : 'p' , attributes: { ""class"": ""blue"" }},
{ name : 'h1', element : 'h1' },
{ name : 'h2', element : 'h2' }

If you then look at the combobox list, you will see the order: red, blue, h2, h1, green, normal. I expect the order to be as definied in the array.

Michael"	Bug	closed	Normal		Core : Styles	3.4 Beta	worksforme		
