Droppables : over, out, drop...isn't something like moveover missing ?
Hello,
I'd like to provide a different visual feedback to the user depending
on where the mouse cursor is positioned while a draggable is moved
over a droppable, because the result of the drag&drop depends on the
drop position inside the droppable. Is there a way to do this ?
Splitting the droppable into several parts could solve the problem but
it is not convenient at all.
The "JQuery Dynamic" drag&drop plugin provides a "moveover" callback
that allows to do just that, but is there a way to solve this problem
with the standard JQuery UI draggables/droppables instead ? I'd rather
use that than a plugin if possible.
The functionnality I'm talking about seem very common to me : windows
does it when I move around the icons on my desktop or firefox when I
reorder my tabs (when moving a tab over the right half of another one
the arrow showing the new position of the tab is on the right side,
when moving a tab over the left half of another one the arrow is on
the left side).
Thank you for your help.
(I'm new to javascript and jquery)