Actions
Bug #2569
closedPopup (context) menu do not appear for relations and connections
Start date:
10/23/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2569
Description
A right click on relations (vertexes) and connections does not bring up a popup menu. This is probably just a configuration issue since these do appear OK in Ptolemy.
Updated by Christopher Brooks over 15 years ago
Fixed by editing
common/configs/ptolemy/configs/kepler/uiContextMenuMappings_en_US.properties
The way to fix these is to run in vanilla Ptolemy, look at the menu
and then run in Kepler and make sure that the translation in
uiContextMenuMappings_en_US.Properties is correct.
To debug:
- 5) DEBUGGING:
- Edit module-manager/src/log4j.properties and add the following line:
- log4j.logger.org.kepler.gui.KeplerContextMenuFactory=DEBUG
- Note that the Context menus are not processed until a right click on
- an actor occurs.
- See https://kepler-project.org/developers/reference/using-commons-logging
Actions