Opened 8 years ago

Closed 8 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

  1. Load ClipboardPlugin
  2. try to dragDrop an Image into the Editor
  3. 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 8 years ago by Jakub Ś

Keywords: native DragDrop Clipboard Plugin removed
Resolution: invalid
Status: newclosed
Version: 4.5.9 (GitHub - master)

Starting from CKEditor 4.5.0 CKEditor drop event 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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy