Bug 472080

Summary: Poor Contrast in Accelerator Text when Menu is highlight
Product: [ECD] Orion (Archived) Reporter: Steve Northover <steve_northover>
Component: ClientAssignee: Jefferson Lam <jwlam>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: Carolyn_MacLeod, curtis.windatt.public, john.arthorne, Silenio_Quarti, steve_northover
Version: unspecifiedKeywords: accessibility
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
A picture of the problem none

Description Steve Northover CLA 2015-07-07 12:48:22 EDT
Created attachment 255033 [details]
A picture of the problem

1) Run Orion
2) File->Undo ... (NOTE: just highlight the item, don't select it)
3) BUG: The accelerator text Ctrl+Z is dim and hard to read

Likely, the accelerator text color should be the same as the normal menu item text color.
Comment 1 Steve Northover CLA 2015-07-07 12:56:55 EDT
There are likely other places in Orion where contrast is bad but let's find and fix this one first.
Comment 2 Steve Northover CLA 2015-07-07 12:56:59 EDT
There are likely other places in Orion where contrast is bad but let's find and fix this one first.
Comment 3 Carolyn MacLeod CLA 2015-07-07 14:12:10 EDT
In case it's helpful: http://webaim.org/resources/contrastchecker/
Comment 4 Curtis Windatt CLA 2015-07-21 13:13:59 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=4d3b9923254236c79a2862fad745aa20f52a0e73
Jefferson suggested this one line fix which I tested and approved.
Comment 5 Jefferson Lam CLA 2015-07-21 14:43:20 EDT
Fixed this bug by removing this line from theme.css: 

.dropdownMenuItem .dropdownKeyBinding {
-	color: grey !important; /* !important to override .dropdownMenuItem */
...

Fix was pushed by Curtis.