Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.

Home Page:https://hexworks.org/projects/zircon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable the ModalComponentContainer to try dispatching UIEvents to multiple containers if a container returns Pass

adam-arold opened this issue · comments

Currently only the top ComponentContainer is tried when dispatching UIEvents and if it returns Pass the event won't be dispatched again. This option would enable mechanisms like dropdown menus to work without a significant change.