Hareeshchandera / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

Container default ignored when using 'parent' option with makeSource #248

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In this jsFiddle:

http://jsfiddle.net/sporritt/8V89R/5/

Try dragging a connection from one of the 'drag' elements on the lhs to some 
'drop' element on the rhs.  it gets all mashed up.  this is because the 
Container:$("body") directive that was set on the defaults is being ignored.  
If you comment out the 'parent' parameter on the makeSource call it works.

Original issue reported on code.google.com by simon.po...@gmail.com on 31 May 2012 at 10:17

GoogleCodeExporter commented 8 years ago
Fixed in 1.3.10 development.

Original comment by simon.po...@gmail.com on 3 Jun 2012 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by simon.po...@gmail.com on 3 Jun 2012 at 10:09