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 81945 - Documents are reordered after Reset Windows
Summary: Documents are reordered after Reset Windows
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 14:52 UTC by Marian Mirilovic
Modified: 2008-12-22 13:40 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 Marian Mirilovic 2006-08-04 14:52:48 UTC
NB Dev (200608031800), JDK 6.0(b93)

Steps to reproduce:
- run IDE
- open Class1, Class2, Class3, Class4
- push Reset Windows
-> documents stay opened, that's fine, but are reordered ...
I think order of documents could stay unchanged after reset of window system.
Comment 1 Stanislav Aubrecht 2007-01-10 14:44:04 UTC
fixed in trunk

/cvs/core/windows/src/org/netbeans/core/windows/WindowManagerImpl.java,v  <-- 
WindowManagerImpl.java
new revision: 1.55; previous revision: 1.54
Comment 2 Marian Mirilovic 2007-02-15 09:00:07 UTC
verified in NB Dev(200702141900)