Hareeshchandera / jsplumb

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

Defect: Connection painted as if it can be dropped onto itself #180

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I’ve upgraded my implementation to use v1.3.4 from v1.3.3 and i see a minor 
issue which can also be seen from the demos page on jsplumb.org.

From page: http://jsplumb.org/jquery/draggableConnectorsDemo.html select the 
blue rectangle endpoint for example in div named ‘three’, and start to move 
it slowly in any direction, the connector line juts out a distance and then 
follows the mouse location maybe after about 20px movement.

it's painting the connection as if it can be dropped onto itself. If you drop 
the connection when its in that state it doesn't establish a connection to 
itself, so the behaviour is misleading.

Original issue reported on code.google.com by Brendan....@gmail.com on 17 Jan 2012 at 10:34

Attachments:

GoogleCodeExporter commented 8 years ago
the same behaviour is exhibited in the flowchart demo:

http://jsplumb.org/jquery/flowchartConnectorsDemo.html

in a slightly different way - here the connectors snap as if they can be 
dropped when hovering over a blue endpoint, but those are not target endpoints 
so it's not the case.  pretty sure the cause for this is the same.

Original comment by simon.po...@gmail.com on 21 Jan 2012 at 6:07

GoogleCodeExporter commented 8 years ago
this is fixed in development now. will be in 1.3.5.

Original comment by simon.po...@gmail.com on 21 Jan 2012 at 10:45

GoogleCodeExporter commented 8 years ago

Original comment by simon.po...@gmail.com on 22 Jan 2012 at 2:01

GoogleCodeExporter commented 8 years ago
1.3.5 was released today.

Original comment by simon.po...@gmail.com on 1 Feb 2012 at 1:58