﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10529	CKBuild custom output not playing as Framed Editor - no editor showing	Steve Lawson		"I have tired about 5 different configurations of the CKBuilder [standard with one or more different combinations of optional plugins] as a ""Framed Editor"" [using a <textarea> element] and in every case, the textarea box vanishes and NOTHING shows up in it's place.  When I do the same with the Standard Download [""Download CKEditor 4.1.2""] the textarea vanishes and the editor shows up in it's place (in other words, it functions correctly).

In the later case (the CKBuilder installs where the editor doesn't show up), FireBug shows the following (FYI: the ""style=""visibility: hidden;"" was not present, initially):

{{{
  <form>  
    <textarea style=""visibility: hidden;"" cols=""80"" id=""editor1"" name=""editor1"" rows=""10"">                
    </textarea>
  </form>
  <script type=""text/javascript"">
    CKEDITOR.replace( 'editor1' );
  </script>

}}}
           
[even after waiting a minute or two, the editor doesn't appear]

I was able to get it to work with the Standard download, so apparently I'm installing it and coding it correctly.  It's only when I use CKBuilder that it doesn't work.

Win7 Firefox 21.0
"	Bug	closed	Normal		Project : CKBuilder	4.1.2	worksforme		
