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?
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
Most helpful comment
Fixed