Opened 12 years ago
Closed 12 years ago
#10637 closed Bug (fixed)
Icons broken in QM (IE9)
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.2 |
Component: | UI : Toolbar | Version: | 4.2 |
Keywords: | Cc: |
Description (last modified by )
Several icons are broken if editor run in QM.
Note: Only those icons that come with RTL version are affected.
Note: Only packages are affected. Works with dev code.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | ieqmicons.png added |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in CKBuilder.
The problem was in using double (multiple) class selector. The following:
.cke_hidpi.cke_ltr
was read by IE in QM as:
.cke_ltr
causing that IE applied a style that was supposed to be used only for hidpi.
Multiple selector is still used, but the order has been reversed:
.cke_ltr.cke_hidpi