﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13943	When custom config is missing, the default config gets loaded twice.	Jakub Ś	kkrzton	"== Steps to reproduce ==

1. Put below code into your config.js (custom config file doesn't exist under given path)
{{{
config.specialChars = config.specialChars.concat([['&#9794;', 'Male']]);
config.customConfig = '/abc/config.js';	
}}}
2. Open Special Characters dialog

== Expected result ==

One male symbol is visible.

== Actual result ==

Two male symbols are visible.

== Other details (browser, OS, CKEditor version, installed plugins) ==

Happens in all browsers. I have been able to reproduce this issue from CKEditor 4.0

This issue has been reported on our support channel.
"	Bug	review	Nice to have (we want to work on it)		General	4.0		Support.	
