bpodgursky / nlpviz

Source code for a sentence parse tree visualization found here: http://nlpviz.bpodgursky.com/
Other
137 stars 45 forks source link

Zoom issue with a double click #9

Open pczarn opened 8 years ago

pczarn commented 8 years ago

How to reproduce: double click anywhere, then immediately zoom out by scrolling. The zoom changes completely, sometimes making the graph invisible.

bpodgursky commented 8 years ago

Hmm, I'm not able to reproduce this. Browser / OS / version?

Anything that comes up though is probably better directed at https://github.com/cpettitt/dagre-d3; this is a pretty simple use of that library.

pczarn commented 8 years ago

Firefox 45 / Arch Linux It doesn't happen in other browsers. Perhaps the double click event postpones mouse wheel events.