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 139545 - F2 does not put element or attribute/operation in edit mode
Summary: F2 does not put element or attribute/operation in edit mode
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 09:30 UTC by Peter Lam
Modified: 2010-04-01 14:46 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 Peter Lam 2008-07-10 09:30:40 UTC
build 20080709

Maybe this is part of a11y implementation to be implemented.
In 6.1, F2 gets in edit mode for elements, attributes, operations, link name, etc.
Comment 1 Sergey Petrov 2008-09-26 15:21:07 UTC
InplaceEditorAction from visual library have hardcoded ENTER to start edit mode without ability to customize.
also InplaceEditorAction is final. Support for F2 (or more advanced customization) need to be added to library.