Mathieu Anthoine Posted August 22, 2015 Share Posted August 22, 2015 Hi, I have this bug with InteractionManager processInteractive method: Uncaught TypeError: Cannot read property 'visible' of undefined It seems to occur when children of a Container are destroyed during the loop of the processInteractive.Is it a known issue, is there a workaround ? Or maybe is it possible to get a more solid test in the method ? instead of testing displayObject.visible maybe you can test the existence of the displayObject first ? if( !displayObject || !displayObject.visible ) { return false; } Thank you for your help. Quote Link to comment Share on other sites More sharing options...
Mathieu Anthoine Posted August 22, 2015 Author Share Posted August 22, 2015 Ok, the issue is already registered: https://github.com/pixijs/pixi.js/issues/1817Any idea of when it will be fixed ? Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.