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 233622 - [dark] [nimbus] dark fg-color on dark bg-color for selected lines in code completion
Summary: [dark] [nimbus] dark fg-color on dark bg-color for selected lines in code com...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 22:08 UTC by markiewb
Modified: 2013-08-01 15:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue and the proposal (152.15 KB, image/png)
2013-07-29 22:08 UTC, markiewb
Details
Shows the issue, the proposal and compares it to the working Dark Metal LAF (204.22 KB, image/png)
2013-07-29 22:23 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-07-29 22:08:45 UTC
Created attachment 137968 [details]
Shows the issue and the proposal

* open code completion
* selected line uses...

ACTUAL: dark fg-color on dark bg-color - See the screenshot
EXPECTED: light fg-color (f.e. white) on dark bg-color

Light color on dark bg-color for selected lines works in other light-color LAFs and in other IDEs, so why don't do the same? Does this make sense?

---
Dark Nimbus, Norway
Product Version: NetBeans IDE Dev (Build 201307262300)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b16
Comment 1 markiewb 2013-07-29 22:20:14 UTC
Related to https://netbeans.org/bugzilla/show_bug.cgi?id=233623
Comment 2 markiewb 2013-07-29 22:23:02 UTC
Created attachment 137970 [details]
Shows the issue, the proposal and compares it to the working Dark Metal LAF

It only happens using Dark Nimbus. Dark Metal works. See screenshot.
Comment 3 Dusan Balek 2013-07-30 09:11:27 UTC
Seems that the DarkNimbus theme defines a wrong default foreground color for JLists.
Comment 4 Stanislav Aubrecht 2013-07-30 09:43:09 UTC
core-main cbcb8ba401e0
Comment 5 Quality Engineering 2013-08-01 02:36:09 UTC
Integrated into 'main-silver', will be available in build *201307312300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cbcb8ba401e0
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #233622 - selection foreground for JLists
Comment 6 markiewb 2013-08-01 15:32:31 UTC
Verified in 201307312300. Thank you Dusan!