Bug 513279 - Focused QuickFix button text is hard to read
Summary: Focused QuickFix button text is hard to read
Status: CLOSED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 15.0   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
: 513617 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-03-07 16:38 EST by Carolyn MacLeod CLA
Modified: 2017-06-29 14:36 EDT (History)
3 users (show)

See Also:


Attachments
focused-qf-button.png (17.51 KB, image/png)
2017-03-07 16:38 EST, Carolyn MacLeod CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2017-03-07 16:38:29 EST
Created attachment 267162 [details]
focused-qf-button.png

Move the caret to a quick-fixable warning, and type F2 to focus the tooltip.
The focused button has black text on dark blue background. See snap.

Look for this css:
.commandButton:not(.primaryButton):focus
Comment 1 Steve Northover CLA 2017-03-29 15:32:45 EDT
Car is this a dup?
Comment 2 Carolyn MacLeod CLA 2017-03-29 16:42:06 EDT
If you are thinking about Bug 514145, then no, it is not a dup.
That bug is for content assist list item.
This bug is for quick fix button.
Comment 3 Carolyn MacLeod CLA 2017-03-29 16:47:57 EDT
Aha - found the dup: Bug 513617.
It's about hover, whereas this bug is about focus.
So need to fix both :focus and :hover for these quickfix buttons.
Comment 4 Carolyn MacLeod CLA 2017-03-29 16:49:30 EDT
*** Bug 513617 has been marked as a duplicate of this bug. ***
Comment 5 XinYi Jiang CLA 2017-05-24 15:49:32 EDT
https://github.com/eclipse/orion.client/pull/31