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 12154

Summary: Impossible Del/Copy/Cut component next add AWT component to AWT frame
Product: guibuilder Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: Josef Kozak <jkozak>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2001-05-14 10:11:57 UTC
[pilsen](010505), [jdk1.3.0]

Actions Delete, Copy and Cut are disabled next add AWT component to AWT frame.

Workaround:
- select after addition, another component, now edit actions are enabled
Comment 1 Josef Kozak 2001-05-16 18:14:43 UTC
It happens always if focus is on Form window and you will try to invoke 
popupmenu on any component. Actions are enabled if Component Inspector is 
selected before trying to invoke.
Comment 2 Josef Kozak 2001-05-25 20:11:19 UTC
OS: bug was detected also on Windows2000 and Linux

If manager in org.openide.explorer.ExplorerActions.updateActions() method is 
null, it should not be responsible for updating actions.

modified files:
ExplorerActions.java, new revision 1.31

:::fixed in dev only
Comment 3 Marian Mirilovic 2001-06-04 15:14:37 UTC
verified in [nb-dev](202)
Comment 4 Quality Engineering 2003-06-30 18:32:18 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.