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 138071 - Delete operation is not available for some groups of nodes
Summary: Delete operation is not available for some groups of nodes
Status: RESOLVED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 12:32 UTC by Mikhail Matveev
Modified: 2009-01-27 11:12 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 Mikhail Matveev 2008-06-24 12:32:18 UTC
1. Create a Class Diagram.
2. Add a class to the diagram.
4. Add an operation to the class.
5. Select both that class and that operation in the Model tree in Project window.
6. Invoke popup menu.
Result: Delete operation is disabled. It seems to be wrong, because Delete operation for that class is enabled.
Comment 1 Sergey Petrov 2009-01-27 11:12:35 UTC
If class is selected with the operation iside, context menu contain only Delete and this delete works on element under
mouse cursor, so if context menu was invoked over the operation this operation will be removed if over free class space
entire class will be removed.
May be I miss smth, if so fell free to reopen the issue with more details.