Opened 10 years ago
Closed 10 years ago
#13070 closed Task (wontfix)
How to Change cursor icon style in IE without make any changes like content-editable="false"
Reported by: | Chandran M | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
When contentEditable="True" cursor:Pointer not Working in IE Browser but all other browsers supporting.
Steps was i tried..
1.Applied Inline style cursor:pointer
- tried mentioned link suggestion also, http://ckeditor.com/forums/CKEditor-.x/How-change-cursor-icon-editable-area-dynamically#forum-topic-top
Note: 1.Support only <a contentEditable="false">Link</a> TAGS 2.Working when i put <a contentEditable="false">..Link or <ownTag>..</a> then cursor pointer is working fine IE and all browser without any issue.. 3.tried with old and latest versions 4.No issue with contentEditable="true" attribute.
Need Help without include <a> Tag i need cursor:pointer.........?
Thanks,
Change History (1)
comment:1 Changed 10 years ago by
Keywords: | cursor icon style removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This is IE's bug and AFAIK there's no solution.