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 234979 - Patch for: [dark] description in "Test RESTful Web Services" is black on dark background
Summary: Patch for: [dark] description in "Test RESTful Web Services" is black on dark...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-08-25 22:53 UTC by markiewb
Modified: 2013-08-26 07:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (25.65 KB, image/png)
2013-08-25 22:53 UTC, markiewb
Details
Patch in action (21.55 KB, image/png)
2013-08-25 22:56 UTC, markiewb
Details
Proposed patch (973 bytes, patch)
2013-08-25 23:00 UTC, markiewb
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-08-25 22:53:48 UTC
Created attachment 139220 [details]
Shows the issue

* open a project which provides a REST service --> project view contains a new node "RESTful Web Services" below the project node
* right click on the "RESTful Web Services" node and choose "Test RESTful Web Services" -> dialog pops up

ACTUAL: description in the dialog is dark on dark background - see screenshot
EXPECTED: description is readable.


Product Version: NetBeans IDE Dev (Build 201308240953)
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 markiewb 2013-08-25 22:56:21 UTC
Created attachment 139222 [details]
Patch in action
Comment 2 markiewb 2013-08-25 23:00:47 UTC
Created attachment 139223 [details]
Proposed patch

I like to propose this patch to solve the issue. Please review and commit.
Comment 3 Milan Kuchtiak 2013-08-26 07:30:24 UTC
Fixed:
http://hg.netbeans.org/web-main/rev/8d0e84484f3b

Thank you for the patch.