yishayw opened a new issue #935:
URL: https://github.com/apache/royale-asjs/issues/935
In the following application the red group is not visible
```
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.apache.org/royale/spark"
>
<s:Group style="background-color: red" height="50" width="100%"/>
</s:Application>
```
Unless you add the following 2 line to the Application tag
```
width="100%"
height="100%"
```
----------------------------------------------------------------
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]