Opened 15 years ago
Closed 12 years ago
#7805 closed Bug (fixed)
{cke_protected} inserted when pasting from Word in Chrome
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.3.4 |
| Component: | General | Version: | 3.6 |
| Keywords: | Webkit | Cc: | jsolano@… |
Description
Check the attached document and paste it into CKEditor using Google Chrome.
- In config.js set:
config.pasteFromWordPromptCleanup = true;
- Click "Paste" button
- Answer No when Chrome asks "Do you want to clean it before pasting?"
- Result:
· {cke_protected_1}List item
is displayed to the end user.
Note that when switching to source and back an extra {C} is added to the content.
Attachments (2)
Change History (9)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
Changed 15 years ago by
| Attachment: | List item - Chrome.docx added |
|---|
comment:2 Changed 14 years ago by
| Status: | confirmed → pending |
|---|
comment:3 Changed 14 years ago by
| Cc: | jsolano@… added |
|---|
I can still reproduce it in Chrome 13.0.782.24 beta-m.
Make sure to set:
config.pasteFromWordPromptCleanup = true;
and hit "Cancel" when Chrome ask whether to clean text before pasting.
comment:4 Changed 14 years ago by
| Keywords: | Webkit added |
|---|---|
| Status: | pending → confirmed |
| Version: | 3.5.3 → 3.6 |
- set
config.pasteFromWordPromptCleanup = true; - open ajax sample
- copy contents from word file
- press Paste button, and CRTL+V to paste contents into dialog
- press OK and when Chrome asks you whether to clean text before pasting press "Cancel"
- Switch to Source and back to WYSIWYG you will get
{cke_protected_1}List item
Switch to Source and back to WYSIWYG one more time. You will get
{C}{cke_protected_1}List item
I was able to reproduce it in Webkit (Chrome 12.07, Safari 5.1 (7534.50)) from CKEditor 3.6 rev [6904] (Before version 3.6 only anchor was pasted).
comment:7 Changed 12 years ago by
| Milestone: | → CKEditor 4.3.4 |
|---|---|
| Resolution: | → fixed |
| Status: | confirmed → closed |
Fixed by #9205.

WFM Chrome 13.0