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 34184

Summary: [TTV] Contextual menus apply to non-selected item
Product: platform Reporter: David-john Burrowes <davidjon>
Component: Outline&TreeTableAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 33281    

Description David-john Burrowes 2003-06-04 21:04:44 UTC
In the debugger views, at least, if you have a
view with several items, and select one, and then
right-click in the blank space, the selected item
is deselected (which is correct), but the
contextual menu items still are the onesthat apply
to the formerly-selected item, (which is wrong).

To reproduce:
- Create a couple breakpoints
- show the breakpoint view
- select one of the breakpoints
- right click in the blank area
- choose "Delete"
Note that the formerly-selected breakpiont gets
deleted, but it shouldn't have been.
Comment 1 Jiri Rechtacek 2003-06-04 22:41:15 UTC
This issue blocks the umbrella issue 33281 - TreeTableView improving. All TTV's
issues should be fixed separately at once on base UI spec (task 31621).
Comment 2 _ tboudreau 2004-07-25 15:43:34 UTC
Just put some more band-aids on TTV focus/selection behavior, which seems to have 
fixed this.
Comment 3 Marian Mirilovic 2005-07-15 07:56:03 UTC
closed