Opened 10 years ago
Closed 10 years ago
#14584 closed Bug (invalid)
native DragDrop on CKeditor will not work if ClipboardPlugin is loaded
| Reported by: | ffvolkmargrimm | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Steps to reproduce
- Load ClipboardPlugin
- try to dragDrop an Image into the Editor
- without this Plugin it will work fine
Expected result
dragdroped Picture is showing on the Editor
Actual result
nothing to see,
Other details (browser, OS, CKEditor version, installed plugins)
Clipboard-Plugin it'seems that the event is absorbed, if you drop the eventhandling while listening on editor.document drop it works, but this is not a good solution
Thanks
Change History (1)
comment:1 Changed 10 years ago by
| Keywords: | native DragDrop Clipboard Plugin removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| Version: | 4.5.9 (GitHub - master) |

Starting from CKEditor 4.5.0 CKEditor
dropevent has been introduced - http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-drop. THis is related with d&d support which was also intorudeced in CKEditor 4.5.0.I think the above link as well as this one: http://docs.ckeditor.com/#!/guide/dev_clipboard will give you an idea of how can you integrate.