aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.69k stars 3.98k forks source link

Link primitive click in invisible sphere causes link traversal #4586

Open jorgecardoso opened 4 years ago

jorgecardoso commented 4 years ago

Description: The link primitive has an invisible sphere to show the link contents when the user is close, however clicks on this sphere are triggering link traversal. Even if the user clicks outside the link it will cause the link to be traversed.

Annotation 2020-05-12 081200

Click outside the link in the code snippet. Nothing should happen, but the link will trigger.

jorgecardoso commented 4 years ago

I just tested against previous versions of A-Frame and the only one that works correctly is 0.8.2

uurcank commented 4 years ago

4583