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
Original issue reported on code.google.com by
scottral...@gmail.com
on 30 Oct 2012 at 5:46Attachments: