﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4589	"Output style attribute ""override"" by regular expression is ignored"	pomu0325	Garry Yao	"For example, following override setting unintendedly matches all <font> element whatever attribute it has.
{{{
config.fontSize_style =
{
	element		: 'span',
	attributes	: { 'class' : '#(size)' },
	overrides	: [ { element : 'font', attributes : { 'class' : /^foo/ } } ]
};
}}}

'CKEDITOR.tools.clone()' seems not to clone RegExp object properly at line.89 of styles/plugin.js
{{{
styleDefinition = CKEDITOR.tools.clone( styleDefinition );
}}}
After this line, regular expression is turned into //, therefore it matches anything."	Bug	closed	Normal	CKEditor 3.2	Core : Styles	3.0	expired		
