MozillaReality / immersive-custom-elements

Immersive Custom Elements
https://mixedreality.mozilla.org/immersive-custom-elements/examples/index.html
Mozilla Public License 2.0
134 stars 8 forks source link

<img360-tour> FireFoxSupport #14

Closed takahirox closed 5 years ago

takahirox commented 5 years ago

On FireFox it seems that when connectedCallback() is fired child elements are already added while on Chrome child elements are added after the callback.

So observing child element addition since the callback is fired misses the chance to traverse child elements on FireFox. Instead I need to traverse child elements in the callback function.