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 55553 - TreeTableView loses multiple selection when bringing context menu over non-tree column
Summary: TreeTableView loses multiple selection when bringing context menu over non-tr...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 28962 48243 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-25 18:42 UTC by jordiang
Modified: 2008-12-23 00:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Modified method shouldIgnore() on TreeTableMouseInputHandler to fix the problem. (Note: this code also contains changes for Issue: 55552) (58.45 KB, patch)
2005-02-25 18:47 UTC, jordiang
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jordiang 2005-02-25 18:42:39 UTC
The TreeTableView loses multiple selection when 
the user right-click over any column other than 
the first column (tree column). Multiple 
selection is lost and then the context menu only 
applies to a single row. 
We would like the user to bring the context menu 
by clicking over any part of a row without 
losing the multiple selected rows. (Nodes).
Comment 1 jordiang 2005-02-25 18:47:38 UTC
Created attachment 20530 [details]
Modified method shouldIgnore() on TreeTableMouseInputHandler to fix the problem. (Note: this code also contains changes for Issue: 55552)
Comment 2 Stanislav Aubrecht 2005-03-07 14:40:14 UTC
*** Issue 48243 has been marked as a duplicate of this issue. ***
Comment 3 Stanislav Aubrecht 2005-03-07 14:59:05 UTC
fixed (integrated the patch kindly provided by jordiang)

Checking in TreeTable.java;
/cvs/openide/src/org/openide/explorer/view/TreeTable.java,v  <-- 
TreeTable.java
new revision: 1.64; previous revision: 1.63
done
Comment 4 Stanislav Aubrecht 2005-03-10 09:30:46 UTC
*** Issue 28962 has been marked as a duplicate of this issue. ***
Comment 5 Marian Mirilovic 2005-07-20 10:44:01 UTC
verified in NB.dev(200507191800)