Hello!
I found some problem(?) CKEditor with "jQuery before"
in FireFox (i found this problem in FF2.0 and FF3.0, but IE6,7 is OK)
1.execute jQuery before
2.CKEditor lost input data ,and "null" appear in editor.
I can also see this problem in CKEditor demo site.
1.Goto demo site
http://ckeditor.com/demo
2.execute "jQuery before" like following code.with FireBug
$("#alerts").before($("div.demo"))
Re: FireFox:Editor lost input data,when use "jQuery before&
Re: FireFox:Editor lost input data,when use "jQuery before&
It seems that CKEditor have problems after detaching from the DOM. Possible and quite stable workaround would be getting data from editor and pushing it to new instance, if you want to have it in other place.
I've opened a ticket #4398 for this issue.
Please add your email in CC field to be notified on any updates.
Thank you for report.
Re: FireFox:Editor lost input data,when use "jQuery before&
Thank you for reply.
> tobiasz.cudnik