I initialize a CKEditor in a <div style="display:none" id="container"></div>
element.
$('#container').show();
shows the editor and everything works.
However, if i combine the call with an animation like $('#container').show('blind');
, the editor comes to the foreground (btw: the animation looks sweet), but however, the editor gets broken.
Did someone had the same problem? Is this a jquery or a CKEditor bug?
I think its a scaling problem, because scale and blind don't work.