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

Summary: Navigator displays schema content while another node selected
Product: xml Reporter: Mikhail Matveev <mikhailmatveev>
Component: Schema ToolsAssignee: Samaresh Panda <samaresh>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.