Opened 13 years ago
Last modified 13 years ago
#9413 confirmed Bug
Handle text pasted by drag&drop
| Reported by: | Piotrek Koszuliński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Pasting | Version: | 3.0 |
| Keywords: | Cc: |
Description
Unfortunately this method doesn't trigger paste events.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
| Component: | General → Core : Pasting |
|---|---|
| Status: | new → confirmed |
To reproduce:
- set config.forcePasteAsPlainText = true;
- Open replacebycode sample
- Select text above editor - editing area, provided by the Wysiwygarea plugin.
- Drag and drop it
Result: Word Wysiwygarea is still bold.

See http://dev.ckeditor.com/ticket/756#comment:11