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 78196

Summary: ListView lacks reordering like that in TreeView
Product: platform Reporter: Nathan Fiedler <nlfiedler>
Component: ExplorerAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Nathan Fiedler 2006-06-16 23:08:19 UTC
The TreeView derivatives allow reordering the children of a node using drag and
drop, but the ListView lacks this important feature. The users of EntPack need
to use the kludgy "reorder" action dialog instead of the natural drag-n-drop
technique for reordering nodes.

In particular, the TreeView indicates, by drawing a thin black line, where a
node will be dropped between two other nodes. This allows for easy reordering of
the nodes. ListView always assumes that the drop will occur inside another node,
not between nodes.
Comment 1 Antonin Nebuzelsky 2008-02-07 16:13:21 UTC
Reassigning to new module owner Tomas Holy.
Comment 2 Jaroslav Tulach 2010-04-01 21:09:29 UTC
Provide a patch, please.