Hi!
I'm using ckeditor inside a jQuery UI Sortable item ( http://jqueryui.com/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?
Thanks
It's been reported. Check
It's been reported. Check this dev site ticket for more info.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
I know, I've reported that.
I know, I've reported that.
However I need a workaround, a solution to the issue.
I anyone have already used jQuery UI Sortable in this way and have a solution?
Am I right that you use
Am I right that you use classic editor? The problem with it is that iframe is automatically unloaded by browser when you detach it from the DOM tree. So you've got two choices:
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thanks @reinmar!
Thanks @reinmar!
The divarea plugin solved the issue.