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 178859

Summary: Sessions columns order changes if Sessions window is opened before starting debugger
Product: third-party Reporter: Alexander Pepin <apepin>
Component: DBX-GuiAssignee: ivan <ivan>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 187460    
Bug Blocks:    

Description Alexander Pepin 2009-12-18 08:14:56 UTC
Steps to reproduce:
- start IDE with a fresh userdir
- create Welcome sample
- set BP in main()
- open Sessions view
- start debugging
- open Sessions view
Result: "Process ID" columns takes the first positions instead of "Name". A side effect is a mess in "Change Visible Columns" dialog (wrong order of items).

It's P2 because it breaks automatic tests due to bug #178428
Comment 1 Alexander Pepin 2010-01-12 08:29:10 UTC
Mistyped, should be:
due to bug #178852
Comment 2 ivan 2010-06-11 03:06:33 UTC
I traced this to misbehaviour in OutlineView and filed bug #187460
and created a dependency on it (should the state and prio of this bug change?)

There is no obvious workaround that I can figure.