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 79300 - Wrong tooltip for Output window
Summary: Wrong tooltip for Output window
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: t_h
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 06:53 UTC by dnikitin
Modified: 2009-03-26 14:31 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 dnikitin 2006-06-28 06:53:41 UTC
Tooltip for Output tab should be equal to its caption 

1. Build any C/C++ Project (e.g. Welcome)
 caption of Output tab: "Output - Welcome (Build)" 
 tooltip for Output tab: "Output"
2. Close Output tab and open again (Ctrl-4)
 caption: "Output - Welcome (Build)" 
 tooltip: "Output - Welcome (Build)" 
That's ok.
3. Build another C/C++ project (e.g. Args)
  caption: "Output - Args (Build)" 
  tooltip: "Output - Welcome (Build)" 
Wrong tooltip!

If you close and reopen output window then a tooltip for output window is equal
to its caption.

It's necessary to change tooltip as soon as a caption is changed.
Comment 1 Thomas Preisler 2006-06-28 15:28:25 UTC
confirmed.
Comment 2 Thomas Preisler 2008-02-25 22:26:27 UTC
It's a NB  problem . I can reproduce with any project type (Java SE). Will reassign....
Comment 3 Milos Kleint 2008-02-26 05:09:41 UTC
why projects issue? project don't provide any common api for output processing. reassigning to core/output
Comment 4 t_h 2009-03-25 09:42:36 UTC
core-main #51071730a1da
Comment 5 Quality Engineering 2009-03-26 14:31:31 UTC
Integrated into 'main-golden', will be available in build *200903260733* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/51071730a1da
User: Tomas Holy <t_h@netbeans.org>
Log: #79300: Wrong tooltip for Output window