undx / redmine_screenshot_paste

Allow pasting a screenshot from the clipboard on the issue form. This a rework of the Jean-Philippe Lang's Redmine Screenshot paste plugin. This plugin is compatible and has been tested with Redmine 2.x.
23 stars 11 forks source link

Please remove Java Dependency #12

Open KOMMANDANTE opened 11 years ago

KOMMANDANTE commented 11 years ago

Thanks for trying to make most basic features available to all of us, this is really important!

However, I would like to ask for removing the Java dependency - we have no java on our browsers - in 2013 I think this is he default in many companies and for many users.

Here is a javascript implementation: http://joelb.me/blog/2011/code-snippet-accessing-clipboard-images-with-javascript/

Here is another one: http://codebits.glennjones.net/copypaste/pasteimagedata.htm

Maybe you would like to join forces with https://github.com/peclik/clipboard_image_paste

Thanks!

undx commented 11 years ago

https://github.com/peclik/clipboard_image_paste : Great ! :+1:
Just one caveat: IE isn't supported ? Many of my clients (too much) use IE... You're right about java, i will recommend you plugin team plugin and may join you later. :)