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 232893 - Patch for: [dark theme] Orange text in Report Problem window is hard to read
Summary: Patch for: [dark theme] Orange text in Report Problem window is hard to read
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Danek
URL:
Keywords: NO74, PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-07-17 10:49 UTC by mmolda
Modified: 2013-08-26 12:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Report Problem window screenshot (36.69 KB, image/png)
2013-07-17 10:49 UTC, mmolda
Details
Proposed patch (4.18 KB, patch)
2013-08-24 23:53 UTC, markiewb
Details | Diff
Patch in action (35.11 KB, image/png)
2013-08-24 23:53 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mmolda 2013-07-17 10:49:36 UTC
Created attachment 137311 [details]
Report Problem window screenshot

Text 'Describe what you were doing when the problem occured' is hard to read in Dark Nimbus theme.
Please see the screenshot.

Product Version: NetBeans IDE Dev (Build 201307162300)
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
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Marian Mirilovic 2013-08-23 13:53:20 UTC
Dark themes were moved to the NetBeans Update Center for NB 7.4
Comment 2 markiewb 2013-08-24 23:53:36 UTC
Created attachment 139191 [details]
Proposed patch

I like to propose the given patch to solve the issue. Please review and commit.

The patch
* removes the orange color from the header
* updated the "Register" links, so that the color is theme-aware (see https://netbeans.org/bugzilla/show_bug.cgi?id=229770#c15)
* removes the blue color when checking the password (was not readable with dark themes)
Comment 3 markiewb 2013-08-24 23:53:57 UTC
Created attachment 139192 [details]
Patch in action
Comment 4 Tomas Danek 2013-08-26 12:01:12 UTC
Thanks for patch Benno, I modified your patch slightly and applied as 
http://hg.netbeans.org/core-main/rev/6668a446204a

(In reply to markiewb from comment #2)
> Created attachment 139191 [details]
> Proposed patch
> 
> I like to propose the given patch to solve the issue. Please review and
> commit.
> 
> The patch
> * removes the orange color from the header
> * updated the "Register" links, so that the color is theme-aware (see
> https://netbeans.org/bugzilla/show_bug.cgi?id=229770#c15)
> * removes the blue color when checking the password (was not readable with
> dark themes)