Opened 12 years ago
Closed 12 years ago
#9864 closed Bug (fixed)
[IE10] Paste results in "Object doesn't support property or method 'createRange'"
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.6 |
Component: | Core : Selection | Version: | 3.6.6 |
Keywords: | IE10 | Cc: |
Description (last modified by )
Steps to reproduce (1)
Open Special Character and try inserting any character.
Result:
SCRIPT438: Object doesn't support property or method 'createRange' wysiwygarea/plugin.js, line 125 character 4
Steps to reproduce (2)
- Open
_samples/api.html
- Click "Insert HTML" button
Result as above.
Steps to reproduce (3)
<p> Sample <img src="http://b.cksource.com/a/1/img/sample.jpg" /> image</p>
- Select an image
- Press
Ctrl + X
(cut), thenCtrl + V
(paste)
Result as above.
Change History (4)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by
Keywords: | IE10 added; IE removed |
---|---|
Status: | new → confirmed |
comment:4 Changed 12 years ago by
Milestone: | → CKEditor 3.6.6 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
This issue can be reproduced in IE10 only from CKE 3.6.6 rev. [7662]. This is another issue caused by this revision (#9865).