You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Philippe Laflamme (JIRA)" <ji...@apache.org> on 2009/09/16 17:15:57 UTC

[jira] Created: (WICKET-2472) Ajax File Upload breaks ModalWindow

Ajax File Upload breaks ModalWindow
-----------------------------------

                 Key: WICKET-2472
                 URL: https://issues.apache.org/jira/browse/WICKET-2472
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4.1
            Reporter: Philippe Laflamme
         Attachments: ajax-fuf-bug.zip

Using a ModalWindow with a FeedbackPanel as its content is broken when the form contains a FileUploadField and Ajax submit.

The new feature (thanks Igor!) submits the form using a non-ajax request. But the ModalWindow seems to test the presence of an ajax request to set the visibility of its content (see ModalWindow.java:814)

See attached quickstart for an example of what this problem causes.

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


[jira] Updated: (WICKET-2472) Ajax File Upload breaks ModalWindow

Posted by "Philippe Laflamme (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philippe Laflamme updated WICKET-2472:
--------------------------------------

    Attachment: ajax-fuf-bug.zip

Invoke mvn jetty:run and click on both buttons sequentially.

> Ajax File Upload breaks ModalWindow
> -----------------------------------
>
>                 Key: WICKET-2472
>                 URL: https://issues.apache.org/jira/browse/WICKET-2472
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>            Reporter: Philippe Laflamme
>         Attachments: ajax-fuf-bug.zip
>
>
> Using a ModalWindow with a FeedbackPanel as its content is broken when the form contains a FileUploadField and Ajax submit.
> The new feature (thanks Igor!) submits the form using a non-ajax request. But the ModalWindow seems to test the presence of an ajax request to set the visibility of its content (see ModalWindow.java:814)
> See attached quickstart for an example of what this problem causes.

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


[jira] Assigned: (WICKET-2472) Ajax File Upload breaks ModalWindow

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-2472:
-------------------------------------

    Assignee: Matej Knopp

> Ajax File Upload breaks ModalWindow
> -----------------------------------
>
>                 Key: WICKET-2472
>                 URL: https://issues.apache.org/jira/browse/WICKET-2472
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>            Reporter: Philippe Laflamme
>            Assignee: Matej Knopp
>         Attachments: ajax-fuf-bug.zip
>
>
> Using a ModalWindow with a FeedbackPanel as its content is broken when the form contains a FileUploadField and Ajax submit.
> The new feature (thanks Igor!) submits the form using a non-ajax request. But the ModalWindow seems to test the presence of an ajax request to set the visibility of its content (see ModalWindow.java:814)
> See attached quickstart for an example of what this problem causes.

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


[jira] Resolved: (WICKET-2472) Ajax File Upload breaks ModalWindow

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2472.
-----------------------------------

      Assignee: Igor Vaynberg  (was: Matej Knopp)
    Resolution: Cannot Reproduce

got fixed somewhere along the way

> Ajax File Upload breaks ModalWindow
> -----------------------------------
>
>                 Key: WICKET-2472
>                 URL: https://issues.apache.org/jira/browse/WICKET-2472
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>            Reporter: Philippe Laflamme
>            Assignee: Igor Vaynberg
>         Attachments: ajax-fuf-bug.zip
>
>
> Using a ModalWindow with a FeedbackPanel as its content is broken when the form contains a FileUploadField and Ajax submit.
> The new feature (thanks Igor!) submits the form using a non-ajax request. But the ModalWindow seems to test the presence of an ajax request to set the visibility of its content (see ModalWindow.java:814)
> See attached quickstart for an example of what this problem causes.

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