Closed GoogleCodeExporter closed 9 years ago
jsPlumb uses absolute positioning on the various canvas elements it creates.
if you supply a container, which in this case is 'flowchart', the container has
to be position:relative. add this to your css and the connections are in the
correct place:
#flowchart { position:relative; }
just for anyone reading through this issue in the future - it has got nothing
to do with the clearfix stuff on the div at the top of the page. if you remove
all those styles the supplied demo page exhibited the same problem.
Original comment by simon.po...@gmail.com
on 30 Oct 2010 at 10:57
Original issue reported on code.google.com by
astro64m@googlemail.com
on 28 Oct 2010 at 1:28Attachments: