[richfaces-issues] [JBoss JIRA] Created: (RF-2421) fileUpload: files loading leads to system hovering(no progress processing)

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu Mar 6 07:29:57 EST 2008


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: Nick Belaevski
            Priority: Blocker


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

        



More information about the richfaces-issues mailing list