neo4j-labs / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
107 stars 16 forks source link

Bug: use as labels/properties doesn't work #28

Closed dmitriibeliakov closed 3 years ago

dmitriibeliakov commented 3 years ago

image

When any of two buttons is clicked, nothing happens. There are no errors in the console too. Latest Safari on Mac.

dmitriibeliakov commented 3 years ago

This was when I had nodes, but had no relationships. When I created relationships, I could see the names in Cypher. Without relationships the nodes in Cypher where without a name

apcj commented 3 years ago

Hi @versusnja thanks for spotting this! This seems to be a problem in (at least) Safari on Mac. In case it helps until we fix this, the same feature does work in Chrome.

dmitriibeliakov commented 3 years ago

@apcj Arrows.app currently isn't loading in Safari at all. 404 error on a JS script image

browser cache issue?

dmitriibeliakov commented 3 years ago

flushed cache fixed the problem

apcj commented 3 years ago

Hi @versusnja we worked around this by only opening the popup on a click event, instead of focus. Would you be able to check whether this has fixed the problem for you in Safari? (we think it will fix it for you) Thanks in advance.

apcj commented 3 years ago

Hi @versusnja, we changed the behaviour here to require a click, rather than just focus. This fixes the problem in Safari. Please let us know if you get a chance to try this out.