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 76735

Summary: Welcome links should show up URL in status line
Product: ide Reporter: jrojcek <jrojcek>
Component: WelcomeAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker CC: johnjullion
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description jrojcek 2006-05-23 14:46:20 UTC
When the mouse is over a link in the welcome screen, the URL of the selected link should show up in the 
status line. When the mouse moves away from the link, the URL should disappear. Just like in a browser 
window.

I think this is a useful feature of web browsers and I found myself looking into the status line to find the 
URL for "All BLOGS". I think more users are used to this behavior and would expect it also from the 
welcome screen links.
Comment 1 Stanislav Aubrecht 2006-08-03 14:25:05 UTC
fixed in trunk

Checking in content/WebLink.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/content/WebLink.java,v  <-- 
WebLink.java
new revision: 1.4; previous revision: 1.3
done
Checking in content/HtmlTextLinkButton.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/content/HtmlTextLinkButton.java,v
 <--  HtmlTextLinkButton.java
new revision: 1.11; previous revision: 1.10
done
Checking in content/LinkButton.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/content/LinkButton.java,v  <--
 LinkButton.java
new revision: 1.6; previous revision: 1.5
done
Checking in ui/GetStarted.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/ui/GetStarted.java,v  <-- 
GetStarted.java
new revision: 1.8; previous revision: 1.7
done