FLUID-4156: Flash Uploader not rendering.

Metadata

Source
FLUID-4156
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Mike Lam
Reporter
Mike Lam
Created
2011-03-22T14:32:54.741-0400
Updated
2011-03-23T10:42:06.369-0400
Versions
N/A
Fixed Versions
  1. 1.4
Component
  1. Uploader

Description

There are mutually recursive references between swfupload engine, and local in the Flash uploader implementation. Two things need to happen here:

1) Framework needs to stop and inform us of the mutual recursion
2) Flash implementation needs to lose the reference of the local in the eventBinder to stop the mutual recursion. Also, there are already listeners which control the state of the browse button in Uploader.js.

Comments

  • Mike Lam commented 2011-03-23T10:42:06.346-0400

    reviewed and pushed into trunk.