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

Inspector handles fire "componentchanged" event for their respective property on mouseover, even when inspector is closed #447

Closed brodavi closed 7 years ago

brodavi commented 7 years ago

To reproduce:

1) View http://codepen.io/anon/pen/VPqpjo and open the browser's console (logs don't fit in codepen console) 2) Hit ctrl-alt-i to activate the inspector 3) Select the cylinder from the object list on the left, notice the handles appear for the cylinder (defaulted to position handles) 4) Mouseover the handles and notice the console log report that the componentchanged fires on mouseover 5) Remember where on the screen the handles are handles1 6) Close the inspector by hitting the "Back to Scene" button 7) Find the place on the screen where the handles were, as if the inspector were still up. handles2 8) Mouseover that area, and notice the console log reporting that the componentchanged fires on mouseover

fernandojsg commented 7 years ago

@brodavi thanks for reporting it with the nice steps to reproduce, really appreciate it! I believe it's fixed by https://github.com/aframevr/aframe-inspector/pull/449, still not deployed yet though