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 100183 - MD - not possible to invoke popup menu
Summary: MD - not possible to invoke popup menu
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Joshua Marinacci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 07:41 UTC by Jana Maleckova
Modified: 2007-06-25 16:50 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 Jana Maleckova 2007-04-06 07:41:10 UTC
NetBeans IDE Dev (Build 070405)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Description:
============
Now it's possible to invoke popup menu only on menus in menu bar. Other menu's
items added in menu miss this possibility.
Comment 1 Joshua Marinacci 2007-04-06 23:30:56 UTC
Could you clarify what you mean? Sub-menus should open as well. Do you mean popup menus that are 
not part of the menubar at all?  I don't think we have ever supported editing popup menus. They are 
considered non-visual components.
Comment 2 Joshua Marinacci 2007-05-30 21:52:30 UTC
No further description is available. Closing out. Please reopen if you have a further explanation of the 
problem.
Comment 3 Jana Maleckova 2007-06-21 09:41:12 UTC
Product Version: NetBeans IDE Dev (Build 200706210527) Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)

Now it's not possible to invoke popup menu on all menu components in menu designer
Comment 4 Tomas Pavek 2007-06-21 10:20:45 UTC
I.e. context menu on the selected component in the menu designer
Comment 5 Joshua Marinacci 2007-06-22 03:36:08 UTC
The problem is that it was checking MouseEvent.isPopupTrigger() only on the MousePressed event. Now it will be checked on the MouseReleased event as 
well.
Comment 6 Jana Maleckova 2007-06-25 16:50:16 UTC
verified on

Product Version: NetBeans IDE 6.0 Milestone 10 (build 200706242201) Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM
1.6.0_02-ea-b02 System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)