Franklinjagan / jsplumb

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

A connection dragged away can't be reconnected to its original Endpoint #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When an existing connection is dragged away using one of its Endpoints, an in 
place copy of the Endpoint is created to fill the blank left.

If I try to reconnect it back to this Endpoint, jsPlumb won't allow me and will 
just destroy the connector. I found out that the in place copy does not have 
any droppable feature, where imo it should. 

Using reattach could prevent this from happening, but then I would lost the 
ability to delete a connection by dragging it somewhere empty.

Original issue reported on code.google.com by sylvain....@gmail.com on 7 Dec 2010 at 1:38

GoogleCodeExporter commented 9 years ago
this sounds like something worth doing. targeting 1.2.5.

Original comment by simon.po...@gmail.com on 8 Dec 2010 at 2:49

GoogleCodeExporter commented 9 years ago
i've done this now. the in place copy has the same drop functionality as all 
the other endpoints. closing the issue but remember it's still only in the dev 
scripts.  will be released in 1.2.5.

Original comment by simon.po...@gmail.com on 9 Dec 2010 at 8:42

GoogleCodeExporter commented 9 years ago
actually, hold off a while...it may have negatively impacted connection events.

Original comment by simon.po...@gmail.com on 9 Dec 2010 at 8:45

GoogleCodeExporter commented 9 years ago
ok, done. will be in 1.2.5.

Original comment by simon.po...@gmail.com on 9 Dec 2010 at 9:38