Hello,
In my application I have widgets that have several child divs and the child divs may further have their own children. I like to be able to use the `jsPlumb.makeTaret` function which elegantly converts the whole div into a target, making it very easy for user to finish the connection. I am facing an issue because most child divs overlay on top of their parent. Please take a look at this jsFiddle:
http://jsfiddle.net/arasbm/aqYvZ/6/I want the user to be able to make a connection between the first element (w1) and either of the three targets (w2,w3,w4). However, it seems that somehow the connection propagates up to the parent and I always end up with a connection between w1 and w2 in this reduced case. In my own application, I end up with 3 connections in one drag -- interestingly enough, but I have not been able to reproduce that behaviour on jsFiddle. How can we make it possible for user to use have the three possible connections here?
Cheers,
Aras