Hareeshchandera / jsplumb

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

sPlumb.bind("jsPlumbConnection", function(connInfo) {}) fired twice #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the following code:
sPlumb.bind("jsPlumbConnection", function(connInfo) {
                    init(connInfo.connection);
                });
var init = function(conn) {
    alert("Connection Bind Fired")
    }

What version of the product are you using? On what browser and OS?
1.2.6, Windows XP, Chrome 11.0.696.68, Firefox 3.6.17

Please provide any additional information below.
The alert is fired twice. Not sure if this is same as Issue 81.

Original issue reported on code.google.com by khosla.kunal on 7 Jul 2011 at 9:16

GoogleCodeExporter commented 8 years ago
it sure looks identical to issue 81, but I marked that fixed for 1.2.6.  i 
don't suppose you could supply a test page could you?

Original comment by simon.po...@gmail.com on 7 Jul 2011 at 10:28

GoogleCodeExporter commented 8 years ago
closing this.  cannot reproduce.  issue 81 fixed this.

Original comment by simon.po...@gmail.com on 14 Jul 2011 at 8:28