﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5956	Can not create an editor inside an hidden container	Charlie	Sa'ar Zac Elias	"I'm using jquery along with several jquery plugins including Thickbox.  When I try to load the ckeditor in a thickbox window it loads just fine, but it throws an error in the Firefox (3.6.3) error console and any text typed into the ckeditor doesn't get translated to the hidden textarea and, thus, does not get submitted when the form in the thickbox window is submitted.

Here's the jquery which gets called after the thickbox window loads should get all textareas with class='ckeditor_ajax' and replace them with the ckeditor:

$('textarea.ckeditor_ajax').each(function() {[[BR]]  var name = $(this).attr('name');[[BR]]  CKEDITOR.replace(name);[[BR]]});

And here is the error which appears in the Firefox error console:

Error: h is null[[BR]]
Source File: /ckeditor/ckeditor.js [[BR]]
Line: 13[[BR]]

I also noticed a forum post about it which might include some more info: http://cksource.com/forums/viewtopic.php?f=11&t=19332&p=49286"	Bug	closed	Normal	CKEditor 3.4.1	General	3.0	fixed	Firefox	
