[ http://jira.jboss.com/jira/browse/RF-2783?page=all ]

Andrei Markavtsov resolved RF-2783.
-----------------------------------

    Fix Version/s: 3.2.1
                       (was: 3.2.0)
       Resolution: Won't Fix
         Assignee: Aleksej Yanul  (was: Andrei Markavtsov)

Juergen,
You sample showed me the problem. But as I found it's not a FileUpload issue.
JBoss Tools hangs during big files uploading. 

You can reproduce this using simple <input type="file" /> on the page. After I 
added big file there my JBoss Tool is hanging always.

So, please use another browser for fileUpload testing.

> 3.2.0CR5: progressBar has wrong layout when fileUpload is completed
> -------------------------------------------------------------------
>
>                 Key: RF-2783
>                 URL: http://jira.jboss.com/jira/browse/RF-2783
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: RF 3.2.0CR5
>            Reporter: Juergen Zimmermann
>         Assigned To: Aleksej Yanul
>             Fix For: 3.2.1
>
>         Attachments: jboss-tools.jpg, screenshot-1.jpg, screenshot-CR6.jpg, 
> testcase-RF-2783.zip
>
>
> I'm using rich:fileUpload with nested facets for label and progressBar as 
> shown below. However, when the upload is finished the final progressBar looks 
> wrong. A screenshot will be provided.
>                               <rich:fileUpload id="datei"
>                                                        
> fileUploadListener="#{kv.uploadListener}" 
>                                                        maxFilesQuantity="1"
>                                                        acceptedTypes="gif, 
> jpg, jpeg, png"
>                                                        listHeight="63px"
>                                                        immediateUpload="true">
>                                       <f:facet name="label">
>                                               <h:outputText 
> value="#{i18n['upload.progressBar.label']}"/>
>                                       </f:facet>
>                                       <f:facet name="progress">
>                                               <rich:progressBar style="width: 
> 100%;"/> 
>                                       </f:facet>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to