Ticket #4031 (closed Bug: fixed)

Opened 8 months ago

Last modified 4 months ago

[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)
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

4031.patch Download (1.6 KB) - added by garry.yao 4 months ago.
4031_2.patch Download (1.5 KB) - added by garry.yao 4 months ago.

Change History

Changed 8 months ago by fredck

  • milestone changed from CKEditor 3.0 to CKEditor 3.1

Changed 8 months ago by arczi

  • keywords WorksForMe added

Works for me.

Changed 4 months ago by garry.yao

Changed 4 months ago by garry.yao

  • keywords Confirmed Review? added; WorksForMe removed
  • owner set to garry.yao
  • status changed from new to assigned
  • component changed from General to UI : Toolbar
  • version set to SVN (CKEditor)

Changed 4 months 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;
}

Changed 4 months ago by garry.yao

Changed 4 months ago by garry.yao

  • keywords Review? added; Review- removed

Changed 4 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 4 months ago by garry.yao

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [4520].

Note: See TracTickets for help on using tickets.