Metadata
- Source
- FLUID-2136
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Eli Cochran
- Reporter
- Eli Cochran
- Created
2009-01-16T12:27:03.000-0500 - Updated
2011-02-22T16:27:59.976-0500 - Versions
-
- 0.6
- Fixed Versions
-
- 0.8
- Component
-
- Uploader
Description
Barely able to call this a bug since it doesn't actually effect anyone, but in the name of tidiness when we delete a row (or no longer need a row's progress indicator) we should remove the progressor from the DOM.
Comments
-
Eli Cochran commented
2009-01-16T12:59:22.000-0500 When we remove a row we also remove it's progressor from the DOM.
Note: we're still leaving behind the progressor when a file has uploaded successfully even though it will never be used again. The problem with removing the progressor when a file is successful is that the progressor will be removed before it gets a chance to display 100% progress. There is some rethinking of the flow of the Uploader that could fix this but it doesn't seem worth messing with.
-
Eli Cochran commented
2009-01-26T13:40:44.000-0500 Reopening because I broke the File Queue tests with this change. Basically if we try to remove a file that was never added or not there, it blows up. Good lesson on why we have tests.
-
Eli Cochran commented
2009-01-28T11:51:45.000-0500 Fixed. Checking to see if the progressor exists before we try to remove it.
-
Michelle D'Souza commented
2011-02-22T16:27:59.975-0500 Closing issues that were resolved for 1.0 and earlier releases.