-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting images from Word #662
Comments
Yes, image blobs are extractable from RTF clipboard. |
Works in Internet Explorer |
That's correct. AFAIR it does only work in IE11 (as it inlines all the images natively). This feature has been reverted in MS Edge though. |
Added information on browser compatibility. |
I have this issue pasting images with text in Chrome but not in Firefox. Can anybody give me some help? |
@fikoborquez issue a bug report including all the required information and we'll investigate whether there's some problem with it. Make sure to use the latest version of CKEditor, and ensure that the problem exists on official CKEditor demos. |
Thanks. This hile was my solution ;) |
Are you reporting a feature or a bug?
Feature request
Provide detailed reproduction steps (if any)
Expected result
Image is pasted correctly.
Actual result
Image is not pasted and console shows error:
There should be a sensible way to detect such images and try to embed them anyway, converting to Blob (see also #505). However I'm not sure how to omit limitation with ability to get access to local files… Maybe try to extract images from RTF representation of pasted Word content?
Browser Compatibility
Latest versions of:
Feature cannot be implemented in Internet Explorer since it does not support Clipboard API.
Also it cannot be implemented in Safari, as it does not expose RTF clipboard, which we use to extract images. Webkit team claims that Safari fixed this issue, however it's still not resolved in Tech Preview today (see #1134 (comment)).
Other details
Attachments
The text was updated successfully, but these errors were encountered: