FLUID-4280: Changing file type setting causes Uploader component to reset in Image Uploader Demo

Metadata

Source
FLUID-4280
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Jonathan Hung
Created
2011-06-02T15:46:48.405-0400
Updated
2015-06-09T13:29:39.698-0400
Versions
  1. 1.4
Fixed Versions
N/A
Component
  1. Uploader

Description

When changing supported file types, selecting or deselecting a filetype causes the uploader component to be destroyed and recreated. This causes any upload queue information to disappear, and results in resizing of the page.

Solution: changing file types should not reset the uploader, and filequeue information should be maintained.

Comments

  • Jonathan Hung commented 2011-06-02T15:47:46.755-0400

    This bug may actually not be a bug since it's unlikely that a user will be able to change the file types supported by the uploader. If this is the case, then the demo should document this issue clearly.

  • Justin Obara commented 2015-06-09T13:29:39.682-0400

    The image gallery uploader demo no longer exists