#7953 closed Bug (fixed)
IE: can't use native IE context menu
Reported by: | melk | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | UI : Context Menu | Version: | 3.1 |
Keywords: | IE | Cc: | satya_minnekanti@… |
Description
How to reproduce:
- Open IE9 and go to http://ckeditor.com/demo
- Select some text.
- Ctrl + Right click. And you will see that text don't selected and operations "Copy", "Cut" are grayed and not available.
Attachments (1)
Change History (17)
comment:1 Changed 14 years ago by
Keywords: | IE added; IE9 removed |
---|---|
Summary: | IE9: can't use native IE context menu → IE: can't use native IE context menu |
comment:2 Changed 14 years ago by
comment:3 follow-up: 4 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6 → 3.1 |
How to reproduce:
- Open IE9 and go to http://ckeditor.com/demo
- Select some text.
- Ctrl + Right click. And you will see that text don't selected and operations "Copy", "Cut" are grayed and not available.
Adding, to above TC, point 1.5 Clear operating system clipboard (you can use CCleaner for this).
Context menu items copy and cut have been disabled in all IE browsers from CKEditor version 3.1. The items were enabled only in version 3.0.2.
comment:4 Changed 14 years ago by
Replying to j.swiderski:
Adding, to above TC, point 1.5 Clear operating system clipboard (you can use CCleaner for this).
Context menu items copy and cut have been disabled in all IE browsers from CKEditor version 3.1. The items were enabled only in version 3.0.2.
What about IE native spellchekers? I'm using speckie - it underline words, but in context menu there is no suggestions. In "Source" mode all works fine.
comment:5 Changed 14 years ago by
Why have the native cut/copy options been disabled in IE?. I have disabled the contextmenu so I need these buttons.
comment:6 Changed 14 years ago by
@melk I have created separate ticket for Speckie #7963. We'll see what the senior developers say.
@fbingha - I didn't mean that we have switched off menu items deliberately. Menu items don't work from version 3.1. We have to check whether it was done on purpose or this is CKEditor bug or maybe IE bug.
comment:7 Changed 14 years ago by
It's clear that the editing area looses its selection when the context menu gets opened, being it restored when we close it. At that point, if nothing is selected, the cut/copy options are disabled.
This may be related to the selection restoring code on blur/focus.
Changed 14 years ago by
Attachment: | 7953.patch added |
---|
comment:9 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
We need also a bug report for IE.
comment:10 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:11 Changed 14 years ago by
IE bug report for this:
https://connect.microsoft.com/IE/feedback/details/672470
comment:12 Changed 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|---|
Status: | review → review_passed |
comment:13 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Nice done, fixed with [7003].
comment:14 follow-up: 15 Changed 14 years ago by
Nice work. I had to modify it from a 0ms delay to 10ms delay for IE9, but it worked perfectly after that.
checked in IE 7 and IE 8 - same problem