josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Context menus don't go away if no item is selected #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Right click on an object
2.Click off the menu as you would if you chose not to make a selection
3.The menu should disappear

What is the expected output? What do you see instead?

Instead the context menu stays up BEHIND the Wonderland window

Original issue reported on code.google.com by nicole.m...@gmail.com on 24 Mar 2011 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by jonathan...@gmail.com on 29 Mar 2011 at 8:25

GoogleCodeExporter commented 9 years ago
The context menu is shown and hidden in response to various events here:

http://code.google.com/p/openwonderland/source/browse/trunk/modules/world/contex
t-menu/src/classes/org/jdesktop/wonderland/modules/contextmenu/client/ui/SwingCo
ntextMenu.java#374

The events themselves are generated based on mouse events by the SceneManager 
and the DefaultSceneManagerPolicy:

http://code.google.com/p/openwonderland/source/browse/trunk/core/src/classes/org
/jdesktop/wonderland/client/scenemanager/

Original comment by jonathan...@gmail.com on 7 Sep 2011 at 7:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4742.

Original comment by jonathan...@gmail.com on 14 Oct 2011 at 6:48