Opened 10 years ago

Closed 10 years ago

#12430 closed Bug (wontfix)

Display move cursor on images in IE

Reported by: Md. Ruhul Amin Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version:
Keywords: Cc: stadster@…, spugs@…, milon@…, sufian@…, ruhul.amin@…, Satish.Padiyar@…

Description

Hi,

I am using ckeditor 4.4.2 on my web app. I found course issue in IE. Following are steps:

In IE when I rollover on an image then cursor automatically turn to 'move' cursor, but Firefox and chrome seems ok as they are stay 'default'.

Firstly, I think this was my app issue but later I noticed that this is also same problem in ckeditor.

Steps to reproduce:

  1. load ckeditor with image (http://ckeditor.com/demo)
  2. rollover on the image
  3. notice that cursor is 'default (arrow)' in Firefox and Chrome. But in IE changed to 'move' cursor.

Browser and OS:

Internet Explorer 10, 11 Windows 7, 8

Any ideas on how to fix? This will be great user experience in my app if the issue fixed.

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: cursor move cursor IE removed
Resolution: wontfix
Status: newclosed
Version: 4.4.2

It seems that this is how IE displays this cursor and there is no way to get around it as Ie ignores cursor property in contenteditable elements. I have tried below code in standard HTML page:

<div style="margin: 20px; border:1px solid black; width:500px;cursor:help;" contenteditable="true">
<h2 style="cursor:help;">Test</h2>
<img alt="" src="/test.jpg" style="height:77px;width:102px;cursor:help;">
</div>

Unfortunately cursor doesn't change. i have tried many values for this property but it didn't work.

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