paste.js icon indicating copy to clipboard operation
paste.js copied to clipboard

Firefox now supports paste event without an editor element

Open pkaminski opened this issue 9 years ago • 1 comments

Looks like this bug was finally fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=846674#c50

I don't know for sure, but perhaps this will let you get rid of the hidden editable hack for Firefox?

pkaminski avatar Feb 24 '17 23:02 pkaminski

@pkaminski I think this doesn't really helps with getting the image data. It seems to be handling the event for [contenteditable]. (from what I understand in the source diff). But I'll try to debug to confirm it later today. Thanks for following up on it :)

layerssss avatar Mar 05 '17 20:03 layerssss