http://dev.ckeditor.com/ticket/5441
http://dev.ckeditor.com/ticket/5441
<script type='text/javascript'>
if (typeof CKEDITOR.instances != 'undefined' && typeof CKEDITOR.instances['{$name}'] != 'undefined')
{
CKEDITOR.instances['{$name}'].destroy();
}
</script>
http://dev.ckeditor.com/ticket/5441

Re: destroy - errors when instance removed from DOM