FLUID-482: Lightbox: red drop bar appears when item drop not possible

Metadata

Source
FLUID-482
Type
Bug
Priority
Minor
Status
Closed
Resolution
Duplicate
Assignee
N/A
Reporter
Herb Wideman
Created
2008-04-10T13:54:41.000-0400
Updated
2008-04-28T13:59:10.000-0400
Versions
  1. 0.3
Fixed Versions
  1. 0.4
Component
  1. Reorderer

Description

When dragging a Lightbox item, if you drag it over the last element in the order the red drop bar appears at the end of the order after that last element; but if you then drag the item past the last item and let go it will no longer be moved to the last elment position despite the fact that the red drop bar has not disappeared. (Note that if you do not drag the element to be moved over the last element in the order, but try to move it in from past the end of the element list, the red drop bar does not appear at all until you can successfully drop the element at the end of the order.)

Environments

Win XP, IE7, FF2

Comments

  • Anastasia Cheetham commented 2008-04-21T16:20:08.000-0400

    Since over and out events arrive in unpredictable order, we can't rely on these events to decide when to show/hide the drop marker. We need to either allow dropping at the end of the list (if dwelling past the end) or find a better way to determine the over/out.

  • Michelle D'Souza commented 2008-04-28T13:58:49.000-0400

    This is a duplicate of FLUID-479