peclik / clipboard_image_paste

Redmine plugin for pasting cropped image from clipboard as an attachment.
264 stars 118 forks source link

Support recent Firefox with Clipboard support #78

Closed iquiw closed 6 years ago

iquiw commented 6 years ago

Firefox 50 supports DataTransfer.items and DataTransferItem. So if Firefox version is not less than 50, use clipboardData instead of pasteCatcher.

I think this could solve #69.

ilpssun commented 6 years ago

Fixes #77 as well.

alfonx commented 6 years ago

Will there be a release?

col-panic commented 6 years ago

Please consider pulling this

peclik commented 6 years ago

Thanks for the patch Iku.