﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14839	Could not use some long hexadecimal code to have the name of the color in the tooltip	cactus20100		"== Steps to reproduce ==

1. add plugin ""color button"" to CKEditor with Office 2013 theme
2. Create a form like this :

{{{
<form style=""margin-left: 80px;"">
        <textarea name=""editor1"" id=""editor1"" rows=""10"" cols=""80"">
        </textarea>
        <script>
            var config = {
                language : 'en',
                height : '500',
                width : '600',
                colorButton_colors : 'FF0000,F00,FFFF00,FF0,00FF00,0F0,0FF,00FFFF'
            }
            CKEDITOR.replace('editor1', config);
        </script>
</form>
}}}

3. Pass your mouse on every color of the color selector

== Expected result ==
The colors are named in the tooltip, by order : Red, Red, Yellow, Yellow, Lime, Lime, Cyan, Cyan

== Actual result ==
The colors are named in the tooltip, by order : FF0000, Red, Yellow, Yellow, Lime, Lime Cyan, 00FFFF

== Other details (browser, OS, CKEditor version, installed plugins) ==
tested on IE11 (11.0.9600) and Firefox 47, on Windows 7
plugin color button : office 2013 theme
tested on version 4.5.6 too.
"	Bug	closed	Normal		UI : Skins	4.5.11	duplicate	styling	
