[
http://jira.jboss.com/jira/browse/RF-2421?page=all ]
Andrei Markavtsov resolved RF-2421.
-----------------------------------
Resolution: Done
Assignee: Mikhail Vitenkov (was: Andrei Markavtsov)
fileUpload: files loading leads to system hovering(no progress
processing)
--------------------------------------------------------------------------
Key: RF-2421
URL:
http://jira.jboss.com/jira/browse/RF-2421
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6,IE7,FF,Safari
Reporter: Mikhail Vitenkov
Assigned To: Mikhail Vitenkov
Priority: Blocker
Fix For: 3.2.0
Attachments: fileUploadError.png
Step 1. Use following code to add rich:fileUpload to the test application page:
rich:fileUpload id="fileUploadID" disabled="#{fileUpload.disabled}"
autoclear="#{fileUpload.autoclear}"
required="#{fileUpload.required}"
requiredMessage="#{fileUpload.requiredMessage}"
rendered="#{fileUpload.rendered}"
listHeight="#{fileUpload.listHeight}"
listWidth="#{fileUpload.listHeight}" uploadData="#{fileUpload.data}"
maxFilesQuantity="#{fileUpload.maxFilesQuantity}"
fileUploadListener="#{fileUpload.fileUploadListener}">
<f:facet name="progress">
<progressBar:progressBar style="height: 5px; width: 250px;">
</progressBar:progressBar>
</f:facet>
....
Step 2. Navigate to page contained fileUpload component.
Step 3. Click on "Add" command button to add any file for uploading.
Step 4. Select any file and click "Open" command button inside File Upload
modal dialog.
Step 5. Initiate upload process through the "Upload" command button.
Actual behavior:
Progress bar appear & became frozen. There is no progress process take place, like
system hovering. For more information see attached fileUploadError.png
--
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