Ticket #2532150 (closed defect)
Reporterjaroslawgaska |
Opened: 04/15/12 Last modified: 08/1/12 Status: closed Type: defect Resolution: fixed |
Owner Allen Rabinovich |
Target Release: 3.6.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Uploader Flash, empty fileList array after fileselect event | ||
| Description: | After fileselect event fileList array is empty for a few milliseconds. uploader.uploadAll() in fileselect event callback function is impossible. |
||
| Type: | defect | Observed in Version: | 3.5.0 |
| Component: | Uploader | Severity: | S3 (normal) |
| Assigned To: | Allen Rabinovich | Target Release: | 3.6.0 |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 04/18/12
|
|
Posted: 05/2/12
Even when listening to 'fileListChange', the filelist is still empty :( |
|
Posted: 05/2/12
Is there an alternative work around for this? |
|
Posted: 05/8/12
Are you listening .after('fileListChange'...)? That should give you the updated copy of the fileList (the newVal attribute in the event payload). |
|
Posted: 05/8/12
|
|
Posted: 05/8/12
|
|
Posted: 06/9/12
|
|
Posted: 08/1/12
Shipped in 3.6.0. Marking closed/fixed. |
Will look into it. As a workaround, listen for the 'fileListChange' event instead.