Opened 16 years ago
Closed 15 years ago
#4031 closed Bug (fixed)
[IE] Cursor shape on combo incorret
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | UI : Toolbar | Version: | SVN (CKEditor) - OLD |
Keywords: | IE Confirmed Review+ | Cc: |
Description
Currently three different shapes of cursor displayed when you hover a combo, they're respectively: text,pointer,default.
Attachments (2)
Change History (9)
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
comment:2 Changed 15 years ago by
Keywords: | WorksForMe added |
---|
Changed 15 years ago by
Attachment: | 4031.patch added |
---|
comment:3 Changed 15 years ago by
Component: | General → UI : Toolbar |
---|---|
Keywords: | Confirmed Review? added; WorksForMe removed |
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | → SVN (CKEditor) |
comment:4 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
I'm still able to see the text cursor when moving the mouse in the small space between the combo and it's label for the office2003 skin only.
Maybe something like the following cold be a better solution?
.cke_skin_office2003 .cke_browser_ie .cke_rcombo, .cke_skin_office2003 .cke_browser_ie .cke_rcombo * { cursor: default; }
Changed 15 years ago by
Attachment: | 4031_2.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Works for me.