3 | | Steps to reproduce (in my real live application I removed all UI, menu, etc. plugins): |
4 | | - Disable the contextmenu plugin: |
5 | | * remove contextmenu and scayt entry in plugins list in _source/core/config.js |
6 | | * remove contextmenu in requires block in _source/plugins/menubutton/plugin.js |
7 | | * 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) |
8 | | - Change the samples to use the source (e.g. _samples/replacebyclass.html: replace ckeditor.js with ckeditor_source.js) |
9 | | - Start the sample (e.g _samples/replacebyclass.html) in IE 8 |
10 | | - write some words |
11 | | - select one word |
12 | | - right click on the selected word |
13 | | => 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! |
| 3 | '''Steps to reproduce''' (in my real live application I removed all UI, menu, etc. plugins): |
| 4 | - Disable the contextmenu plugin: |
| 5 | * remove contextmenu and scayt entry in plugins list in {{{_source/core/config.js}}} |
| 6 | * remove contextmenu in requires block in {{{_source/plugins/menubutton/plugin.js}}} |
| 7 | * 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) |
| 8 | - Change the samples to use the source (e.g. {{{_samples/replacebyclass.html}}}: replace ckeditor.js with ckeditor_source.js) |
| 9 | - Start the sample (e.g _samples/replacebyclass.html) in IE 8 |
| 10 | - write some words |
| 11 | - select one word |
| 12 | - right click on the selected word[[BR]] |
| 13 | |
| 14 | '''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! |