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 89538 - A11Y: drag&drop and ctrl-enter produce different result
Summary: A11Y: drag&drop and ctrl-enter produce different result
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-11-17 12:18 UTC by Sergey Petrov
Modified: 2006-12-01 02:09 UTC (History)
1 user (show)

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 Sergey Petrov 2006-11-17 12:18:34 UTC
reproducible with 061116_7
drag&drop and ctrl-enter from project tree to sequence diagram produce different
result
steps:
1. create class in project tree
2. create sequence diagram
3. drag the class to the diagram
lifeline with appropriate classifier is added
4. try the same with ctrl-enter
strange class-lifeline is added
Comment 1 Sergey Petrov 2006-11-17 13:27:38 UTC
the same for datatypes and may be more elements
Comment 2 Thuy.d Nguyen 2006-11-30 23:42:04 UTC
Each element needs to be processed by calling processOnDropElement method and
the processed element is then being passed to the addNode method.

Fixed and integrated. 
Comment 3 Peter Lam 2006-12-01 02:09:59 UTC
verified in build 061130_10.