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 233509 - [dark] variable inspection, selected row unreadable
Summary: [dark] variable inspection, selected row unreadable
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 18:11 UTC by everflux
Modified: 2013-07-30 02:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Selected row unreadable (13.27 KB, image/png)
2013-07-26 18:11 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2013-07-26 18:11:32 UTC
Created attachment 137873 [details]
Selected row unreadable

Product Version: NetBeans IDE Dev (Build 201307252300)
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-b15

See screenshot attached.
Comment 1 Martin Entlicher 2013-07-29 12:28:18 UTC
This is not a bug of Outline. Outline uses JLabel to paint values and since the value is read-only, it sets the label as disabled. Disabled label then uses "Label.disabledForeground" color.

We should paint values in JavaScript debugger with ordinary color, the disabled color is badly readable even on non-dark L&Fs.
Comment 2 Martin Entlicher 2013-07-29 15:26:34 UTC
Fixed by changeset:   259747:4353a9dabf89
http://hg.netbeans.org/web-main/rev/4353a9dabf89
Comment 3 Quality Engineering 2013-07-30 02:19:18 UTC
Integrated into 'main-silver', will be available in build *201307292300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4353a9dabf89
User: mentlicher@netbeans.org
Log: #233509: Use the JTable foreground color to paint table entries.