webodf / WebODF

WebODF - JavaScript Document Engine
http://webodf.org/
791 stars 167 forks source link

Feature request: paste image from the system clipboard #916

Open dandv opened 9 years ago

dandv commented 9 years ago

I'm comparing WYSIWYG editors and have been looking for this feature.

vandenoever commented 9 years ago

You can paste with ctrl-v.

dandv commented 9 years ago

Nope. Just tried at http://www.webodf.org/demo/ci/wodotexteditor-0.5.8/localeditor.html.

vandenoever commented 9 years ago

On what browser and operating system?

dandv commented 9 years ago

Chrome 44 on Windows.

vandenoever commented 9 years ago

I do not have a windows machine on which I can install chrome, but ctrl-v for pasting works with chromium 40 on linux. It is using the PasteController. This gets the information from the browser paste events via SessionController.