FLUID-139: Reorderer depends on both Dojo and jQuery

Metadata

Source
FLUID-139
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Colin Clark
Created
2007-12-01T02:34:25.000-0500
Updated
2008-08-09T14:29:32.000-0400
Versions
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. Infrastructure

Description

At the moment, the Reorderer uses Dojo 0.9 for DOM manipulation and event binding. We also use jQuery UI for low-level drag and drop support. We will consolidate on a single toolkit, porting the Dojo code to jQuery. This will lightening our download significantly.

Comments

  • Jonathan Hung commented 2007-12-17T14:01:26.000-0500

    Added implementation for CTRL keys in Fluid.js.
    Replaced dojo.keys with fluid.keys in Reorderer.js

  • Michelle D'Souza commented 2008-01-10T16:14:25.000-0500

    There are currently still references to dojo in comments which mark places that we may want to refactor to use jQuery.

  • Colin Clark commented 2008-08-09T14:29:32.000-0400

    This one is a joy to close. 🙂