I am using theJit as SpaceTree to visualize some information (Who'd guessed that...)
Problem is, when users are panning the graph and dragging the mouse outside of the canvas jit doesn't recognizes it and keeps on dragging. When the user comes back into the area of the canvas it is still in drag-mode and keeps on panning. This behavior is also observable in their Space-Tree-Example.
(Just to clarify - I am panning the whole graph; I am not dragging a node to some target location...)
I can bind to $('#container').mouseleave() via jQuery, but how to I tell jit to stop dragging?
(The mouseOver and mouseLeave handlers provided by jit (jit.Events.*) itself are bound to the individual nodes and thus not really helpful in this case)
Anybody got an Idea?
Cheers,
Corelgott_