Metadata
- Source
- FLUID-1033
- Type
- New Feature
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Michelle D'Souza
- Reporter
- Colin Clark
- Created
2008-07-28T10:53:43.000-0400 - Updated
2008-07-31T16:54:14.000-0400 - Versions
-
- 0.1
- 0.3
- 0.4beta1
- Fixed Versions
-
- 0.4
- Component
-
- Reorderer
Description
At the moment, the orderChangedCallback is a zero-argument function. It simply notifies the implementor that a change in the DOM has occurred, but doesn't provide any specific information. We should, at minimum, pass back the item that was moved to the callback:
orderChangedCallback(item);
Attachments
Comments
-
Michelle D'Souza commented
2008-07-28T12:28:55.000-0400 I'm attaching a patch for this issue.