Hi all I use ckeditor 4(the stable and also tried dev version from github) inside an Adobe AIR application. I can drag and drop selected text from an application(editor or browser) into ckeditor when it is in source mode but not when in wysiwyg mode (I mean in the modes you toggle when pressing the Source button).
When in wysiwyg mode the cursor shows me the animation/image that the drop will not be accepted, can someone point me to the file that handles the drag/drop events so I can figure out why is not accepting the drop and fix it.
Thanks.
Anyone any idea, please?
Anyone any idea, please?
Drag and drop is handled by
Drag and drop is handled by the browser.
You won't find anything in CKEditor related to it.
Hi, thanks for the response,
Hi, thanks for the response, sthe thing is that in source mode(when you click the Source button/tab and you can edit the source directlyu) drag and drop works, the mouse cursor shows the icon that lets me know that drop is possible but not in wysiwyg mode.
Have you tried what hapens
Have you tried what hapens when you use a plain div with contentEditable=true (without any CKEditor at all).?
Browsers are full of bugs, and when they are embeded in another environment the problems multiply.
Thanks again, I tried now
Thanks again, I tried now loading this page http://html5demos.com/contenteditable and drop works, also drop works in ckeditor version3 , could be a plugin or something that calls a prevenDefault or similar on the drag enter event(any idea how could I debug if this is happening?)