﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2822	V3: Configurations must not use sub-namespaces	Frederico Caldeira Knabben		"This is something we though would be good, but I've just found out that it's evil. We must not use namespaces to organize the configurations under CKEDITOR.config, like CKEDITOR.config.'''dialog.magnetDistance'''.

The reason why is that, if you try to change this setting in a custom configuration file (like the root config.js), the namespace (CKEDITOR.config.dialog) will not yet be available, because the dialog plugin will not yet be loaded. So, the execution breaks.

We should still organize the configurations in a meaningful way, so I'm opting to use a ""prefix"", instead of a namespace there. In the above case, we would have CKEDITOR.config.'''dialog_magnetDistance'''."	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General		fixed	Confirmed	
