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 - Impossible Del/Copy/Cut component next add AWT component to AWT frame
Summary: Impossible Del/Copy/Cut component next add AWT component to AWT frame
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Josef Kozak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-14 10:11 UTC by Marian Mirilovic
Modified: 2003-06-30 18:32 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 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.