-
-
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
Unexpected HTML escape character translation errors during pasting and source code switching #15036
Comments
We still cannot reproduce it. Please check with the bare browser with no extensions (e.g, incognito). It's possible that somehow your clipboard content was changed by something. |
It's fine on just one device, but what confuses me is that I have the same problem on other devices. I recorded this using incognito mode on another device: ps: I've tried it with a previously installed virtual machine, and it's the same problem. No other software is installed, using a built-in browser. |
I recommend checking the clipboard's content, I, personally, use Pasteboard viewer. |
I reproduced this on the latest Safari/Chrome when using the option "Copy Link Address". |
This is interesting, is it possible that the Another example:
Creates after pasting:
@niegowski any thoughts? |
Looks like ckeditor5/packages/ckeditor5-clipboard/src/utils/plaintexttohtml.ts Lines 16 to 31 in 70d7593
|
…pe-characters Fix (clipboard): Pasting a link address should not convert its parts that look like HTML entities. Closes #15036.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
What I want is the original link I copied.
❌ Actual result
But i got the following result:
https://example.com/about?param=1xtamp=times
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: