Hi, I'm using a simple screen with CKEditor4 Reactive (4.14.0) Forge Version 1.0.9.
Everything works as expected, except pasting images.
If I paste an image once, the output is blank, the image is uploaded into the CKeditor module, but the output from the editor dissapears.
If I paste the same image twice, it uploads it twice, but only one image is passed to the getDatafromEditor Action while debugging.
If I look at the source after the images are pasted everything looks fine.
Anyone know if this is a bug?
Update:
It looks like this happends only when just pasting images, or if I input some text first and then paste the image.
If I input text above and under the image, the image tag is kept in the output from the editor.
<p><img src="/CKEditorReactive/rest/api/Download?GUID=54ex677a-7844-402f-a10e-08670404ae73" style="height:233px; width:212px" /></p>