You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: