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

This is actually working by design. With 4.7.0 release we decided to finally drop our [good old Paste dialog](https://i.imgur.com/89CSoQF.png) to simplify pasting process as much as possible. #247

Closed
yogesh-mali44 opened this issue Mar 24, 2021 · 3 comments
Labels
resolution:invalid This issue is invalid (e.g. reports a non-existent bug or a by-design behavior).

Comments

@yogesh-mali44
Copy link

This is actually working by design. With 4.7.0 release we decided to finally drop our good old Paste dialog to simplify pasting process as much as possible.

Ideally we'd like the browser to just paste and that's it - however, due the security reasons, modern browsers do not expose any means to paste other than using native ways, so:

  • Platform specific hotkey ctrl/cmd + v
  • Native context menu

Will trigger paste, but the website can not initiate it on it's own.

The exception here would be Internet Explorer family, as it supports triggering paste command which we use.

So in short this is as close as it gets, and we're unable to push it further. As soon as browser provides APIs for us to trigger the paste, we're happy to utilize that.

Originally posted by @mlewand in ckeditor/ckeditor4#469 (comment)

@yogesh-mali44
Copy link
Author

yogesh-mali44 commented Mar 24, 2021

Is this known issue with so fix as of now and is it applicable to all new ckeditor versions including ckeditor5-angular and ckeditor4-angular. Also is this known issue mentioned anywhere in the official documentaion?

@ma2ciek
Copy link
Contributor

ma2ciek commented Mar 24, 2021

Hey @yogesh-mali44.

This is an issue tracker for ckeditor5-angular related issues. And the issue mentioned by you touches the whole CKEditor 5 framework, so please try to find it on https://github.com/ckeditor/ckeditor5 or report a new one there if it's missing, so the issue can be easily found by others and the problem will be discussed in the correct place.

@ma2ciek ma2ciek closed this as completed Mar 24, 2021
@ma2ciek ma2ciek added the resolution:invalid This issue is invalid (e.g. reports a non-existent bug or a by-design behavior). label Mar 24, 2021
@yogesh-mali44
Copy link
Author

Don't think this is a new issue, its a known issue on desktops for ck-editor but I did not find its mention anywhere for angular4-ckeditor or angular5-ckeditor. Is there a fix in pipeline for this or is there a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:invalid This issue is invalid (e.g. reports a non-existent bug or a by-design behavior).
Projects
None yet
Development

No branches or pull requests

2 participants