I am using jquery dialogs to present forms (fetched via AJAX). On some forms I am using a CKEditor for the textareas. The editor displays fine on the first load.
Whe
var e= CKEDITOR.instances['sample']; e.destroy(); e= null;