Opened 15 years ago
Closed 15 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)
Change History (10)
comment:1 Changed 15 years ago by
| Milestone: | → CKEditor 3.5.2 | 
|---|---|
| Status: | new → confirmed | 
Changed 15 years ago by
| Attachment: | 7018.patch added | 
|---|
comment:2 Changed 15 years ago by
| Owner: | set to Sa'ar Zac Elias | 
|---|---|
| Status: | confirmed → review | 
comment:3 Changed 15 years ago by
Changed 15 years ago by
comment:4 Changed 15 years ago by
| 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 15 years ago by
| Attachment: | 7018_2.patch added | 
|---|
comment:5 Changed 15 years ago by
| Status: | review_failed → review | 
|---|
comment:6 Changed 15 years ago by
| Status: | review → review_passed | 
|---|
comment:7 Changed 15 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | review_passed → closed | 
Fixed with [6554].

It WFM on trunk, can you attach a screenshot?