Open eggleee opened 4 months ago
Could you paste the clipboard content and share an example doc? It's possible that we don't have access to those images or they are in an unsupported by browser format.
This is a sample file. test.docx
Could you paste the clipboard content and share an example doc? It's possible that we don't have access to those images or they are in an unsupported by browser format.
Works with partial selection, doesn't with select all: ctrl+a.
Clipboard:
<v:imagedata ..
o:gfxdata
that looks like base64.Maybe rel: #16397
📝 Provide detailed reproduction steps (if any)
When copying text with images from MS Word or .rtfd and pasting it into CKEditor, only the text gets copied, and the images are left out.
✔️ Expected result
I would like to paste everything, including the images.
❌ Actual result
only the text gets copied, and the images are left out.
https://github.com/user-attachments/assets/055e89fc-d286-4d1e-b282-4206ab2b72a4
📃 Other details
Installed CKEditor plugins: … "@ckeditor/ckeditor5-alignment": "^41.2.1", "@ckeditor/ckeditor5-autoformat": "^41.2.1", "@ckeditor/ckeditor5-basic-styles": "^41.2.1", "@ckeditor/ckeditor5-block-quote": "^41.2.1", "@ckeditor/ckeditor5-cloud-services": "^41.2.1", "@ckeditor/ckeditor5-dev-utils": "^39.6.3", "@ckeditor/ckeditor5-editor-classic": "^41.2.1", "@ckeditor/ckeditor5-essentials": "^41.2.1", "@ckeditor/ckeditor5-font": "^41.2.1", "@ckeditor/ckeditor5-heading": "^41.2.1", "@ckeditor/ckeditor5-horizontal-line": "^41.2.1", "@ckeditor/ckeditor5-image": "^41.2.1", "@ckeditor/ckeditor5-indent": "^41.2.1", "@ckeditor/ckeditor5-inspector": "^4.1.0", "@ckeditor/ckeditor5-link": "^41.2.1", "@ckeditor/ckeditor5-list": "^41.2.1", "@ckeditor/ckeditor5-media-embed": "^41.2.1", "@ckeditor/ckeditor5-paragraph": "^41.2.1", "@ckeditor/ckeditor5-paste-from-office": "^41.2.1", "@ckeditor/ckeditor5-special-characters": "^41.3.1", "@ckeditor/ckeditor5-table": "^41.2.1", "@ckeditor/ckeditor5-theme-lark": "^41.0.0", "@ckeditor/ckeditor5-typing": "^41.2.1", "@ckeditor/ckeditor5-upload": "^41.2.1", "@ckeditor/vite-plugin-ckeditor5": "^0.1.3",
If you'd like to see this fixed sooner, add a 👍 reaction to this post.