[
https://issues.apache.org/jira/browse/WICKET-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Artem Morozov updated WICKET-5101:
----------------------------------
Description:
Precondition: first modal window is opened.
It has ajax submit form inside.
After submitting form inside modal I want to open another modal with another
content.
I debugged wicket ajax response and found,
that script, witch should close first window, closes second instead.
I attached wicket-ajax-response.js to demonstrate the problem.
wicket ajax engine correct runs those two functions, but "win.current.close();"
at line 16
actually closes second window, opened at line 40.
See also
https://issues.apache.org/jira/browse/WICKET-1576
was:
Precondition: first modal window is opened.
It has ajax submit form inside.
After submitting form inside modal I want to open another modal with another
content.
I debugged wicket ajax response and found,
that script, witch should close first window, closes second instead.
I attached wicket-ajax-response.js to demonstrate the problem.
wicket ajax engine correct runs those two functions, but "win.current.close();"
at line 16
actually closes second window, opened in line 40
See also
https://issues.apache.org/jira/browse/WICKET-1576
> Could not open second modal window after closing first
> ------------------------------------------------------
>
> Key: WICKET-5101
> URL: https://issues.apache.org/jira/browse/WICKET-5101
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.6.0
> Reporter: Artem Morozov
> Labels: ajax, modal
> Attachments: wicket-ajax-response.js
>
>
> Precondition: first modal window is opened.
> It has ajax submit form inside.
> After submitting form inside modal I want to open another modal with another
> content.
> I debugged wicket ajax response and found,
> that script, witch should close first window, closes second instead.
> I attached wicket-ajax-response.js to demonstrate the problem.
> wicket ajax engine correct runs those two functions, but
> "win.current.close();" at line 16
> actually closes second window, opened at line 40.
> See also
> https://issues.apache.org/jira/browse/WICKET-1576
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira