You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/06/25 18:38:49 UTC

[jira] Resolved: (PIVOT-507) Listener registration issues in menu items containing sub-menus

     [ https://issues.apache.org/jira/browse/PIVOT-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-507.
------------------------------

    Resolution: Fixed

> 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.5.1
>
>
> 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.DesktopApplicationContext$1@7acc7439 removed from org.apache.pivot.wtk.Window$WindowListenerList@4e2892b
> Duplicate listener org.apache.pivot.wtk.DesktopApplicationContext$1@7acc7439 added to org.apache.pivot.wtk.Window$WindowListenerList@349b688e
> Nonexistent listener org.apache.pivot.wtk.DesktopApplicationContext$1@7acc7439 removed from org.apache.pivot.wtk.Window$WindowListenerList@4e2892b
> Duplicate listener org.apache.pivot.wtk.DesktopApplicationContext$1@7acc7439 added to org.apache.pivot.wtk.Window$WindowListenerList@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.