LambrechtsWouter / jsplumb

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

connection.setConnector(connector, doNotRepaint) remove the arrow and never repaint it. #301

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The connector of connection is "Straight".
I invoke 'connection.setConnector("Bezier")' then the arrow disappeared and 
never show up again.

version: jquery.jsPlumb-1.3.16-all.js

Original issue reported on code.google.com by jimmyfen...@126.com on 17 Dec 2012 at 5:46

GoogleCodeExporter commented 8 years ago
this is already fixed in 1.4.0 dev. it was caused by the same underlying 
problem as issue 297.

Original comment by simon.po...@gmail.com on 17 Dec 2012 at 6:04

GoogleCodeExporter commented 8 years ago
Well I still have the same issue...  arrow is disappearing 

connection.setConnector("Bezier") // or any other predefined types
connection.getOverlay("arrow").setVisible(true) //  this doesnt help

In my project I also use connection labels - and here I have noticed - that 
label is now below connection line. 

Can some1 try to reproduce it with latest version?

Original comment by tomasz.b...@tvt.biz on 26 Jul 2014 at 8:40

GoogleCodeExporter commented 8 years ago
google code hasn't been used for a loooong time for jsplumb.  if you can 
reproduce the issue in a jsfiddle then feel free open an issue on 
http://github.com/sporritt/jsplumb

Original comment by simon.po...@gmail.com on 27 Jul 2014 at 8:49