[ 
https://issues.apache.org/jira/browse/WICKET-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968755#action_12968755
 ] 

Frank Klein Koerkamp commented on WICKET-1771:
----------------------------------------------

I tend to think this is a bug and not an improvement.

> Cant close an old ModalWindow and open a new in one AjaxRequest
> ---------------------------------------------------------------
>
>                 Key: WICKET-1771
>                 URL: https://issues.apache.org/jira/browse/WICKET-1771
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>         Environment: Windows XP
>            Reporter: Martin Sachs
>            Priority: Minor
>
> I have a ModalWindow for some confirmation action. After that confirmation, i 
> want to close the window and open an other modalwindow. The ConfirmWindow can 
> be also opened from a ModalWindow. So i need this extra ModalWindow.
> The Problem: The Close javascript uses a timeout, but the open -javascript 
> dont.
> My fix for this solution: 
> private String getWindowOpenJavascript(){...
> postProcessSettings(buffer);
>               buffer.append("window.current.setTimeout(function() {
>                       Wicket.Window.create(settings).show();
>               }, 0);\n");
>               return buffer.toString();
> ..

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to