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 250224 - Enter Button on node invoke properties window on branch nodes in OUTLINEVIEW
Summary: Enter Button on node invoke properties window on branch nodes in OUTLINEVIEW
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-05 07:15 UTC by ashishkirpan
Modified: 2015-02-05 07:33 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 ashishkirpan 2015-02-05 07:15:33 UTC
Hi,

I am using outlineview to display nodes in tree structure.
When I add any node & double click on it, it display properties window, so I set the setDefaultActionAllowed(false) to avoid property window.
outlineView.setDefaultActionAllowed(false);

But when I select a pertucular node and press enter button still it shows the proerties window. Is there any way to avoid to display property window??