id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 4940,Setting config.customConfig = '' doesn't work,Alfonso Martínez de Lizarrondo,Frederico Caldeira Knabben,"According to the [http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.customConfig docs of customConfig] that's the way to avoid an extra request for the config file if it isn't needed, but the code in core/editor.js uses it this way: {{{ var loadConfig = function( editor ) { var customConfig = CKEDITOR.getUrl( editor.config.customConfig ); // Check if there is a custom config to load. if ( !customConfig ) return false; }}} and the call to CKEDITOR.getUrl() returns the base url of CKEditor, so the return false isn't executed. For this specific problem the ""if ( !customConfig )"" can be moved before the getUrl call, but maybe it would be better to change that function so it doesn't alter empty strings.",Bug,closed,Normal,CKEditor 3.1,General,SVN (CKEditor) - OLD,fixed,Confirmed Review+,