You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional Comments:
A similar maneuver using Firebug in Firefox succeeds, as does setting the attribute from Chrome's console when using getElementById() (either using dot-notation or setAttribute). It seems the Dev Tools' Element view writes to the DOM via some means that xml3d.js is not monitoring. It would however be very helpful if this worked, since in web development, rapid iteration using the Dev Tools is a very important technique.
The text was updated successfully, but these errors were encountered:
To my knowledge, the Chrome Dev Tools spawn no MutationEvents, which the implementation is listening for. @lachsen started using MutationObservers on branch proto-config (746d541). This might fix the issue.
Steps to reproduce:
<group>
node withtransform="#t_Lamp"
visible="false"
Expected Behaviour:
Actual Behaviour:
Additional Comments:
A similar maneuver using Firebug in Firefox succeeds, as does setting the attribute from Chrome's console when using
getElementById()
(either using dot-notation orsetAttribute
). It seems the Dev Tools' Element view writes to the DOM via some means that xml3d.js is not monitoring. It would however be very helpful if this worked, since in web development, rapid iteration using the Dev Tools is a very important technique.The text was updated successfully, but these errors were encountered: