You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alec Swan (JIRA)" <ji...@apache.org> on 2010/11/24 18:27:13 UTC

[jira] Created: (WICKET-3191) UploadProgressBar shows up on the wrong nested form

UploadProgressBar shows up on the wrong nested form
---------------------------------------------------

                 Key: WICKET-3191
                 URL: https://issues.apache.org/jira/browse/WICKET-3191
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4.13
         Environment: Java 6, Tomcat 6 
            Reporter: Alec Swan


This issue is related to JIRA 3181, which has already been fixed.

Given two nested upload forms, upload initiated from the first form shows progress bar in the second form. So, if the second form happens to be hidden (setVisible(false)), then the upload progress bar does not show up at all.

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


[jira] Resolved: (WICKET-3191) UploadProgressBar shows up on the wrong nested form

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

Igor Vaynberg resolved WICKET-3191.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
         Assignee: Igor Vaynberg

i fixed it but not all the way. now all progress bars in the root form will show up. this makes sense because files chosen in all upload fields will be uploaded even if they are not in the nested form that triggered the root form's submit. this is a limitation in html, not sure how much more we can fix this.

in order to fix it completely we would have to define boundaries of nested forms in javascript and figure out which progress bar is in which nested form. but that will require significant modifications to the core which would need to go into a different issue.

> UploadProgressBar shows up on the wrong nested form
> ---------------------------------------------------
>
>                 Key: WICKET-3191
>                 URL: https://issues.apache.org/jira/browse/WICKET-3191
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>         Environment: Java 6, Tomcat 6 
>            Reporter: Alec Swan
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M4
>
>         Attachments: wicket.zip
>
>
> This issue is related to JIRA 3181, which has already been fixed.
> Given two nested upload forms, upload initiated from the first form shows progress bar in the second form. So, if the second form happens to be hidden (setVisible(false)), then the upload progress bar does not show up at all.

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


[jira] Updated: (WICKET-3191) UploadProgressBar shows up on the wrong nested form

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

Alec Swan updated WICKET-3191:
------------------------------

    Attachment: wicket.zip

This quickstart is built on top of JIRA 3181 quickstart.

> UploadProgressBar shows up on the wrong nested form
> ---------------------------------------------------
>
>                 Key: WICKET-3191
>                 URL: https://issues.apache.org/jira/browse/WICKET-3191
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>         Environment: Java 6, Tomcat 6 
>            Reporter: Alec Swan
>         Attachments: wicket.zip
>
>
> This issue is related to JIRA 3181, which has already been fixed.
> Given two nested upload forms, upload initiated from the first form shows progress bar in the second form. So, if the second form happens to be hidden (setVisible(false)), then the upload progress bar does not show up at all.

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