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 233288 - [Dark theme] Links are hard to read
Summary: [Dark theme] Links are hard to read
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Danek
URL:
Keywords: NO74
: 232734 233737 234049 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-24 07:50 UTC by Tomas Mysik
Modified: 2013-08-27 01:06 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (22.32 KB, image/png)
2013-07-24 07:50 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-07-24 07:50:21 UTC
Created attachment 137667 [details]
screenshot

Have a look at the screenshot. Likely fix using just:

<a href="#">my link</a>

Thanks.

Product Version: NetBeans IDE Dev (Build 20130723-579da31fe2b7)
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: Linux version 3.8.0-26-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Tomas Danek 2013-07-25 14:56:02 UTC
I can fix link "register" easily, but what about generic labels, that are not links ("checking your password")?
I can change color to something what is readable in both normal & dark theme...
Comment 2 Tomas Mysik 2013-07-25 14:57:28 UTC
Not sure, I guess Standa could help here. Thanks.
Comment 3 Stanislav Aubrecht 2013-07-29 09:39:03 UTC
(In reply to comment #1)
> I can fix link "register" easily, but what about generic labels, that are not
> links ("checking your password")?
Maybe 'error foreground' (i.e. a shade of red color) could be used for this kind of highlights...
Comment 4 Marian Mirilovic 2013-08-01 04:05:13 UTC
*** Bug 232734 has been marked as a duplicate of this bug. ***
Comment 5 Marian Mirilovic 2013-08-08 18:20:48 UTC
*** Bug 234049 has been marked as a duplicate of this bug. ***
Comment 6 Marian Mirilovic 2013-08-22 15:38:27 UTC
*** Bug 233737 has been marked as a duplicate of this bug. ***
Comment 7 Marian Mirilovic 2013-08-23 13:53:19 UTC
Dark themes were moved to the NetBeans Update Center for NB 7.4
Comment 8 markiewb 2013-08-25 00:05:13 UTC
Should be fixed when the patch in https://netbeans.org/bugzilla/show_bug.cgi?id=232893 is applied.
Comment 9 Tomas Danek 2013-08-26 11:59:33 UTC
Fixed.
http://hg.netbeans.org/core-main/rev/6668a446204a
Comment 10 Quality Engineering 2013-08-27 01:06:36 UTC
Integrated into 'main-silver', will be available in build *201308270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6668a446204a
User: musilt2@netbeans.org
Log: #233288: [Dark theme] Links are hard to read (slightly modified patch provided by markiewb@netbeans.org, thanks)