#12096 closed Bug (invalid)
Will CKEditor work in drag and drop divs
Reported by: | madhuri | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hello, I am working on integrating CKEditor to a drag and drop div in jquery. Will CKEditor work in this dynamically created divs. Please check the attached file and suggest a solution.
I'm sorry, but this is not a forum, but a bug tracker. See http://ckeditor.com/forums.
As for working in draggable divs - classic editor may cause problems because it has to be destroyed and reinitialized when its container is moved in the DOM. So either use divarea plugin or destroy and reinitialize editor in proper moments.