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 - Welcome links should show up URL in status line
Summary: Welcome links should show up URL in status line
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 14:46 UTC by jrojcek
Modified: 2006-10-23 16:40 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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