Opened 11 years ago
Closed 11 years ago
#10346 closed New Feature (wontfix)
IE10 Paste Data URI Image
Reported by: | Rick | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
It appears we can no longer paste images from the clipboard into data uri's in IE10.
copy an image to the clipboard using the snipping tool. Open a page with CKEditor. This will do: http://ckeditor.com/demo. Click in the content area of the editor. Now press ctrl+v. The image doesn't paste. Right click, and the paste menu doesn't show up either.
I'm not sure if this is a bug or a missing feature. If it's a missing feature, then add me to the wishlist. If it's supposed to be there, then please add it to the bug list.
It works just fine in the other browsers on my computer. So far, I'm not a fan of IE10.
Change History (1)
comment:1 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Version: | 4.1 |
This issue is somewhat similar to #8021.
Just like FF only supports drag and drop local image (it changes it to data uri scheme) also in this case only Firefox supports snipinng tool. If you select part of screen then press copy, pasting image with Ctrl+V will only work in Firefo and non other browser. IMO this is won't fix issue. If IE can't see it we can't make it with JavaScript to change its mind.
I have also tried using copied image on plain contenteditable element (no CKEditor) – result was the same.
@riznick you have written:
Were you able to paste images like this earlier? If yes, please leave a comment how were you able to do it.