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 7931

Summary: TopManager.NodeOperation.select() should not allow double-click
Product: platform Reporter: Martin Ryzl <mryzl>
Component: -- Other --Assignee: David Strupl <dstrupl>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 6894    

Description Martin Ryzl 2000-10-17 15:12:36 UTC
org.openide.TopManager.NodeOperation.select() should not allow double-click
on node.

Patch for org.netbeans.core.FileSelector follows:

diff -r1.20 FileSelector.java
172a173
>         tree.setDefaultActionAllowed (false);
Comment 1 David Strupl 2000-11-01 14:17:59 UTC
Fixed in main trunk.
Comment 2 Marian Mirilovic 2002-10-18 14:11:10 UTC
closed