﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14436	[IE] Use color HEX format instead of RGB for colorpicker	Pallavi		"== Steps to reproduce ==
1. Type any text in ckEditor4.5.6
2. Apply the text-color 
3. Switch to source mode 
4. The color is using RGB format while we want HEX format
5. P.S. We have changed color definition from SPAN to FONT using below code  
config.colorButton_foreStyle = {
    element: 'font',
    attributes: { 'color': '#(color)' }
};

== Expected result ==
<font style=""color: #000000"">Hello</font>

== Actual result ==
<font style=""color: rgb(0, 0, 0);"">Hello </font>

== Other details (browser, OS, CKEditor version, installed plugins) ==

 Browser – IE 11
 OS – Windows 7
 ckEditor – 4.5.6
 Application – ASP.Net (Visual Studio 2013)

"	New Feature	confirmed	Normal		General				
