invana / invana-studio

Open source graph visualiser.
Apache License 2.0
174 stars 19 forks source link

when the mouseover it didn't works #66

Closed GeorgeHon closed 3 years ago

GeorgeHon commented 4 years ago

when submit a query , the mouse move in the graph area , the graph didn't works well, image image

rrmerugu commented 4 years ago

Hi @GeorgeHon, thanks for reporting this issue. Can you help me reproduce this issue! which browser and where are you checking this on edge version or stable version ?

GeorgeHon commented 4 years ago

Hi @GeorgeHon, thanks for reporting this issue. Can you help me reproduce this issue! which browser and where are you checking this on edge version or stable version ?

Hi @rrmerugu the browser is chrome 78.0.3904.70

GeorgeHon commented 4 years ago

when i comment the mouse event ,it also didn't works well on direct submit g.E()/g.V(), but it works well with this steps:

  1. submit g.V().toList()
  2. expore the vertex edge info
  3. submit g.V()/g.E()
rrmerugu commented 4 years ago

@GeorgeHon i have released another version of graph explorer with few fixes. Can you check if you are still facing the issue in this build http://graph-explorer.herokuapp.com/ . It is expected behaviour that only traversal with toList() is working. I will review g.V() only usage .

Thanks

GeorgeHon commented 4 years ago

@GeorgeHon i have released another version of graph explorer with few fixes. Can you check if you are still facing the issue in this build http://graph-explorer.herokuapp.com/ . It is expected behaviour that only traversal with toList() is working. I will review g.V() only usage .

Thanks

@rrmerugu it's works more better, but when drag the element , sometimes happened again, by the way it can't execute g.E().toList() at first

github-actions[bot] commented 3 years ago

Knock Knock! Anyone here! This issue might need attention.

rrmerugu commented 3 years ago

These issues are fixed in the latest version http://invana-studio.herokuapp.com/