Opened 8 years ago
Closed 8 years ago
#17001 closed Bug (fixed)
Object element inserted on paste
Reported by: | Marek Lewandowski | Owned by: | Marek Lewandowski |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 4.7.0 |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Open attached file in MS Word.
- Select all, copy to clipboard.
- Open a CKEditor sample that includes flash plugin (so that the issue is more visible).
- Paste into the editor using
CTRL/CMD + V
.
Expected result
No object elements are created.
Actual result
An object elements is created.
Other details (browser, OS, CKEditor version, installed plugins)
Firefox, Chrome.
It's due to object element in datatransfer.
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | text with different fonts supported in CK Editor.docx added |
---|
comment:1 Changed 8 years ago by
Owner: | set to Marek Lewandowski |
---|---|
Status: | new → review |
comment:2 Changed 8 years ago by
Milestone: | → CKEditor 4.7.0 |
---|---|
Resolution: | → fixed |
Status: | review → closed |
Merged with git:77664e89f.
It doesn't deserve a separate changelog entry, as it hadn't been yet published.
Set to review by KK in https://github.com/ckeditor/ckeditor-dev/pull/353.