﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5727	Problem creating and destroying instances	vurentjie		"I found a problem creating and destroying the editor, 

Firebug gave the error m.element is not defined on line 124 of the minified ckeditor.js (the editor's destroy method) which has the following :
{{{
if(m.elementMode==1)m.element.show();
}}}

I added the following

{{{
if(m.elementMode==1 && m.element)m.element.show();
}}}

this corrected the issue.



"	Bug	closed	Normal		General		invalid	Confirmed	
