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 69471 - [50cat] Navigator should remain visible for the current open file at all times
Summary: [50cat] Navigator should remain visible for the current open file at all times
Status: RESOLVED DUPLICATE of bug 61334
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2005-11-28 16:24 UTC by clever
Modified: 2008-12-22 10:59 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 clever 2005-11-28 16:24:53 UTC
[ BUILD # : 200511211900 ]
[ JDK VERSION : 1.4.2_xx ]

Currently, when I change focus to things like:
- Breakpoint window
- To Do list
- versioning
- .. basically any window
The Navigator becomes useless. It loses it's contents and says "no view available".  Since the Navigator only operates against the current editor view, this seems like a pretty pointless clearing of data. I'd also say that this dances the line || bug and RFE. NOt 100% sure of the spec, but to me, it seems that it should remain open with the contents of whatever is currently in the editor.
Comment 1 clever 2005-11-28 16:25:33 UTC
Changing to defect. It's feeling more and more like a defect.
Comment 2 David Simonek 2005-11-29 10:11:55 UTC
This is not simple unfortunately - Navigator now operates on explorer as well as
editor, and virtually any view (TopComponent) can choose to provide content for
Navigator. So it's relatively tricky to find a way how to define in which
situations navigator should not follow focus and what to do if source document
is closed, how to define what new content of navigator should be.

However it's true that when helper views like you mentioned are focused,
navigator should stick with its last non-empty content, that would be usability
gain.

Postponed to future relelase though, as this requires careful design and
probably new API.
Comment 3 David Simonek 2007-03-21 18:16:00 UTC
Implemented when fixing 61334, closing this as duplicate. Now Navigator still
shows last non-empty content when mentioned views are active.

*** This issue has been marked as a duplicate of 61334 ***