Opened 10 years ago
Last modified 10 years ago
#13417 confirmed Bug
[autoembed][pastetext] Paste as plain text will upcast link into a widget
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description
This one came to me while analysing #13415.
- Open any sample with CKEditor.
- Use "Paste as plain text" button from toolbar.
- Insert following text
https://twitter.com/codinghorror/status/610320718635466752
. - Accept the dialog.
Expected result: Should insert plain text.
Current result:
Link is upcasted to the embed
widget.
It might be related to #13415, since some of proposition there might prevent user from pasting a plain link text into his document. Then paste as plain text would be his last hope to do it.