Opened 16 years ago
Closed 16 years ago
#3351 closed Bug (fixed)
Combo list item marking not working
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
The panel list inside combo is not correctly marking those selected items.
Attachments (2)
Change History (9)
Changed 16 years ago by
Attachment: | 3351.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
comment:4 Changed 16 years ago by
The multiple selector is ok in this case because we're always having a <!doctype html> inside the panel iframe. So it's always standards mode.
Changed 16 years ago by
Attachment: | 3351_2.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please use
instead.
The .cke_selected class is purely there to indicate a state - other UI elements may use this state in the future.