Closed GoogleCodeExporter closed 8 years ago
which jsplumb demo page do you see this on?
Original comment by simon.po...@gmail.com
on 12 Apr 2013 at 11:38
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
If you go on this page:
http://jsplumbtoolkit.com/jquery/draggableConnectorsDemo.html
The same problem occurs
Steps:
1. make 2 connections with the blue endpoint like so: 1 to 3 and 2 to 4
2. take blue endpoint 1 and connect it to blue endpoint 4
3. take blue endpoint 3 and drag it somewhere
I've attached an image of what i'm seeing.
Also, if you try to drag the window after you did the steps above, the
endpoints associated to the window don't follow anymore until you drag an
endpoint somewhere.
Original comment by leadguit...@gmail.com
on 15 Apr 2013 at 12:56
Attachments:
When you drag the window after you did the steps above this is showing up in
the console:
jsPlumb function failed : TypeError: Cannot read property 'isContinuous' of null
Original comment by leadguit...@gmail.com
on 15 Apr 2013 at 1:01
i couldn't reproduce the error in the flowchart demo but i could - on
jsplumbtoolkit.com - on the draggable connectors demo.
i *think* it is related to this issue, which is fixed (although the error
message is different it involves the same code):
https://code.google.com/p/jsplumb/issues/detail?id=289
i cannot reproduce in the draggable connectors demo in 1.4.0 development.
i don't suppose you could clone the github repo and test it locally, could you?
Original comment by simon.po...@gmail.com
on 15 Apr 2013 at 9:38
[deleted comment]
Yes, I've just tested it, and it's working perfectly in 1.4.0
Thanks a lot. Do you know when 1.4.0 will be released ?
Original comment by leadguit...@gmail.com
on 18 Apr 2013 at 1:52
soon, hopefully! i just need to finish off the documentation for it.
in the meantime you could build yourself a version if you wanted to:
https://github.com/sporritt/jsPlumb/wiki/Build
Original comment by simon.po...@gmail.com
on 18 Apr 2013 at 11:52
Original issue reported on code.google.com by
leadguit...@gmail.com
on 12 Apr 2013 at 3:03Attachments: