You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/11/22 13:40:56 UTC

[GitHub] [royale-asjs] yishayw opened a new issue #944: Spark - Top 0 and Bottom 0 Is Different To Height=100%

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:
users@infra.apache.org



[GitHub] [royale-asjs] aharui closed issue #944: Spark - Top 0 and Bottom 0 Is Different To Height=100%

Posted by GitBox <gi...@apache.org>.
aharui closed issue #944:
URL: https://github.com/apache/royale-asjs/issues/944


   


----------------------------------------------------------------
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:
users@infra.apache.org