pixijs / layers

Separate the z-hierarchy of your scene tree from its canonical structure.
https://pixijs.io/layers/docs/
MIT License
222 stars 57 forks source link

Could pixi-display cause event propagation issues? #7

Closed kaansoral closed 6 years ago

kaansoral commented 8 years ago

I'm hunting an event propagation issue, even though I don't .stopPropagation, the event doesn't bubble under an entity

I've created a small test case, however, in the test case, event bubbles as expected

I'm just wondering whether the way pixi-display shuffles entities could cause the event issue I'm experiencing

ivanpopelyshev commented 8 years ago

Yes, it has its own interaction cycle. Please look inside and tell me if there's something wrong in it , compared to original pixi code. I'm afraid i dont have good example for this, so its up to you to solve it :)

kaansoral commented 8 years ago

Sorry, I only just managed to replicate the issue, replied on https://github.com/pixijs/pixi.js/issues/2921#issuecomment-245039445

If you want we can move the discussion here