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 146386

Summary: a11y: Ctrl+Enter on context palette icon to create message does not work
Product: uml Reporter: Peter Lam <petersl>
Component: Diagram SequenceAssignee: Trey Spiva <tspiva>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Lam 2008-09-06 00:39:37 UTC
build 20080905

Ctrl+Enter is not accepted for creating anything from context palette brought up by Ctrl+P.

- create 2 lifelines on the diagram
- select the 2 lifelines using keyboard or mouse
- press Ctrl+P to bring up the context palette
- press Ctrl+Enter on any message icon does nothing
Comment 1 Trey Spiva 2008-09-08 17:49:39 UTC
Synchronous and asynchronous messages can be created.

http://hg.netbeans.org/uml-main/rev/37bbab09e1e2

Comment 2 Trey Spiva 2008-09-08 20:43:19 UTC
Fixed

http://hg.netbeans.org/uml-main/rev/651a7378d41c

To add a create message you first have to add a lifeline then select the source lifeline and the target (created) lifeline.
Comment 3 Trey Spiva 2008-09-09 18:53:36 UTC
Reviewed
Comment 4 Peter Lam 2008-09-09 22:40:40 UTC
verified in build 20080909.
Creating a new "Create Message" requires that 2 lifelines be selected with the 2nd one being converted to the "Create
Message" lifeline as a result. This needs to be documented - tracked by docs issue 146717.