Drag and Drop: dropping an item in the whitespace between items causes the item to be appended to the end of the list.
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.
Environment
None
Activity
Show:
Michelle D'Souza October 22, 2007 at 3:40 PM
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.
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.