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 232090 - About dialog is bad readable in "Dark Nimbus" style
Summary: About dialog is bad readable in "Dark Nimbus" style
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.0
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 232964 233619 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-01 15:03 UTC by ssazonov
Modified: 2014-03-28 11:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Darknimbus (153.38 KB, image/png)
2013-07-01 15:04 UTC, ssazonov
Details
screenshot with white foreground (166.47 KB, image/png)
2013-07-02 07:23 UTC, Ondrej Vrabec
Details
Shows the issue in 201307262300 (435.98 KB, image/png)
2013-07-28 15:32 UTC, markiewb
Details
IDE log (179.19 KB, text/plain)
2013-07-29 21:29 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ssazonov 2013-07-01 15:03:51 UTC
[Dark]
1. set up this settings:
Tools->Options->Miscellaneous->Windows->Look and feel: Dark Nimbus

2. Go to: Help->About (see attachement)

-> I think the better way to change color of font to white


Product Version: NetBeans IDE Dev (Build 201306272300)
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b16
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Comment 1 ssazonov 2013-07-01 15:04:32 UTC
Created attachment 136543 [details]
Darknimbus
Comment 2 Ondrej Vrabec 2013-07-02 07:23:36 UTC
Created attachment 136573 [details]
screenshot with white foreground
Comment 3 Ondrej Vrabec 2013-07-02 07:23:49 UTC
Works for me in Build 201307012300. Didn't you forget to restart the IDE after switching the laf in Tools -> Options ? Does it happen with a fresh userdir (running the IDE with --userdir PATH_TO_NEW_FOLDER)? Please reopen if reproducible in the latest dev build and do not forget to attach the messages.log.
Comment 4 ssazonov 2013-07-02 08:10:20 UTC
Really, in Build 201307012300 it works properly. No problem
Comment 5 markiewb 2013-07-28 15:32:18 UTC
Created attachment 137912 [details]
Shows the issue in 201307262300
Comment 6 markiewb 2013-07-28 15:33:47 UTC
Sorry for reopening. The issue also occurred in 201307262300. See screenshot https://netbeans.org/bugzilla/attachment.cgi?id=137912

After a restart of the IDE the color is OK.
Comment 7 Ondrej Vrabec 2013-07-29 07:34:43 UTC
stando, any idea why the text is displayed once in dark and the other times in light colors?
Comment 8 Stanislav Aubrecht 2013-07-29 14:40:44 UTC
Next time you see this problem please attach your IDE log and reopen, thanks.

Works for me in 

Product Version: NetBeans IDE Dev (Build 20130729-656438efaac9)
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-b17
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 9 markiewb 2013-07-29 21:29:03 UTC
Created attachment 137967 [details]
IDE log
Comment 10 markiewb 2013-07-29 21:37:39 UTC
Still reproducible. 

Stansislav, please try these steps:
* clean start of NB (no projects should be open)
* check the about dialog -> fg-color is white (OK)
* open/create a java project and a java class
* within a java method type "String." and invoke code completion (the documentation popup window should also appear, its fg-color is white on dark color)
* abort the completion with ESC
* check the about dialog -> fg-color is now black (NOK)

The issue seems to be connected with the documentation popup.


Prerequisites:
* "Auto Popup Documentation Window" must be enabled
* "Auto Popup Completion Window" must be enabled
* "Subword completion" must be enabled
* "Auto Popup On Every Java Identifier" must be enabled
* Dark Nimbus/Norway
Comment 11 markiewb 2013-07-29 21:38:18 UTC
(In reply to comment #8)
> Next time you see this problem please attach your IDE log and reopen, thanks.

IDE log is now attached https://netbeans.org/bugzilla/attachment.cgi?id=137967
Comment 12 markiewb 2013-07-29 22:49:43 UTC
BTW this seems to be a Dark Nimbus only issue. Executing the steps of https://netbeans.org/bugzilla/show_bug.cgi?id=232090#c10 using Dark Metal LAF does not reproduce the issue. It only happens using Dark Nimbus.
Comment 13 Stanislav Aubrecht 2013-07-30 09:47:08 UTC
core-main 9d2196805bf4
Comment 14 Martin Kozeny 2013-07-31 08:13:18 UTC
*** Bug 233619 has been marked as a duplicate of this bug. ***
Comment 15 Dusan Balek 2013-07-31 10:02:40 UTC
*** Bug 232964 has been marked as a duplicate of this bug. ***
Comment 16 Quality Engineering 2013-08-01 02:32:40 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/9d2196805bf4
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #232090 - don't force foreground color in CCS as it affects all HTMLEditorKits
Comment 17 markiewb 2013-08-01 14:47:12 UTC
Verified in 201307312300. Steps from comment #10 don't reproduce the issue anymore.