Opened 13 years ago
Closed 13 years ago
#8538 closed Bug (duplicate)
IE8 IE7: Copy, select, paste causes error
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.2 |
Keywords: | IE8 IE7 | Cc: |
Description
Issue has been reproducible in IE8 and IE7 from CKEditor 3.6.2 rev [7239]
To reproduce:
- Open replace by code sample
- Select word "some"
- Press Copy toolbar button. When prompted to allow clipboard access click yes.
- Select word "using"
- Press toolbar button "Paste as plain text" or "Paste from word or "Paste". When prompted to allow clipboard access click yes
Result: JS error is thrown.
In IE8
Message: Invalid argument
Line: 241
URI: /3.6.2/ckeditor/_source/core/dom/node.js
In IE7
Message: Invalid argument
Line: 241
URI: /3.6.2/ckeditor/_source/plugins/selection/plugin.js
DUP of #8520