Opened 11 years ago
Closed 11 years ago
#11953 closed Bug (duplicate)
[IE]Paste doesn't work on selected word.
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Prerequisites: Copy some text into clipboard.
- Open some sample with inline editor (I opened http://presets.ckeditor.dev/4.4.0/basic/ckeditor/samples/tabindex.html).
- Focus editor.
- Select some word (doesn`t matter whether using keyboard or mouse).
- Open context menu (mouse right click or keyboard menu button).
- Select "paste".
Actual result: There is error in console
IE9, IE10: SCRIPT5022: DOM Exception: INDEX_SIZE_ERR (1) ckeditor.js, line 379 character 513 SCRIPT5007: Unable to get value of the property 'type': object is null or undefined ckeditor.js, line 139 character 112
IE11: SCRIPT5022: IndexSizeError File: ckeditor.js, Line: 382, Column: 513
Please note: Same effect in FULL ALL build
DUP of #11384.