Greetings!
Sorry for my poor english language, but i try write down my problem.
I have a draggable image ( e.g. : $(".image_name).draggable(); , and when I try pull into ckeditor textarea, it doesn't working, and doesn't paste the image or <img src="" > html tag in ckeditor textarea source code. But when I remove the draggable ui event, and I pull into the image into the ckeditor textarea, the image is pasted into the ckeditor textarea / <img src="" ... > html tag in ckeditor textarea source code. What should I do if I want that the draggable image is paste into the ckeditor textarea when the draggable() event is on the image?