AliasIO / Raphael.FreeTransform

Free transform tool for Raphaël elements.
http://elbertf.com
362 stars 107 forks source link

drag stop event #110

Closed kenny1har closed 10 years ago

kenny1har commented 10 years ago

"drag stop" event does not happen in callback.

kenny1har commented 10 years ago

the "drag stop" event does not always triggered. it happens randomly. e.g. by mouse movement speed when dragging

kenny1har commented 10 years ago

the issue does not happen 3 months ago.

kenny1har commented 10 years ago

closed. my code is causing this. i assigned a click event to the raphael object :

raphaelObj.click(function() {
  this.freeTransform.setOpts({scale: ['bboxCorners', 'bboxSides'], draw: ['bbox']});
});

when the drag ends, it will not call the "drag stop" event.