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 - a11y: Ctrl+Enter on context palette icon to create message does not work
Summary: a11y: Ctrl+Enter on context palette icon to create message does not work
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Sequence (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Trey Spiva
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-09-06 00:39 UTC by Peter Lam
Modified: 2008-09-09 22:40 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 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.