﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8192	CKEditor dow not work properly if editor.js loaded indirectly	speller		"I have loader PHP script on server for loading javascripts and stylesheets. When I load CKEditor by this way:

<script type=""text/javascript"" src=""/getmisc.php?f=/_admin/ckeditor/ckeditor.js"">//</script> 

CKEditor is shown, but without buttons icons and other visual elements. When I just change loading path to this:

<script type=""text/javascript"" src=""/_admin/ckeditor/ckeditor.js"">//</script> 

CKEditor loads fine and everything is OK. I have this line in config.js:

config.baseHref = '/getmisc.php?f=/_admin/ckeditor/';

and even I leave it unchanged and load directly only editor.js CKEditor loads correctly. Just change editor.js to second (indirect) way and CKEditor do not loaded properly."	Bug	closed	Normal		General		invalid		
