LambrechtsWouter / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

draggable div crossing bounadry position while resize window. #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi .I am new to jsplumb. am having a issue with draggable div. i.e i set 
boundary for the draggable div, if i resize the browser window, that draggable 
div's position is crossing the boundary. if anyone having solution, pls share.

Thanks in Advance.

Original issue reported on code.google.com by mailfrom...@gmail.com on 26 Oct 2012 at 11:04

GoogleCodeExporter commented 8 years ago
jsPlumb delegates dragging to the underlying library method.  so this call:

jsPlumb.draggable("some element", { options });

results in a call to jQuery (if you're using jQuery):

(some element).draggable({ options });

so, this is not really a jsPlumb issue.

Original comment by simon.po...@gmail.com on 26 Oct 2012 at 9:13

GoogleCodeExporter commented 8 years ago
...closing.

Original comment by simon.po...@gmail.com on 31 Oct 2012 at 6:03