-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Fix for pasting plain text inside of a link breaking a link #8272
Conversation
…into a link and won't break the link itself.
…l link handler. Internal (clipboard): Set `event.asPlainText` flag of inputTransformation event in case plain text is detected in Clipboard plugin. This second handling should actually be moved to the PastePlainText plugin.
@ckeditor/qa-team can I ask you to test the thing? Some hints regarding things to test:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@ckeditor/qa-team could you test it one more time? The logic for this PR was once more time rewritten. |
I just noticed that some tests in the table package started failing. I'm checking it. |
It's fixed now. |
Things look good 👍 The previous issues have been fixed and I haven't found anything new. |
Suggested merge commit message (convention)
Fix (clipboard): Pasting plain text inside of a link or restricted editing editable region will no longer break them. Closes #8158.
Tests (link): Added tests for pasting plain text over the link.
Additional information