Metadata
- Source
- FLUID-689
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Eli Cochran
- Reporter
- Justin Obara
- Created
2008-06-02T16:29:11.000-0400 - Updated
2008-07-08T14:43:53.000-0400 - Versions
-
- 0.3
- Fixed Versions
-
- 0.4
- Component
-
- Uploader
Description
When uploading multiple small files( which display a size of 0 KB ) with a file greater than 10 KB, the total progress bar will show as 0% [0 of 0 files]. When the larger file is reached, the total progress appears correctly.
dev-iteration35
Environments
FF2 (Mac OS 10.5, WinXP)
IE7 (WinXP)
Comments
-
Justin Obara commented
2008-06-02T16:30:16.000-0400 screenshot-1 shows the incorrect "Total Progress" bar
-
Eli Cochran commented
2008-06-09T14:34:35.000-0400 Changed
if (totalPercent) {to:
if (totalPercent !== undefined) {so the total progress bar will update even if the total progress is 0
-
Justin Obara commented
2008-07-08T14:43:53.000-0400 verified fix on FF2 (Mac OS X) and IE7 (winxp)