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 118565 - Navigator displays schema content while another node selected
Summary: Navigator displays schema content while another node selected
Status: RESOLVED INVALID
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 15:49 UTC by Mikhail Matveev
Modified: 2009-02-19 23:31 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 Mikhail Matveev 2007-10-11 15:49:12 UTC
1. Create newLoanApplication schema.
2. Close schema editor.
3. Select Source Packages node in Projects window. 
4. Select schema node again.
5. Select Source Packages node again.
Result: Navigator window still displays schema content. It seems to be wrong.

This is non-fixed part of 116658.
Comment 1 Samaresh Panda 2008-12-04 22:21:07 UTC
behaviors in 3-5 is consistent with java files or any other files. Basically the navigator displays the last one, until
another file is selected. So I do not think this is even a bug.