﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3497	Editor name not protected from bad chars	notzippy	Tobiasz Cudnik	"If editor.name=""this.is.my.control"" then plugin.js causes a javascript error

In plugin.js the following script is used:

// Call the temporary function for the editing
// boostrap.
								'window.parent.CKEDITOR._.contentDomReady' + editor.name + '( window );' +
...

Issue is if editor name contains a ""."" then script will fail - one way to fix this is :

'window.parent.CKEDITOR._[\'contentDomReady' + editor.name + '\']( window );' +

nz"	Bug	closed	Normal	CKEditor 3.0	General	3.0 Beta 2	fixed	Confirmed Review+	
