Closed GoogleCodeExporter closed 8 years ago
i cant replicate this. is this related to the other FF 16 issue somehow?
Original comment by simon.po...@gmail.com
on 16 Oct 2012 at 11:47
I've got the same error on Firefox 15.01. This issue is not related to issue
283. It's maybe related to issue 285.
Original comment by j.verdur...@2bmore.nl
on 16 Oct 2012 at 11:56
Google Chrome reports: "jsPlumb function failed : TypeError: Cannot read
property 'left' of undefined "
Chrome Version 22.0.1229.94 m / Win7 x64
Original comment by j.verdur...@2bmore.nl
on 16 Oct 2012 at 11:58
Case:
http://jsplumb.org/jquery/flowchartConnectorsDemo.html
- Remove connection 4-4 by dragging the blue connector
- Create a new connection between node 3 and node 4
-Chrome log (22.0.1229.94 m / Win7 x64) :
connection con_53 is being dragged flowchartConnectorsDemo.js:119
connection con_53 was dragged flowchartConnectorsDemo.js:123
jsPlumb function failed : TypeError: Cannot read property 'left' of undefined
-Firefox log(Firefox 15.01/Win7 x64)
connection con_53 is being dragged
connection con_53 was dragged
jsPlumb function failed : TypeError: K is undefined
Original comment by j.verdur...@2bmore.nl
on 16 Oct 2012 at 12:01
IE9 log:
LOG: connection con_53 is being dragged
LOG: connection con_53 was dragged
LOG: jsPlumb function failed : TypeError: Unable to get value of the property
'left': object is null or undefined
I hope that the logs are helpfull
Original comment by j.verdur...@2bmore.nl
on 16 Oct 2012 at 12:03
i can't reproduce the issue.
Original comment by simon.po...@gmail.com
on 16 Oct 2012 at 12:57
HI,
I can reproduce the error on Mac OS X with Firefox 15.01
I will try to explain the use case more clear, and I found a shorter use case:
1) goto http://jsplumb.org/jquery/flowchartConnectorsDemo.html
2) open firebug and the enable the console log
3) drag a line between node 1 and 4. (= drag from the right blue endpoint of
node 1 and release the mouse on node 4)
4) the console reports: "jsPlumb function failed : TypeError: K is undefined"
(on Firefox 15.01)
note!: When dropping the line on the green endpoint, no message is reported. So
drop it on the node itself (the 'maketarget')
Original comment by j.verdur...@2bmore.nl
on 16 Oct 2012 at 1:10
ah, thats the bit i was missing...i was dropping on endpoints. yes i see this
now.
Original comment by simon.po...@gmail.com
on 16 Oct 2012 at 1:53
fixed in 1.3.16 dev
Original comment by simon.po...@gmail.com
on 20 Oct 2012 at 5:48
Issue 285 has been merged into this issue.
Original comment by simon.po...@gmail.com
on 20 Oct 2012 at 5:48
Original issue reported on code.google.com by
j.verdur...@2bmore.nl
on 12 Oct 2012 at 11:06Attachments: