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

Summary: F2 does not put element or attribute/operation in edit mode
Product: platform Reporter: Peter Lam <petersl>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker CC: sj-nb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.