Opened 16 years ago

Closed 16 years ago

#7018 closed Bug (fixed)

[IE] Combo boxes have no border in office2003/v2

Reported by: Sa'ar Zac Elias Owned by: Sa'ar Zac Elias
Priority: Normal Milestone: CKEditor 3.5.3
Component: UI : Skins Version: 3.5
Keywords: IE Cc:

Description

Note that starting with v3.5, combo boxes in IE don't have border around them. Regression of [5911].

Attachments (3)

7018.patch​ (3.6 KB) - added by Sa'ar Zac Elias 16 years ago.
7018.png​ (5.2 KB) - added by Sa'ar Zac Elias 16 years ago.
7018_2.patch​ (4.9 KB) - added by Sa'ar Zac Elias 16 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 16 years ago by Sa'ar Zac Elias

Milestone: → CKEditor 3.5.2
Status: new → confirmed

Changed 16 years ago by Sa'ar Zac Elias

Attachment: 7018.patch​ added

comment:2 Changed 16 years ago by Sa'ar Zac Elias

Owner: set to Sa'ar Zac Elias
Status: confirmed → review

comment:3 Changed 16 years ago by Garry Yao

It WFM on trunk, can you attach a screenshot?

Changed 16 years ago by Sa'ar Zac Elias

Attachment: 7018.png​ added

comment:4 Changed 16 years ago by Garry Yao

Status: review → review_failed

Pls rename the inner span as ".cke_icon" for consistence, which was already used by other UI items to define a "graphic only" object, and group the original styles and fixes (target to IE8/7) properly, e.g.

.cke_skin_v2 .cke_rcombo .cke_openbutton
{...normal styles...}

.cke_skin_v2 .cke_rcombo .cke_openbutton .cke_icon
{..fixes...}

Besides, menu button arrow need also the same fix.

Changed 16 years ago by Sa'ar Zac Elias

Attachment: 7018_2.patch​ added

comment:5 Changed 16 years ago by Sa'ar Zac Elias

Status: review_failed → review

comment:6 Changed 16 years ago by Garry Yao

Status: review → review_passed

comment:7 Changed 16 years ago by Sa'ar Zac Elias

Resolution: → fixed
Status: review_passed → closed

Fixed with [6554].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy