FLUID-1812: [Uploader 2] When adding a file fails, the file total area updates even though nothing is added

Metadata

Source
FLUID-1812
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Eli Cochran
Created
2008-11-17T12:55:36.000-0500
Updated
2008-12-03T11:59:35.000-0500
Versions
  1. 0.6beta1
Fixed Versions
  1. 0.6
Component
  1. Uploader

Description

In Uploader 2, browse for a file that is larger than the 20MB limit, and click OK

Notice: that when the dialog dismisses that the file total area changes to "To upload: 0 files (0.0 KB)".

Fix is that we need to note that nothing has changed before updating that area of the UI

Comments

  • Eli Cochran commented 2008-11-19T18:47:26.000-0500

    changed code to only update the Files to Upload total field if the ReadyFiles() changes

  • Justin Obara commented 2008-12-03T11:59:35.000-0500

    appears to be fixed