dugarab / jsplumb

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

repaintEverything creates bad flowchart connectors in 1.3.13 #275

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I had a flowchart setup that was working perfectly in 1.3.12 and broke after 
upgrading to 1.3.13.  I am using jquery 1.8.0 and jquery-ui 1.8.23.

My page contains divs arranged into 4 table columns with flowchart connectors 
drawn between them.  When the user selects an option in a dropdown, an ajax 
function is called which adds content to some of the divs, making them larger, 
and then it calls repaintEverything() to redraw the connectors. After upgrading 
to 1.3.13, the connectors are not redrawn properly.  See screenshots for 
example. This happens in both Chrome and Firefox using either SVG or Canvas. 
Have not tried IE.

Original issue reported on code.google.com by walmarts...@gmail.com on 5 Sep 2012 at 10:03

Attachments:

GoogleCodeExporter commented 8 years ago
ah, yeah i know about this.  

i think i may have been a tad over-zealous in my 1.3.13 refactorings.  this is 
fixed in 1.3.14. i'll release that in the next few days.

Original comment by simon.po...@gmail.com on 5 Sep 2012 at 10:13

GoogleCodeExporter commented 8 years ago
fixed in 1.3.14.

Original comment by simon.po...@gmail.com on 12 Sep 2012 at 3:45