Metadata
- Source
- FLUID-30
- Type
- Improvement
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Joseph Scheuhammer
- Created
2007-07-17T12:11:50.000-0400 - Updated
2007-09-06T15:55:02.000-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Reorderer
Description
Currently we assume all top-level elements passed to the Lightbox are re-orderable. As a side effect, we strip out any non-element content from the DOM. In order to generalize this code, we need to find the elements that have been identified as reorderable and only manipulate those.
Comments
-
Joseph Scheuhammer commented
2007-09-06T15:54:56.000-0400 Now using dojo.query() to find "orderable" items.