peclik / clipboard_image_paste

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

Support recent Firefox with Clipboard support #78

Closed iquiw closed 5 years ago

iquiw commented 5 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 5 years ago

Fixes #77 as well.

alfonx commented 5 years ago

Will there be a release?

col-panic commented 5 years ago

Please consider pulling this

peclik commented 5 years ago

Thanks for the patch Iku.