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 232651 - Can't read data using Dark Themes
Summary: Can't read data using Dark Themes
Status: RESOLVED 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: PATCH_AVAILABLE
: 232805 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-13 11:40 UTC by MackSix
Modified: 2013-07-18 02:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (221.35 KB, image/png)
2013-07-13 11:40 UTC, MackSix
Details
proposed patch v1 (2.94 KB, patch)
2013-07-13 21:15 UTC, matthias42
Details | Diff
Matthias's patch with NOI18N line comments (2.72 KB, patch)
2013-07-15 09:51 UTC, Jaroslav Havlin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-07-13 11:40:36 UTC
Created attachment 137068 [details]
screenshot

Can't read data in view table when using Dark Themes because font colors are too light to read on the light table background.

Product Version: NetBeans IDE Dev (Build 201307122300)
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
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 matthias42 2013-07-13 21:15:49 UTC
Created attachment 137083 [details]
proposed patch v1

The necessary changes for the row display were already prepared and just need the corresponding UIManager entries. These are attached for meta and nimbus dark variants.
Comment 2 Jaroslav Havlin 2013-07-15 09:51:12 UTC
Created attachment 137116 [details]
Matthias's patch with NOI18N line comments

The patch works perfectly. Only adding //NOI18N comments.
Thank you very much.
Comment 3 Jaroslav Havlin 2013-07-15 09:57:32 UTC
Reassigning to the module where the change needs to be applied.

Standa, please, check the patch. Feel free to assign it back to me if I can integrate it or if I should modify it somehow. Thank you.
Comment 4 Stanislav Aubrecht 2013-07-15 10:10:54 UTC
core-main 72a278541de7

Thanks for the patch!
Comment 5 Jiri Rechtacek 2013-07-16 14:49:05 UTC
*** Bug 232805 has been marked as a duplicate of this bug. ***
Comment 6 Quality Engineering 2013-07-18 02:38:11 UTC
Integrated into 'main-silver', will be available in build *201307172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/72a278541de7
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #232651 - invalid background in data view tables