Opened 14 years ago
Closed 14 years ago
#6156 closed Bug (worksforme)
Order of Style Elements is Wrong
Reported by: | Michael G. Schneider | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.4 Beta |
Keywords: | Cc: |
Description
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
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | krst_16.16.13.png added |
---|
comment:1 Changed 14 years ago by
Component: | General → Core : Styles |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Order of styles is as in config. Cannot reproduce in CKE v3.4.1 trunk