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 - Popup menu of JMenu component doesn't contain "Edit text"
Summary: Popup menu of JMenu component doesn't contain "Edit text"
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-01 11:08 UTC by Marian Mirilovic
Modified: 2003-06-30 18:29 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 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.