Ticket #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
Change History
comment:3 Changed 4 years ago by garry.yao
- Keywords Confirmed Review? added; WorksForMe removed
- Status changed from new to assigned
- Version set to SVN (CKEditor)
- Component changed from General to UI : Toolbar
- Owner set to garry.yao
comment:4 Changed 4 years ago by fredck
- 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;
}
Note: See
TracTickets for help on using
tickets.
