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 14396 - changing order of docking views
Summary: changing order of docking views
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-14 07:54 UTC by zohar
Modified: 2008-12-23 09:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
two different orders, as an example (91.44 KB, application/octet-stream)
2001-08-14 09:08 UTC, zohar
Details
a proposed patch (2.80 KB, patch)
2001-10-02 13:53 UTC, Jiri Rechtacek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zohar 2001-08-14 07:54:18 UTC
When using the Windows -> "Dock View Into" I get a different order of views to 
dock to each time I use this menu item.
Comment 1 zohar 2001-08-14 09:08:12 UTC
Created attachment 2155 [details]
two different orders, as an example
Comment 2 Jan Zajicek 2001-08-15 12:03:55 UTC
reassigning to core
Comment 3 Jan Zajicek 2001-08-15 12:04:43 UTC
window system
Comment 4 David Simonek 2001-09-24 14:51:54 UTC
Probable cause is that org.netbeans.core.actions.DockingAction uses
workspace.getModes(), which returns unordered Set. Fix hint is to use
WorkspaceImpl.getModesArray() instead.
Comment 5 Jiri Rechtacek 2001-10-02 13:53:32 UTC
Created attachment 2799 [details]
a proposed patch
Comment 6 Jiri Rechtacek 2001-10-05 15:33:00 UTC
The patch was applied.
Comment 7 Marian Mirilovic 2001-11-05 14:16:43 UTC
verified in [nb_dev](20011102)
Order of possible docked windows is idem.
Comment 8 Quality Engineering 2003-07-01 16:28:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.