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 causes infinite loop #4583

Open uurcank opened 4 years ago

uurcank commented 4 years ago

For some reason as soon as I add a link to the scene, it gets clicked and redirects the page.

Chrome 81 Aframe 1.0.4

dmarcos commented 4 years ago

Can you provide a link to a simple test case to reproduce?

uurcank commented 4 years ago

@dmarcos I see that link object gets a link property when rendered. This should only happen when it is added as entity.

<a-link href="index.html" title="My Homepage" image="#homeThumbnail" geometry link></a-link>

It adds a link property after geometry.

Can this be the issue?