Question
About Container
I draw a container in a screen over all the other controls (such as buttons etc).
Background buttons continue to respond to click event as they were in foreground.
In my opinion this is not correct: they should be disabled by default.
I had to put: setTouchable(true) in the container to have a right behaviour.
Is this a BUG?
