yishayw opened a new issue, #1208:
URL: https://github.com/apache/royale-asjs/issues/1208

   In below example you can see in Royale the content expanding beyond the 
panel's height, whereas in Flex there's a scrollbar in the Panel.
   
   ```
   <?xml version="1.0"?>
   <!-- dragdrop\DandDCanvas.mxml -->
   <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
        xmlns:s="library://ns.apache.org/royale/spark"
        xmlns:mx="library://ns.apache.org/royale/mx"
           width="100%" height="100%"
        backgroundColor="white">
   
   <fx:Script>
        <![CDATA[
                ]]>
   </fx:Script>
           <mx:Panel width="111" height="111">
                   <mx:Canvas width="100%" height="200" backgroundColor="red"/>
           </mx:Panel>
   </mx:Application>
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to