id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 6203,Uncaught exception: TypeError: Cannot convert 'K' to object on editor.destroy();,Tony,,"I receive the following error when trying to destroy a CKeditor 3.4 instance using a plugin : {{{ Uncaught exception: TypeError: Cannot convert 'K' to object Error thrown at line 92, column 1741 in (): return K.getFrameDocument().getBody().getHtml(); called from line 114, column 4746 in (o): o.data=l(n).getSnapshotData(); called via Function.prototype.call() from line 6, column 3258 in (o, p, q, r): var s={name:d,sender:this,editor:o,data:p,listenerData:g,stop:q,cancel:r,removeListener:function(){l.removeListener(d,e);}}; called via Function.prototype.call() from line 6, column 4027 in (h, i, j): d=f=false; called via Function.prototype.call() from unknown location in (b, c): /* no source available */ called from line 24, column 4875 in (): var l=this.fire('getSnapshot'); called from line 87, column 1760 in (r): var s=r.getSnapshot(),t=s&&r.getSelection(); called from line 88, column 831 in (r, s, t): s=new l(v.editor); called from line 87, column 277 in v(w): s.save(); called via Function.prototype.call() from line 6, column 3258 in (o, p, q, r): var s={name:d,sender:this,editor:o,data:p,listenerData:g,stop:q,cancel:r,removeListener:function(){l.removeListener(d,e);}}; }}} I guess that CKeditor's snapshot attempt is being fired after the editor has been destroyed? I have attached a small test plugin to make it easy to reproduce. The error was caught using Opera. The editor does destroy but the error message means not cleanly at a guess.",Bug,confirmed,Normal,,General,3.4,,HasPatch,