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 233294 - [dark] slowness notification contains hardly readable link
Summary: [dark] slowness notification contains hardly readable link
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 233696 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-24 09:20 UTC by Stepan Zebra
Modified: 2013-08-01 02:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (18.03 KB, image/png)
2013-07-24 09:20 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2013-07-24 09:20:53 UTC
Created attachment 137674 [details]
screenshot

Product Version: NetBeans IDE Dev (Build 201307232300)
Java: 1.7.0_40-ea; Java HotSpot(TM) 64-Bit Server VM 24.0-b52
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-ea-b33
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

Link in Slowness Notification has dark blue color and is hardly readable in dark laf.
Comment 1 Jan Peska 2013-07-25 07:34:39 UTC
reassigning to IDE/Logger. Martin, you can consider similar solution as Jarda in https://netbeans.org/bugzilla/show_bug.cgi?id=232940
Comment 2 Martin Entlicher 2013-07-29 14:18:21 UTC
Thanks for the hint how to solve it.
However, we use org.openide.awt.HtmlRenderer to render the HTML for the performance reasons (issue #214328). And HtmlRenderer does not support <a> tag.
The best fix would be to enhance HtmlRenderer to render the <a> tag.
Comment 3 Martin Entlicher 2013-07-30 14:47:52 UTC
Fixed by changeset:   260302:09522a1286e9
http://hg.netbeans.org/core-main/rev/09522a1286e9
Comment 4 Jan Peska 2013-07-31 08:27:03 UTC
*** Bug 233696 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2013-08-01 02:33:43 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/09522a1286e9
User: mentlicher@netbeans.org
Log: #233294: Make HtmlRenderer to render links and use it to render the details button.