﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12433	"ckeditor doesn't work when hiding after ""instanceReady"""	DucThien		" Hi,
I am doing a project that uses ckeditor.I use event handle ""instanceReady"" and hide the container ""div"" of ckeditor to open it when needed.

{{{
CKEDITOR.on(""instanceReady"", function(evt){
  $(""#cke_"" + evt.editor.name).hide();
})
}}}
However, when I open it by unhide that div, the ckeditor is empty and I can not enter anything to iframe although there is some text in original textarea."	Bug	closed	Normal		Core : Editable		expired		
