﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10349	show('blind') problem	Viktor Nemeth		"Hi,

I use multiple editors in one form.
my script is here:

{{{

$(document).ready(function() {
$('textarea.editor').each(function(){
    CKEDITOR.replace( $(this).attr('id'), {} );
});
});

}}}

So if i want a block (what contain editors) showing javascript, the contained text is dissapear.

This show alterative is work:
$('div#id').show();
But this is not:
$('div#id').show('blind');"	Bug	closed	Normal		General		invalid		
