Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 No Longer Allowing Paste Of Images #58

Open
GaryStimson opened this issue Jan 4, 2018 · 3 comments
Open

IE11 No Longer Allowing Paste Of Images #58

GaryStimson opened this issue Jan 4, 2018 · 3 comments

Comments

@GaryStimson
Copy link

Try copying an image to clipboard (do a google image search and copy an image to the clipboard), then using example page try and paste into the paste regions. Note that in Chrome it works perfectly, but in IE nothing happens. Also note that in last content editable example, the image flashes up for a second and then disappears.
Gary

@GaryStimson
Copy link
Author

Further information: Looks like pasteImage event is not fired at all in IE.

@GaryStimson
Copy link
Author

Found issue was caused by IE inserting image after paste and hence timeout method in _checkImagesInContainer is used. However empty callback is provided so even through source is found and returned it does nothing.
Fixed in fork: https://github.com/GaryStimson/paste.js/blob/master/paste.js

@jhlee8804
Copy link

@GaryStimson Thanks to this report. I pushed your code :)

#67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants