Hi!
the dragevent.js file has a bug. When cancelign a drag
request, the object is no longer draggable. This is
caused of this line:
DragEvent.prototype.cancelDrag=function()
{this.dragEnabled=false;}
The problem is that the dragEnabled variable is never
set to true again.
//Victor
Logged In: YES
user_id=373738
Hmm... I don't have this bug in 2.5.6. Maybe you don't have
to cancel the drag? Try: DragEvent.disableDragEvents(layer);
Max.