Opened 16 years ago
Closed 16 years ago
#3298 closed Bug (fixed)
Only first Styles Combo has content
Reported by: | Artur Formella | Owned by: | Artur Formella |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Review+ | Cc: |
Description
Steps to reproduce:
- Insert 2 or more CKEditors on one page.
- Open one of Styles combos - it works
- Click to open any other - it is empty.
Attachments (2)
Change History (7)
Changed 16 years ago by
Attachment: | 3298.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Oh... these plural names... we should find a different naming convention for it.
Anyway... you can use "stylesSet", instead of "stylesSets[ name ]" in that callback. That was my original intention actually.
Changed 16 years ago by
Attachment: | 3298_2.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
CKEDITOR.loadStylesSet returned wrong object if style has been already loaded.