I have seen that the error comes on this line ( on initDrag function )
-------------------------------------------------------------------------------------------------
if(typeof Draggable._dragging[this.element] != undefined &&
Draggable._dragging[this.element ]) return;
-------------------------------------------------------------------------------------------------
First time, "typeof Draggable._dragging[this.element]" is undefined ( then the draggable activates ), but when I release the mouse and try to move the layer again, it has "boolean" value and the draggable don't activates.
Somebody knows why?
Thanks.
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs