Metadata
- Source
- FLUID-158
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Colin Clark
- Created
2008-01-10T17:34:10.000-0500 - Updated
2008-08-09T14:28:16.000-0400 - Versions
-
- 0.1
- Fixed Versions
-
- 0.3
- Component
-
- Reorderer
Description
LayoutHandlers depend on a reference to the Reorderer's container to do their work. However, the container is not specified as a parameter to the constructor, it's set at an indeterminate time via a setter.
This should be refactored so that the container is passed in on construction of a new layout handler. As a result, this will require a refactoring of the Reorderer to take a real DOM element (or jQuery), rather than just the ID of the container.