﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7153	Can't dynamically load ckeditor_source.js	Damian	Garry Yao	"ckeditor_source.js uses document.write() when loading, this causes clearing of window variables when called at the end of a document load.

Proposal is that ckeditor_source.js (and ckeditor_basic_source.js) does something like this instead:

{{{
var head = document.getElementsByTagNam('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = CKEDITOR.getUrl('_source/core/loader.js');
head.appendChild(script);
}}}"	Bug	closed	Normal	CKEditor 3.6.2	General	3.0	fixed	IBM	Satya Minnekanti James Cunningham Teresa Monahan
