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 95033 - Comment element cannot be drag from project tree to collaboration diagram
Summary: Comment element cannot be drag from project tree to collaboration diagram
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Collaboration (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-02-09 01:24 UTC by Peter Lam
Modified: 2007-02-09 21:52 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 Peter Lam 2007-02-09 01:24:27 UTC
latest build 070207_9

This is a regression but not sure which which build. Not working with pressing
Ctrl-Enter on the selected comment element either. It's working in JSE 8.1. 

Repro steps:
- create a collaboration diagram
- create a comment in the diagram
- delete the comment element from the diagram only
- drag and drop the comment element from project tree to the diagram
Comment 1 Peter Lam 2007-02-09 01:26:48 UTC
it works on all other diagram types.
Comment 2 Thuy.d Nguyen 2007-02-09 19:38:32 UTC
Comment element was not processed in processOnDropElelement(IElement).  Fixed
the code to check for comment as well. 
Comment 3 Peter Lam 2007-02-09 21:52:52 UTC
verified in build 070209_3