Opened 11 years ago
Last modified 11 years ago
#11419 confirmed Bug
"Click and drag to move." in copied content.
Reported by: | ` | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description
- Go to placeholder plugin.
- Select whole content of the editor.
- Copy (Ctrl+C).
- Paste into notepad (or similar).
Result on Chrome:
This is a [[sample placeholder]]Click and drag to move. You are using CKEditor.
On FF:
This is a [[sample placeholder]] [Click and drag to move] . You are using CKEditor.
"Click and drag to move." should not be there.
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Nope - using visibility or display instead of height does not help (IMO it's a Blink's bug). It seems that without full copybin implementation this issue cannot be fixed on our side.
confirmed, i belive toggling visibility or dislay for
.cke_widget_drag_handler_container
would solve the issue