[ 
https://issues.apache.org/jira/browse/WICKET-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533832
 ] 

[EMAIL PROTECTED] edited comment on WICKET-1003 at 10/10/07 3:09 PM:
---------------------------------------------------------------

I just built the trunk and I see this issue.  My ModalWindow containes a panel, 
which contains two AjaxFallbackLinks for Yes | No input.   Oddly, the same code 
works on another page in the same application.  Also, I only see this behavior 
in Firefox, both pages work fine in IE7.

Additionally, if I add some javascript to the target to pop up an alert box as 
follows:

target.appendJavascript("alert(window.parent);\n");

In the case were it does not work I get: [object HTMLTableRowElement]
In the case were it works I get: [object Window]

as the text in the alert box.

      was (Author: [EMAIL PROTECTED]):
    I just built the trunk and I see this issue.  My ModalWindow containes a 
panel, which contains two AjaxFallbackLinks for Yes | No input.   Oddly, the 
same code works on another page in the same application.  Also, I only see this 
behavior in Firefox, both pages work fine in IE7 
  
> Modal Window Does Not Close When Using IndicatingAjaxButton
> -----------------------------------------------------------
>
>                 Key: WICKET-1003
>                 URL: https://issues.apache.org/jira/browse/WICKET-1003
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta4
>         Environment: Ubuntu, Jetty, Eclipse
>            Reporter: Carlo M. Camerino
>         Attachments: Modal.png, quickstart-closeDoesntWork.zip
>
>
> I have  a panel in my modal window. I have a button in my panel that closes 
> the modalwindow.
> If I use an indicatingajaxbutton for that button, the modalwindow does not 
> close properly.
> However if i use an ajaxlink, things go smoothly.

-- 
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