Hi Sami, we are using Vaadin 8 framework and Add-ons for my project. one of the add on is CKEditor add-on with version as 0.1.2.V8-SNAPSHOT. below mentioned is the maven pom group id and version which i am using, with this version we are facing an issue in chrome browser while pasting printscreen images and snipped images.
org.vaadin.alump ckeditor 0.1.2.V8-SNAPSHOT
for CKEditor we are using 4.13.1 version .js file as mentioned below. **@JavaScript({“https://cdn.ckeditor.com/4.13.1/full/ckeditor.js”, “vaadin-save-plugin.js”}) **
for this issue, fix is already available with any other .js version or this issue is yet to be fixed? if fix is already available please let us know the version.
Note : Pasting printscreen images and snipped images working fine in Internet Explorer but not working in chrome browsers.