Bugs item #464190, was opened at 2001-09-23 14:57
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=464190&group_id=5757

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Victor Ström (victor84)
Assigned to: Nobody/Anonymous (nobody)
Summary: Dragevent Bug (when canceling drag)

Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=464190&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to