Skip to:
Deleting uploaded files from the file queue will cause it to skip files and hang
Steps to reproduce:
1) Open the uploader demo:http://build.fluidproject.org/fluid/fluid-components/html/templates/Uploader.html
2) Add several files to the file queue
3) Start uploading the files and click "Stop Upload" after one or two files upload
4) Using the keyboard tab into the file queue and press the 'delete' key to remove the uploaded files from the file queue
5) Click the 'Upload' button to resume the upload
Notice an equal number of files, to the ones that were removed, are skipped and that uploader hangs at the end.
This issues is dependent on
Verified fix using:
FF2, FF3, Opera 9.5 (Mac OS 10.5)FF2, FF3, IE6, Opera 9.5 (Win XP)IE7, FF3 (Win Vista)
We now check to see if the file was completed and if so, we don't allow the file to be removed from the queue
It seems that you can still remove the uploaded files using a combination of the keyboard and mouse.
Use the mouse to click on the check mark.Using the keyboard tap the delete key.
Notice that the file is removed from the queue and the upload issue still occurs.
Using Antranig's very clean and easy to use Fluid.enabled() method, I have now rendered uploaded rows undeletable, thus closing this bug.
The patches for did not resolve this issue.
Deleting uploaded files from the file queue will cause it to skip files and hang
Steps to reproduce:
1) Open the uploader demo:
http://build.fluidproject.org/fluid/fluid-components/html/templates/Uploader.html
2) Add several files to the file queue
3) Start uploading the files and click "Stop Upload" after one or two files upload
4) Using the keyboard tab into the file queue and press the 'delete' key to remove the uploaded files from the file queue
5) Click the 'Upload' button to resume the upload
Notice an equal number of files, to the ones that were removed, are skipped and that uploader hangs at the end.
This issues is dependent on