Hareeshchandera / jsplumb

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

Original Event not passed back on ConnectionDetached #207

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a connection is detached the original event is not passed back. 

For:

jsPlumb.bind("jsPlumbConnection", function(data,e){
...
}

e has the original event. However for:

jsPlumb.bind("jsPlumbConnectionDetached", function(data,e){
...
}

e is undefined.

Please pass back the original event on disconnect as well. 

Original issue reported on code.google.com by scottral...@gmail.com on 27 Feb 2012 at 9:52

GoogleCodeExporter commented 8 years ago
this is fixed in 1.3.7 development.  

1.3.7 will be released soon.

Original comment by simon.po...@gmail.com on 2 Mar 2012 at 5:03

GoogleCodeExporter commented 8 years ago
1.3.7 was released today

Original comment by simon.po...@gmail.com on 4 Mar 2012 at 12:11

GoogleCodeExporter commented 8 years ago
..and this did not actually make it into the final cut.  now in 1.3.8.

Original comment by simon.po...@gmail.com on 5 Mar 2012 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by simon.po...@gmail.com on 6 Mar 2012 at 11:16

GoogleCodeExporter commented 8 years ago
will be released with 1.3.8 shortly.

Original comment by simon.po...@gmail.com on 13 Mar 2012 at 12:32

GoogleCodeExporter commented 8 years ago
1.3.8 was released today.

Original comment by simon.po...@gmail.com on 1 Apr 2012 at 7:51