aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

The inspector button get stuck on "Loading inspector" when used with 0.5.0 #446

Closed brodavi closed 7 years ago

brodavi commented 7 years ago

Hitting Ctrl-Alt-i to open the inspector opens the inspector successfully but the "back to scene" button never appears. It remains at "Loading inspector" and does not change.

http://codepen.io/anon/pen/EZOGad?editors=1000

kfarr commented 7 years ago

I am seeing the same thing, for me the inspector screen is all white and the scene disappears until I press esc or ctl-alt-i again

I also see this on console: inspector.js:60 Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. at NewComponent.hideLoader (https://rawgit.com/aframevr/aframe/master/dist/aframe-master.js:68561:13) at HTMLScriptElement.script.onload (https://rawgit.com/aframevr/aframe/master/dist/aframe-master.js:68586:12)

fernandojsg commented 7 years ago

I've just created a PR that I believe it should fix it https://github.com/aframevr/aframe/pull/2380 Thanks for reporting!