Aframe: Changing a-text value from javascript

Created on 22 Jun 2017  路  2Comments  路  Source: aframevr/aframe

Description:
I'm trying to change the text in an a-text dynamically with setAttribute from Javascript. The example linked below simply just changes the text to another hardcoded text (compared to initial value) each tick. It works as I expect it too in Chrome ("my text" is shown), but not in Firefox or Safari ("text" is shown). I cannot really see what's wrong here, especially since it works in Chrome. Any ideas?

bug help wanted (easy)

Most helpful comment

Fixed

All 2 comments

This does seem to be a bug, really weird. I can reproduce on master + Firefox too. And using the text component vs. primitive as well.

Here's a Glitch: https://glitch.com/edit/#!/cherry-driver

Fixed

Was this page helpful?
0 / 5 - 0 ratings