I'm testint last scriptaculous update on a project, and I observed some issue with draggables. Now, I only can drag a layer one time. When the draggable deactivates, not activates again.
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

Reply via email to