google-code-export / jsplumb

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

IE with scroll broke connections #346

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using jsPlumb 1.4.0 (1.3.16 also tried)
Os Win 2008, Jquery 1.9.1

I connect div items using 
jsPlumb.connect({ source: nodeS, target: nodeT, overlays: overlays, endpoint: 
'Blank', anchor: 'AutoDefault' })

There are 30 items. They not show in the browser window and it shows a scrolls.
In Chrome all seems good. But IE replace the connection lines when cross it by 
the mouse when the scrollbar is not in zerro position.
 Also when i use link.setVisible(false) an overlays are stay visible but the line is not. (link - is object returned by jsPlumb.connect)

Original issue reported on code.google.com by skpro...@gmail.com on 15 May 2013 at 12:27

GoogleCodeExporter commented 9 years ago
jsplumb does not use google code for issues anymore.  you could raise in issue 
on github if you like.

but you will need to provide a test page for me to look at.

Original comment by simon.po...@gmail.com on 15 May 2013 at 12:31