Opened 14 years ago
Closed 13 years ago
#6800 closed Bug (fixed)
After disabling the contextmenu plugin, native context menu on a selection is broken in IE7 and IE8
Reported by: | Matthias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | 3.4 |
Keywords: | IE | Cc: | dane@… |
Description (last modified by )
The native context menu is broken in IE 7 and IE 8 without contextmenu plugin when a selection exists.
Steps to reproduce (in my real live application I removed all UI, menu, etc. plugins):
- Disable the contextmenu plugin:
- remove contextmenu and scayt entry in plugins list in
_source/core/config.js
- remove contextmenu in requires block in
_source/plugins/menubutton/plugin.js
- disable contextmenu usage in
_source/plugins/menubutton/plugin.js
e.g. by changing if ( !menu ) to if ( false ) (this is just an example... as I said in my app I disabled the menubutton plugin completely... This is just for demonstration of the bug)
- remove contextmenu and scayt entry in plugins list in
- Change the samples to use the source (e.g.
_samples/replacebyclass.html
: replace ckeditor.js with ckeditor_source.js) - Start the sample (e.g _samples/replacebyclass.html) in IE 8
- write some words
- select one word
- right click on the selected word
Result: the selection disappears, the cut, copy, etc. buttons are disabled. If you select one of the other elements (e.g. Select All) the selected text is removed! If you select nothing in the context menu and click back into the editor, the selection is restored!
I suppose this is some kind of strange focus bug, that only seems to occur in IE 7 and IE 8 (in IE 6, FF, Chrome, ... it works)
Change History (5)
comment:1 Changed 14 years ago by
Component: | General → UI : Context Menu |
---|---|
Description: | modified (diff) |
Keywords: | IE added |
Status: | new → confirmed |
Version: | 3.4.2 → 3.4 |
comment:2 Changed 14 years ago by
Cc: | dane@… added |
---|
comment:3 Changed 13 years ago by
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue is no longer reproducible in latest CKEditor 3.6.2.
This is still a big problem.