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 235896 - [dark] [history tab] issue tracker link in tooltip uses hard coded blue link color
Summary: [dark] [history tab] issue tracker link in tooltip uses hard coded blue link ...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: History (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 19:23 UTC by markiewb
Modified: 2013-12-02 17:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (62.70 KB, image/png)
2013-09-12 19:23 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-09-12 19:23:46 UTC
Created attachment 140008 [details]
Shows the issue

* open the history tab for a file
* hover above an entry which contains a issue tracker id

ACTUAL: tooltip with blue on dark bg link color is opened - see screenshot
EXPECTED: tooltip with LAF-aware link color is opened
Comment 1 Tomas Stupka 2013-12-02 17:39:09 UTC
fixed in core-main #d8baa0533423
Comment 2 markiewb 2013-12-02 17:48:33 UTC
Thanks for fixing. 

BTW it is much easier to use

<a href="#">My Link</a>
than 
<font color...>

because it is already LAF-aware out-of-the-box