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 - Sessions columns order changes if Sessions window is opened before starting debugger
Summary: Sessions columns order changes if Sessions window is opened before starting d...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on: 187460
Blocks:
  Show dependency tree
 
Reported: 2009-12-18 08:14 UTC by Alexander Pepin
Modified: 2010-06-11 03:06 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 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.