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

Summary: [dark] [history tab] issue tracker link in tooltip uses hard coded blue link color
Product: versioncontrol Reporter: markiewb
Component: HistoryAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Shows the issue

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