There is 1 comment.
 
 
{RETIRED} CKEditor Integration / cid:jira-generated-image-avatar-9b8b4b73-fc91-4a94-a013-f275d5c7dbc9 CKEDITOR-497 Open

Copy and pasting images using the browser's "Copy Image" option does not upload an attachment to the wiki but adds an external URL image

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-a55993d4-570e-4fba-b236-9d96e29b4260 Anca Luca on 14/Jun/24 11:55
 

Vincent Massol nope, it's not a duplicate. This issue would be fixed if issue XWIKI-19961 would be fixed (probably).
The main difference is that this issue is about using a specific copy function that only puts the image content in the clipboard and then pasting in the CKEditor while XWIKI-19961 is about copying an actual mixed HTML content, that contains both text and images.

Technically, for XWIKI-19961, the content of the images is not actually in the clipboard, so the editor would need to fetch it from the srcs of the images, while for this issue, using the "copy image" function of the browser, the content of the image is in the clipboard, we just fail to use it (and we use the HTML instead, which is also in the clipboard).

Thus, the functional difference is that this issue is a lot less explicable than XWIKI-19961, and technically this issue should be much easier to fix (XWIKI-19961 requires content to be fetched from the internet, while this one does not).