This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 230695 - [Go To Type] Selected line is not readable because of low contrast
Summary: [Go To Type] Selected line is not readable because of low contrast
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-06-03 20:43 UTC by markiewb
Modified: 2013-06-13 12:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (158.11 KB, image/png)
2013-06-03 20:43 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-06-03 20:43:09 UTC
Created attachment 135290 [details]
Shows the issue

ACTUAL: Black text on blue background isn't readable - see screenshot
EXPECTED: Use a appropriate color from UIManager, which inverts the color on selection (f.e. the package name already looks good)
Comment 1 markiewb 2013-06-03 21:47:59 UTC
Regression. It worked in a previous dev build 201305262300.
Comment 2 Tomas Zezula 2013-06-04 14:36:18 UTC
>Use a appropriate color from UIManager, which inverts the color on selection (f.e. the package name already looks good)
Which is not a good idea, the JList.getSelectionForeground() should be used and it's used for all the line components name, package name, project name. The difference is that the package name and project name are JLabels while the name is a HtmlRenderer.label created by HtmlRenderer.createLabel().
Comment 3 Tomas Zezula 2013-06-04 14:37:46 UTC
Probably caused by a fix of issue #180293.
Comment 4 Stanislav Aubrecht 2013-06-10 10:30:07 UTC
core-main f4eec8e73425
Comment 5 Quality Engineering 2013-06-13 01:18:26 UTC
Integrated into 'main-golden', will be available in build *201306122301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f4eec8e73425
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #230695 - [Go To Type] Selected line is not readable because of low contrast
Comment 6 markiewb 2013-06-13 12:08:34 UTC
Verified 201306122301