Listener registration issues in menu items containing sub-menus
---------------------------------------------------------------
Key: PIVOT-507
URL: https://issues.apache.org/jira/browse/PIVOT-507
Project: Pivot
Issue Type: Bug
Components: wtk
Affects Versions: 1.5
Reporter: Todd Volkert
Priority: Minor
Fix For: 1.6
Steps to reproduce:
1) Run org.apache.pivot.tests.ContextMenuTest
2) Select "Help->About"
3) Select "Help->About" again
Result:
The console shows the following messages:
Nonexistent listener org.apache.pivot.wtk.desktopapplicationcontex...@7acc7439
removed from org.apache.pivot.wtk.window$windowlistenerl...@4e2892b
Duplicate listener org.apache.pivot.wtk.desktopapplicationcontex...@7acc7439
added to org.apache.pivot.wtk.window$windowlistenerl...@349b688e
Nonexistent listener org.apache.pivot.wtk.desktopapplicationcontex...@7acc7439
removed from org.apache.pivot.wtk.window$windowlistenerl...@4e2892b
Duplicate listener org.apache.pivot.wtk.desktopapplicationcontex...@7acc7439
added to org.apache.pivot.wtk.window$windowlistenerl...@349b688e
Sometimes it doesn't take two menu item selections to reproduce this. The same
behavior can be seen in the MenuBarTest as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.