miho / VWorkflows

Flow Visualization Library for JavaFX and VRL-Studio
http://vworkflows.mihosoft.eu
Other
294 stars 67 forks source link

Unlinked connection when Node is dragged #39

Closed aalmiray closed 8 years ago

aalmiray commented 8 years ago

I've seen this behavior a couple of times already, but can't exactly pinpoint the minimum list of steps to reproduce.

Having a flow with two nodes. The first node has 1 output, the second node has 2 inputs. All data ports are compatible. Make a connection between output1 and input1. Make a connection between output1 and input2. Drag the second node a couple of times. Click on the first node, then drag the second node again.

Sometimes the second connection (the line) will stay in place while the first connection is dragged correctly when the second node us dragged.

The only way to remove the unlinked connection is to click on the line to bring up the context menu and click on the "remove connection" menu item.

miho commented 8 years ago

Should be fixed now. Feel free to reopen the issue if necessary.