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:
- load ckeditor with image (http://ckeditor.com/demo)
- rollover on the image
- 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
Keywords: | cursor move cursor IE removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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:
Unfortunately cursor doesn't change. i have tried many values for this property but it didn't work.