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 - TopManager.NodeOperation.select() should not allow double-click
Summary: TopManager.NodeOperation.select() should not allow double-click
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks: 6894
  Show dependency tree
 
Reported: 2000-10-17 15:12 UTC by Martin Ryzl
Modified: 2008-12-23 11:28 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 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