﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7206	Provide support to load CKEditor in one frame and render it in another	Teresa Monahan		"We would like to request support to load CKEditor in one frame and render it in another. This would be a very beneficial feature for optimising performance. It is currently not supported. Some issues that they have reported so far regarding this are:[[BR]]

- CKEDITOR.tools.isArray() does not support multiple frames[[BR]]

- core/loader.js  calls  current document object

[[BR]]


A sample test case is attached which demonstrates the desired functionality.



'''Instructions for running the test case:'''[[BR]]

1. Copy the attached files  to  <CKEditor>\_samples directory.[[BR]]

2. Open  multiframe.html  on Mozilla/Firefox.[[BR]]

3. Press  ""Create Widgets"" button.[[BR]]

4. Verify  CKEditor is created.[[BR]]

5. Modify  Widget_CKEditor.prototype.createEditorElem  in multiframe.js like this:[[BR]]

	
{{{
// NG
loader.oDocument = globals.scriptFrame.document;

// OK
//loader.oDocument = globals.uiFrame.document;
}}}


6. Open  multiframe.html  on Mozilla/Firefox.[[BR]]

7. Press  ""Create Widgets"" button.[[BR]]


'''Problem:'''  CKEditor instance is not created in UI Frame.
"	New Feature	new	Normal		General			IBM	jamcunni@… satya_minnekanti@…
