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 271166 - Context menu on invisible root node
Summary: Context menu on invisible root node
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.2
Hardware: PC Linux
: P1 normal with 1 vote (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-26 07:47 UTC by MrUrdam
Modified: 2017-08-28 09:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MrUrdam 2017-07-26 07:47:48 UTC
I use the ExplorerManager and a BeanTreeView to display a tree in my application.
The root node is set to be >NOT< visible. 
The root node itself returns some actions over the getAction method. (A new action and a paste action)
If I now right click on the empty area the context menu of the root node appears. But all my actions are grayed out. If I make the root visible the actions are not grayed out.
Comment 1 tdr 2017-08-28 09:22:05 UTC
Can you please fix this bug. I have the same issue. Thanks!