FLUID-4241: Uploader demo throws an error when switching from the concrete to any of the IoC versions of uploader

Metadata

Source
FLUID-4241
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2011-05-16T12:36:52.285-0400
Updated
2011-07-08T16:08:30.969-0400
Versions
N/A
Fixed Versions
  1. 1.4
Component
  1. Demos
  2. Uploader

Description

Steps to reproduce

1) Open the uploader demo
http://build.fluidproject.org/infusion/demos/uploader/demo.html

2) click on the "Concrete Uploader" button

3) click on either of the IoC uploader buttons

Notice that an error is thrown. This doesn't happen if you click one of the IoC buttons without clicking the "Concrete Uploader" one previously.

Error
-------
Error: 'null' is null or not an object
File: uploader.html
Line: 1

Environments

IE 8 (Win 7)
IE 7 (Win XP)

Comments

  • Justin Obara commented 2011-05-17T10:01:33.966-0400

    Bug Parade Infusion

  • Mike Lam commented 2011-05-17T13:21:03.336-0400

    Buttons have been removed from the demo as we now have full integration tests to ensure all uploader configurations are properly instantiated. See FLUID-4243 for more details