﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8679	Better focus indication and ability to style selected color in the color picker dialog	Teresa Monahan		"Load any CKEditor sample and open the color picker dialog by clicking the 'More Colors..' option on the 'Text Color' or 'Background Color' toolbar icons for example.
Use the keyboard to navigate the color table. 

'''Problem:''' The focus indicator around the currently selected color is not very clear.[[BR]][[BR]]
CKEditor relies on the browser to display visual focus, however this can be difficult to see against the different background colors. In fact the focus is not displayed at all in recent versions of FF.

**We would like to be able to add our own styling to focused elements on the color picker dialog.**This is already possible for the special characters dialog through the cke_light_background class. We would like a similar capability for the color picker dialog. 

For example a CSS class could be added to the current selection on the color table in updateHighlight() and updateSelected() in colordialog/dialogs/colordialog.js. This class would then need to be removed when another color is selected.

As this is an accessibility concern, this is a high priority for us and we would appreciate a fix in a 3.6.x release."	Bug	closed	Normal	CKEditor 4.5.9	General	3.0	fixed	IBM	Damian Satya Minnekanti
