[
https://issues.apache.org/jira/browse/WICKET-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2970.
-----------------------------------
Assignee: Igor Vaynberg
Resolution: Invalid
your projects open the modals via javascript. if you are going to do this you
have to make sure the javascript is executed in the correct order so that modal
2 is opened by a link inside modal 1, and modal 3 by a link inside modal 2.
when i removed the opening js and clicked the links myself everything worked
fine.
also, in the future, please provide projects created using our quickstart
archetype.
> ModalWindow: Blocked input fields on ModalWindow opened from other ModalWindow
> ------------------------------------------------------------------------------
>
> Key: WICKET-2970
> URL: https://issues.apache.org/jira/browse/WICKET-2970
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.4.8
> Reporter: Nathan Burgherr
> Assignee: Igor Vaynberg
> Attachments: firstMiniapp.zip, secondMiniapp.zip
>
>
> If a ModalWindow with a form is opened out of a already open other
> ModalWindow, the input fields aren't accessible.
> This effect also appears when you create something like a stack of
> ModalWindow's. You can't access any input fields on the modal windows opened
> after the first one, but on the first one it is possible(after closing the
> others).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.