﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4546	uiColor creates wrong css-code when editor-id contains colons	Frank Stolle	Garry Yao	"if you replace your textarea with an editor using uiColor and the textarea id contains an colon (famous in jsf-applications), the generated css-code doesn't work.

Patch for setUiColor:
replace
s='#cke_'+m.replace('.','\\.')
with
s='#cke_'+m.name.replace(/:/g, '\\:').replace('.','\\.')"	Bug	closed	Normal	CKEditor 3.1	General	SVN (CKEditor) - OLD	fixed	Confirmed Review+	
