Closed GoogleCodeExporter closed 9 years ago
do you have overflow:hidden set on your container?
Original comment by simon.po...@gmail.com
on 10 Jun 2011 at 3:01
No, there isnt an overflow set on the container div.
Original comment by nagendr...@gmail.com
on 13 Jun 2011 at 10:52
<div id="divPreview" runat="server" style="position:relative; height:100%;
width:100%; top:0px; z-index:1">
<div id="divChart" runat="server" style="position:relative; height:100%; width:100%; top:100px">
</div>
</div>
Original comment by nagendr...@gmail.com
on 13 Jun 2011 at 10:55
ok. you need to set overflow:hidden on that container div if you want that
effect. the container argument to jsPlumb tells jsPlumb to append the canvas
it creates to that container rather than the default, which is the document
body. it does not tell jsPlumb to adjust the way it paints everything. it
would be a huge amount of work for very little gain to do that.
closing this as it's not a bug.
Original comment by simon.po...@gmail.com
on 13 Jun 2011 at 10:11
Excellent! Thanks.
Original comment by nagendr...@gmail.com
on 14 Jun 2011 at 9:19
Original issue reported on code.google.com by
nagendr...@gmail.com
on 10 Jun 2011 at 12:44