Metadata
- Source
- FLUID-74
- Type
- Sub-task
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Joseph Scheuhammer
- Reporter
- Shaw-Han Liem
- Created
2007-10-25T16:33:08.000-0400 - Updated
2011-01-28T12:12:30.116-0500 - Versions
- N/A
- Fixed Versions
-
- 0.1
- Component
-
- Reorderer
Description
The dragging avatar should have a different CSS class than the original image, so that it may be styled independently.
Once the avatar has a new classname, we can style it with a lower opacity.
Comments
-
Joseph Scheuhammer commented
2007-11-07T16:55:49.000-0500 The Reorderer now adds the class 'orderable-avatar' to the element that represents the avatar. Note that since the avatar is a clone of the orderable to be moved, it already has the same classes as that orderable. In the Lightbox, these classes are:
- float
- orderable-default, or orderable-selected *
- ui-draggable (added by jQuery UI)
- ui-droppable (added by jQuery UI)
- the avatar has the 'orderable-default' or 'orderable-selected' class depending on whether the item dragged was the currently focussed item or not when it was picked up.
-
Michelle D'Souza commented
2011-01-28T12:09:45.049-0500 Reopening these issues to add the reorderercomponent to them.