Closed GoogleCodeExporter closed 8 years ago
this is just a z-index issue. try adding these styles and you will see what i
mean - the canvas elements would overlay the endpoints without the z-index
stuff:
._jsPlumb_connector {
border:1px solid red;
z-index:1;
}
.node {
z-index:2;
border:1px solid blue;
}
._jsPlumb_endpoint {
z-index:3;
}
Original comment by simon.po...@gmail.com
on 7 Aug 2011 at 11:29
attached is a screenshot of the closed loop you want.
Original comment by simon.po...@gmail.com
on 7 Aug 2011 at 11:32
Attachments:
You are right! This solution works. Thank you!
Original comment by sitet...@gmail.com
on 8 Aug 2011 at 4:38
you're welcome ;)
Original comment by simon.po...@gmail.com
on 8 Aug 2011 at 4:45
Original issue reported on code.google.com by
sitet...@gmail.com
on 7 Aug 2011 at 11:02Attachments: