﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10034	CKEditor 4 Inline editing - Clean trash after destroy	Roy Shoa		"Hi,
I am using the CKEditor 4 Inline editing and as i sow its not cleanning all the trash after using destroy.

Code before i edit it:
{{{
<div id=""myId"">Text text text</div>
}}}

Code after i edit it and use destroy to remove the CKEditor instance:
{{{
<div id=""myId"" class=""cke_focus"" style=""position: relative;"">Text text text</div>
}}}

As we can see the class of ""cke_focus"" and the ""position:relative"" are not removed when i use the destroy.

Are there is a way to remove all the CKEditor trash?"	Bug	confirmed	Normal		General	4.0 Beta			
