id summary reporter owner description type status priority milestone component version resolution keywords cc 3958 Creating more than one instance during runtime kills the former instances hebuiss42 "Browser: Firefox 3.5 OS: Windows XP Version fo CKEditor: 3.0 RC I have a page with one editor instance. When clicking a button, I want to add another editor instance. This is being done by inserting new textareas via JavaScript and then replacing them via ""CKEDIOTR.replace([name of textarea])"". This does work fine when creating only one new editor instance. But when I want to create one more editor instance, this new editor works fine, but the editor being created before this editor does not work anymore. Not working anymore means that only the editor's control buttons and theme are visible but the white input area is missing completely. In Firefox' error console the error ""i.contentWindow is null"" (file ckeditor.js line 18) is being shown. Demo source code: {{{
this is a div
}}} When clicking on the first button, a new editor is being added. After the second click, one can see that only the very first and last editors work properly but the ones in the middle do not work any more. I tried to implement an alternative in function ""addEditorAlt"" - but this doesn't work either. Basicly, it saves all the opened editor instances into an arry and before creating a new one, it tries to destroy all the old ones. " Bug closed Normal General 3.0 RC invalid