#11857 closed Bug (invalid)
ckeditor lose data and freeze after drop using jquery.sortable
| Reported by: | Alberto Priore | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
I'm using ckeditor inside sortable item in jquery.sortable http://johnny.github.io/jquery-sortable/, but when I complete the dragging event, on drop of the item, ckeditor lost data and freeze.
Has anyone had the same issue and can suggest me a workaround?
Change History (3)
comment:1 Changed 12 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Version: | 4.3.4 |

When you detach CKEditor's iframe from document it breaks. You need to reload the editor when you drop it.