Hey there,
I’ve got the following problem using containers:
There are two container (display.newContainer), both contain images and the image inside one of them exeeds its parents width and height (and is therefore cut of). The containers are placed in the same group (display.currentStage).
The problem is, if the upper container overlaps the hidden (masked) content of the bottom container, the overlaped content is revealed in the overlapping area. This only happens if there is content in the upper overlapping container (form, image, text or a group with one of these contents) and this content is rendered (isVisible = true and alpha > 0).
Is this a known issue, as I found nothing in the Docs, the Forum or the Web?
Would be nice to know why this is happening if there is a way to prevent it.
Best regards,
Torben

