Error : java.lang.IllegalStateException: Window is not open. when a Dialog is 
closing
-------------------------------------------------------------------------------------

                 Key: PIVOT-714
                 URL: https://issues.apache.org/jira/browse/PIVOT-714
             Project: Pivot
          Issue Type: Bug
          Components: wtk
    Affects Versions: 2.0
         Environment: Windows 7 x64, FireFox 3.6.15 x86
Java 1.6.0.24 x86
            Reporter: Jérôme Serré
            Priority: Minor


When a list or a calendar is open, close the window to create an error:

java.lang.IllegalStateException: Window is not open.
        at org.apache.pivot.wtk.Window.moveToFront(Window.java:978)
        at org.apache.pivot.wtk.Frame.moveToFront(Frame.java:84)
        at 
org.apache.pivot.wtk.skin.ListButtonSkin$3.windowClosed(ListButtonSkin.java:148)
        at 
org.apache.pivot.wtk.Window$WindowStateListenerList.windowClosed(Window.java:374)
        at org.apache.pivot.wtk.Window.close(Window.java:704)
        at 
org.apache.pivot.wtk.skin.terra.TerraListButtonSkin$1$2.transitionCompleted(TerraListButtonSkin.java:132)
        at org.apache.pivot.wtk.effects.Transition$1.run(Transition.java:52)
        at 
org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(ApplicationContext.java:1474)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$000(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEven

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to