yishayw opened a new issue #1019:
URL: https://github.com/apache/royale-asjs/issues/1019
In this app
```
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.apache.org/royale/spark"
>
<s:SkinnableContainer id="myParent" style="background-color: green;
alpha: 0.5">
<s:layout>
<s:VerticalLayout paddingBottom="20" paddingLeft="20"
paddingRight="20" paddingTop="20" />
</s:layout>
<s:Group id="myContent" height="75" width="588"
style="background-color: red; alpha: 0.5"/>
</s:SkinnableContainer>
</s:Application>
```
The red group (myContent) slides outside its container (myParent). If you
make myParent a Group instead of a SkinnableContainer then the problem goes
away.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]