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 141751 - [65cat] [uml] Add capability to immediately edit an object when dropped on graphics
Summary: [65cat] [uml] Add capability to immediately edit an object when dropped on gr...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 06:06 UTC by esmithbss
Modified: 2008-08-04 19:49 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-07-26 06:06:58 UTC
[ BUILD # : 200807251401 ]
[ JDK VERSION : 1.6.0_07 ]

According to the developer response to
http://www.netbeans.org/issues/show_bug.cgi?id=141720, once an object
is dropped onto the form, if you press Enter, you are put into an
inline editor.

Most modern tools, when the object is selected on the form will react
properly based on any key hit on the keyboard.

Since it is common that if a person drops an object on the form and
it still has focus, when the user presses any alpha-numeric key the
system should automatically enter inline-edit mode.

Additionally, (for Windows and Linux at least), the F2 key is
commonly considered the "edit name" or "edit" key.  This should be
added to "Enter" as a method to get into the inline-edit mode.