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 89543 - Quick navigator disappear in some cases
Summary: Quick navigator disappear in some cases
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2006-11-17 13:53 UTC by soldatov
Modified: 2013-05-17 08:43 UTC (History)
0 users

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 soldatov 2006-11-17 13:53:44 UTC
If user open/close bottom tab (Output tab, Search tab or other bottom tab) then
quick navigator disappear.

Steps:
- Create project
- Close all bottom tabs
- Open source file in editor
- Build project, run project or call 'Find' in project
==> Quick navigator disappear

Or
- Open source file in editor
- Close all bottom tabs
==> Quick navigator disappear
Comment 1 Alexander Simon 2006-11-20 11:55:06 UTC
fixed
- on open other window navigator have 2 events: removeNotify() & addNotify().
Restore component on addNotify().

CVS log:

Checking in NavigateAction.java;
/shared/data/ccvs/repository/cnd/qnavigator/src/org/netbeans/modules/cnd/qnavigator/NavigateAction.java,v
 <--  NavigateAction.java
new revision: 1.2.2.3; previous revision: 1.2.2.2
done