Bug 220646 - non-focus selection in Table is invisible in HC
Summary: non-focus selection in Table is invisible in HC
Status: CLOSED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
: 224676 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-27 14:30 EST by Kim Horne CLA
Modified: 2012-03-29 14:19 EDT (History)
8 users (show)

See Also:


Attachments
content assist high contrast. note the displayed text - it doesnt show that element as selected. (23.95 KB, image/png)
2008-02-27 14:30 EST, Kim Horne CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Horne CLA 2008-02-27 14:30:59 EST
Created attachment 90917 [details]
content assist high contrast.  note the displayed text - it doesnt show that element as selected.

1) enable high contrast in Control Panel->Accessibility->Display
2) launch Eclipse
3) get into a situation where you can invoke content assist
4) use arrow keys to navigate options

expected result:  you can see the selection

result: you cannot see the selection.

If you click in the content assist dialog the selection does become visible, however.
Comment 1 Susan McCourt CLA 2008-03-05 11:47:57 EST
The particular screen shot shown is using platform text content assist, though I wouldn't be surprised if we have the same issue in field assist.  Moving to platform text since that is the more critical issue.  I'll follow this bug and open another bug on field assist if necessary.
Comment 2 Dani Megert CLA 2008-03-12 06:20:24 EDT
If the widget gets the focus then the selected item is visible.
Comment 3 Dani Megert CLA 2008-03-12 06:31:19 EDT
Moving to SWT: this look like a general problem of non-focus selection in Table.
Comment 4 Kim Horne CLA 2008-03-28 15:20:08 EDT
*** Bug 224676 has been marked as a duplicate of this bug. ***
Comment 5 Steve Northover CLA 2008-04-29 11:14:49 EDT
The problem is that the table is using the non-focused seleciton color which is the same as the background color.  The question is, "Is this a bug/feature in Windows or a bug in custom draw?"?
Comment 6 Steve Northover CLA 2008-04-29 11:40:50 EDT
From testing the Explorer, it seems that the native table has the problem but the tree does not.  I haven't tested custom draw yet.
Comment 7 Steve Northover CLA 2008-04-29 12:27:58 EDT
This bug doesn't happen on Vista (tables without focus draw using the selections color).
Comment 8 Max Li CLA 2012-03-29 14:19:32 EDT
Carolyn and I tried this on her Windows XP and we do not see the failure anymore.