ModalWindow does not close cleanly
----------------------------------

                 Key: WICKET-4311
                 URL: https://issues.apache.org/jira/browse/WICKET-4311
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.5.3
         Environment: Windows 7
            Reporter: Nelson Segura


If you have a modal window implemented as a page, when you close it, it is
not possible to reopen it anymore unless you have set a WindowClosedCallback. 
This is because WindowClosedBehavior.respond() does not get called, and the 
"shown" flag stays set to true

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to