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 56711 - No tooltip over Versioning View titlebar
Summary: No tooltip over Versioning View titlebar
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 09:12 UTC by Marian Mirilovic
Modified: 2006-03-24 13:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-03-21 09:12:18 UTC
NB4.1 (200503201900), JDK1.5.0_02

try to let mouse over navigator title bar -> there
is no tooltip (it works fine for all other views)
Comment 1 Martin Entlicher 2005-03-24 15:24:39 UTC
The same applies to VCS Groups and VCS Output.
Comment 2 Martin Entlicher 2005-03-24 15:31:44 UTC
I do not know where is the problem, should the components define their tooltip
themselves, or is it done by the Window System?
Comment 3 Milos Kleint 2005-03-25 08:09:07 UTC
you do it yourself by setting appropriate tooltip on the topcomponent.
i've set it for vscgroup and vcsoutput TCs.
Comment 4 Martin Entlicher 2005-03-25 12:23:38 UTC
Thanks! I'll check the Versioning...
Comment 5 Martin Entlicher 2005-03-25 13:43:34 UTC
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/grouping/VcsGroupMenuAction.java,v
 <--  VcsGroupMenuAction.java
new revision: 1.22; previous revision: 1.21

/cvs/vcscore/src/org/netbeans/modules/vcscore/versioning/impl/VersioningExplorer.java,v
 <--  VersioningExplorer.java
new revision: 1.20; previous revision: 1.19
Comment 6 Marian Mirilovic 2005-03-27 19:47:54 UTC
verified in NB4.1(200503271800)