FLUID-31: Abstract out any toolkit-specific dependencies from the re-ordering logic.

Metadata

Source
FLUID-31
Type
Improvement
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Colin Clark
Reporter
Joseph Scheuhammer
Created
2007-07-17T12:14:47.000-0400
Updated
2014-03-04T09:08:05.510-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Reorderer

Description

Currently the Lightbox depends directly on the dojo APIs. It would be much easier to port or adapt the Re-orderer if it doesn't directly depend on dojo, but rather has a set of "providers" for commonly-used toolkit functionality such as DOM manipulation, event handling, drag and drop, etc.

Comments

  • Anastasia Cheetham commented 2008-01-07T17:06:14.000-0500

    We've excluded the idea of support for multiple toolkits, so we won't do this.