Opened 8 years ago
Closed 8 years ago
#16339 closed Bug (invalid)
Can't copy and paste in IE
Reported by: | Marwa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | marwa.raafat.rezk@… |
Description
Steps to reproduce
- I copy some text from anywhere
- try to paste it in the textbox using keyboard short cut (ctrl+v)
Expected result
paste it normaly
Actual result
it do nothing , you can paste only by right click-> paste
Other details (browser, OS, CKEditor version, installed plugins)
i got the following error SCRIPT16389: Unspecified error. File: ckeditor.js, Line: 110, Column: 1511
Attachments (2)
Change History (4)
Changed 8 years ago by
Attachment: | Screenshot 2016-10-18 17.06.45.png added |
---|
comment:2 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I can't confirm your findings. I have copied text/HTML from few different sources and pasted it into CKEditor running in IE11 and Edge. Both worked as expected. You can even check this on our demo page - http://ckeditor.com/demo.
From what I can see you are using dev-tools to emulate IE8. This is not the right way to test CKEditor. You should rather use real IE8 instead. As you can see emulation does poor job because browser is being recognized as IE11 but because it emulates IE8 you get message that addEventListener is not supported (and it isn't in IE8).
Please don't use dev-tools to test how CKEditor works in older IE's.
error 1