ericabouaf / wireit

A javascript wiring library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
http://neyric.github.io/wireit/docs/
Other
520 stars 90 forks source link

obj is null when dragging wire #53

Closed jesus-crysist closed 13 years ago

jesus-crysist commented 13 years ago

After I set parent container (not body) for my WireItEditor it started firing "Uncaught TypeError: Cannot read property 'offsetParent' of null" in Chrome JavaScript Console. It happens during the dragging wire from one terminal to another. I guess that it entails not drawing wire while dragging but it's shown when two terminals are connected.

jesus-crysist commented 13 years ago

It's basically duplicate for issue #43. I'm sorry for my laziness. :)