opening two modals doesnt really make sense unless one is the parent
of the other...

-igor

On Tue, Dec 8, 2009 at 11:26 PM, Stefan Lindner <[email protected]> wrote:
> I try to open two modal Windows at once
>
>        AjaxLink
>                onClick(AjaxRequestTarget) {
>                        modal1.show(target);
>                        modal2.show(target);
>                }
>
> Both modal windows are Pages, no panels. Both modal windows are opened
> as expected, modal2 above modal1. But when I close modal2 in IE, modal1
> does not get the focus, my applicationis no more responding at all. In
> FF, Chrome, Safari it works. After closing modal2, modal1 gets the
> focus.
>
> Is it forbidden to open 2 modal windows at once?
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to