FLUID-20: Drag and Drop: dropping an item in the whitespace between items causes the item to be appended to the end of the list.

Metadata

Source
FLUID-20
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Michelle D'Souza
Reporter
Michelle D'Souza
Created
2007-06-29T10:10:38.000-0400
Updated
2007-10-22T11:40:25.000-0400
Versions
N/A
Fixed Versions
  1. 0.1
Component
  1. Reorderer

Description

Currently if an item is dropped in the whitespace between two items, it is actually being dropped on the containing div that holds all of the items so it is put at the end. From a user perspective it is completely confusing.

Comments

  • Michelle D'Souza commented 2007-10-22T11:40:25.000-0400

    This was a bug when we were using dojo's drag and drop. Now that we've moved to using jQuery UI's drag and drop this is no longer an issue.