yishayw opened a new issue #944:
URL: https://github.com/apache/royale-asjs/issues/944
In the following application
```
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.apache.org/royale/spark"
width="100%"
height="100%"
>
<s:SkinnableContainer width="100%" id="mainComponent">
<s:Scroller id="contentParent" width="100%" top="0" bottom="0">
<s:Group width="100%" height="100%">
<s:Group id="content" width="100%" height="200"
style="background-color: blue"/>
</s:Group>
</s:Scroller>
</s:SkinnableContainer>
</s:Application>
```
"content" isn't visible. But if change "contentParent" to have a height of
100% instead of using top=bottom=0 then "content" is visible.
----------------------------------------------------------------
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]