Skip to content
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

Image instead of text when pasting from Word #2830

Closed
szymonkups opened this issue Nov 8, 2017 · 5 comments · Fixed by ckeditor/ckeditor5-upload#69
Closed

Image instead of text when pasting from Word #2830

szymonkups opened this issue Nov 8, 2017 · 5 comments · Fixed by ckeditor/ckeditor5-upload#69
Assignees
Labels
package:upload type:bug This issue reports a buggy (incorrect) behavior.
Milestone

Comments

@szymonkups
Copy link
Contributor

As described in this issue: #653.

A simple fix for now will give higher priority to HTML in DataTransfer and use it instead of just taking all images from it and start uploading.

@szymonkups szymonkups self-assigned this Nov 8, 2017
Reinmar referenced this issue in ckeditor/ckeditor5-upload Nov 10, 2017
Fix: Images pasted with additional HTML content will not be handled by the upload plugin. Closes #68.
@export-mike
Copy link

paste from word doesn't seem to preserve html tables. :(

@Reinmar
Copy link
Member

Reinmar commented Dec 7, 2017

Paste from Word isn't yet supported. And there's no support for tables too. Both things are our greatest priority right now. You can already follow the works on the table feature.

@export-mike
Copy link

:(

@tomaszhlawiczka
Copy link

Is it possible to force the editor to upload images when pasting them from the internet (like copied from the browser)?

screenshot_20180720_231933

So far, function isHtmlIncluded() prevents such insertion - the original URL of an image is used instead.

@pjasiun
Copy link

pjasiun commented Jul 23, 2018

See https://github.com/ckeditor/ckeditor5-easy-image/issues/14. Please do ask such questions in tickets about another topic. Report a separate ticket in such cases.

@mlewand mlewand transferred this issue from ckeditor/ckeditor5-upload Oct 9, 2019
@mlewand mlewand added this to the iteration 13 milestone Oct 9, 2019
@mlewand mlewand added status:confirmed type:bug This issue reports a buggy (incorrect) behavior. package:upload labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:upload type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants