FLUID-1054: Uploader dependencies need updating in sample files

Metadata

Source
FLUID-1054
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2008-07-29T10:57:25.000-0400
Updated
2009-06-03T13:43:47.000-0400
Versions
  1. 0.4
Fixed Versions
  1. 0.5beta1
Component
  1. Uploader

Description

Currently, the Uploader sample files include jQuery JS files that are not required for the Uploader to work:

  • The inline version (sample-code/uploader/inline/uploader.html) include ui.core.js
  • The pop-up version (sample-code/uploader/pop-up/index.html) includes ui.draggable.js

These file references should be removed.

Comments

  • Eli Cochran commented 2008-08-05T19:47:56.000-0400

    The pop-up version needs ui.draggable in order for the dialog to be draggable.

    Also noticed that inline/uploader.html still references jquery.tabindex.js

  • Eli Cochran commented 2008-08-05T20:03:47.000-0400

    Removed references to jquery.tabindex.js and to ui.core.js in uploader/inline/uploader.js