FLUID-2860: Removing all errored files from the file queue, doesn't remove the yellow highlight from the status bar

Metadata

Source
FLUID-2860
Type
Bug
Priority
Minor
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2009-06-01T11:36:38.000-0400
Updated
2014-07-11T14:49:20.504-0400
Versions
  1. 1.1
  2. 1.1.1
  3. 1.2
  4. 1.3
Fixed Versions
N/A
Component
  1. Uploader

Description

Removing all errored files from the file queue, doesn't not remove the yellow highlight from the status bar

Steps to reproduce:

1) Open the server version of uploader
http://build.fluidproject.org:8080/sakai-imagegallery2-web/site/AddImages/

2) Do something to cause an error with a file upload, such as having the same file in the queue twice

3) Attempt to upload the files

Notice that the status bar becomes yellow to indicate that there was an error

4) Remove all files that threw an error

5) Notice that the status bar is still highlighted yellow

Environments

FF2, FF3, Opera 9.6, Safari 3.2 (Mac OS 10.5)
Safari 3.2 (Mac OS 10.4)
FF2, FF3, IE6, IE7, IE8, Opera 9.6 (Win XP)
FF3, IE7, IE8 (Win Vista)
IE6 (Win 2000)
IE9 (Win 7)

Attachments

Comments

  • Justin Obara commented 2009-06-01T11:45:01.000-0400

    'screenshot-1' shows that the status bar remains highlighted in yellow

  • Anastasia Cheetham commented 2010-12-22T11:23:22.236-0500

    Note that this is the case even if you empty the file queue altogether. To reproduce:
    1) Use the server version that actually uploads files
    2) add a single file to the queue
    3) remove that file from the filesystem
    4) try to upload
    – you'll get the error message and highlight
    5) remove the offending file from the queue, leaving the queue empty
    – the error highlight remains

  • Justin Obara commented 2014-07-11T14:49:20.504-0400

    We'll need to create a unit test for this, as there is no longer a demo that can be used to reproduce the issue.