﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16663	Case sensitive class not applied on Chrome	Daniel		"For any extrange reason, dynamically added styles to editor with camel case are not being applied to content elements.


== Steps to reproduce ==

On a clean CKEditor download


1. Edit config.js and add those lines before the ""editorConfig"" function:
var cssStylesContenidoInteractivo = [
'.interElem { background:#dddddd; }' ,
].join( '' ).replace(/;/g, ' !important;' );
CKEDITOR.addCss( cssStylesContenidoInteractivo );


2. Comment the config.removeDialogTabs config option (to be able to assign a class)
3. Open the editor on Chrome, create a link and set its style to ""interElem"". The style will not be applied. In the other hand, if you apply the style ""interelem"" (lower case) the style is applied.


== Expected result ==
class interElem to be applied to the element

== Actual result ==
class interElem is not applied to the element

== Other details (browser, OS, CKEditor version, installed plugins) ==
It happens in Chrome, in different Windows installations, tested with CKEditor 4.3.3 and 4.5.11"	Bug	confirmed	Normal		Core : Styles	4.0			
