Hareeshchandera / jsplumb

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

jsPlumb.setId endpoints detached #290

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a bug in the work done for enhancement 212. When you use 
jsPlumb.setId(el, newId). The jsPlumb internals no longer get updated and the 
endpoints become free from the element they should be attached to. 

This can be seen in the jsPlumb Draggable Connections demo. Open up a debugging 
console and enter:

    jsPlumb.setId($('#window1'),'window55');

to change the ID of window 1. Now drag window 1 to a new location. The 
endpoints are no longer attached to their element.

Original issue reported on code.google.com by scottral...@gmail.com on 30 Oct 2012 at 5:46

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in 1.4.0 dev.

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