djangocms-text-ckeditor icon indicating copy to clipboard operation
djangocms-text-ckeditor copied to clipboard

Is the drag & drop of image features still working?

Open lazydragon opened this issue 8 years ago • 9 comments

Within a text plugin dialog, I can input texts and filer images correctly.

However, drag & drop of images from windows system to the dialog box doesn't have any effect, not even an error thrown on either front end or backend

lazydragon avatar Jul 10 '17 06:07 lazydragon

I'm also curious about this. I would like to add images to my articles using only the djangocms-text-ckeditor, unfortunately it seems that it is not possible.

lucashelfs avatar Aug 09 '17 14:08 lucashelfs

Drag & drop is supported by the ckeditor js library but djangocms-text-ckeditor currently does not support this. Adding can image can only be done using the embedded image plugin.

czpython avatar Aug 09 '17 22:08 czpython

@czpython is it possible to use ckeditor on place of the djangocms-text-ckeditor?

lucashelfs avatar Aug 10 '17 17:08 lucashelfs

Drag & Drop or pasting images only works in the Paste from Word dialog for me, though before it worked directly in the editor. I'm using version 3.2.1.

https://github.com/django-ckeditor/django-ckeditor uses a more up to date version, but you'll lose DjangoCMS/plugin integration.

Chematronix avatar Oct 10 '17 03:10 Chematronix

djangocms-cascade has a plugin which can handle images inside the text editor. It behaves as a normal CMS plugin and uses django-filer as its media store. It is even possible to wrap such an image inside a link element, pointing onto existing CMS pages.

jrief avatar Apr 25 '18 08:04 jrief

Nice project @jrief! But does the plugin actually supports drag & drop or copy/paste? It's not mentioned in the docs. Also, does it works in all major browsers? The lack of Chrome support made me give up on djangocms-text-ckeditor.

Chematronix avatar Apr 25 '18 09:04 Chematronix

@Chematronix drag & drop works fine via django-filer. As I wrote, it behaves like a normal image plugin, hence images are managed by the existing media store.

My default browser is Chrome, there everything works fine. For development I use Canary. Often I test with Firefox.

jrief avatar Apr 25 '18 09:04 jrief

@lazydragon did you check cascade plugin as a solution?

bplociennik avatar Mar 13 '19 12:03 bplociennik

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 28 '22 17:07 stale[bot]

This will now be closed due to inactivity, but feel free to reopen it.

stale[bot] avatar Aug 30 '22 17:08 stale[bot]