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 16049

Summary: Popup menu of JMenu component doesn't contain "Edit text"
Product: guibuilder Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: Tomas Pavek <tpavek>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2001-10-01 11:08:01 UTC
[nb_dev](20011001),[jdk1.3.1](rc1)

Steps to reproduce:
- open/create JFrame
- add JMenuBar
- select JMenu 
- invoke popup menu 
-> popup menu doesn't contain "Edit text", but it's possible use inplace editing
for change this text.

If you can use in-place editing , I think you can choose "Edit text" from popup
menu of component as for other swing components ( JLabel, ... ).
Problem is with JMenu in JPopupMenu, but when it placed in JPopupMenu "Edit
text" should disabled.
Comment 1 Tomas Pavek 2001-10-15 16:19:50 UTC
Fixed.
InPlaceEditAction added to every possible component. If the component 
is not displayed in designer (when the action is invoked), a dialog 
is shown (the same behavior as before).
Comment 2 Marian Mirilovic 2001-10-16 09:23:06 UTC
verified in [nb_dev](20011016)
Comment 3 Quality Engineering 2003-06-30 18:29:42 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.