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 2022/09/05 04:26:17 UTC

[GitHub] [royale-asjs] greg-dove commented on issue #1208: Emulation - Panel's internal container does not default to Panel's size

greg-dove commented on issue #1208:
URL: https://github.com/apache/royale-asjs/issues/1208#issuecomment-1236527950

   The problem here is the minHeight getter on PanelInternalContainer which is defaulting to measuredMinHeight.
   Simply setting 
   this.minHeight = 0;
   in the PanelInternalContainer constructor might be one option to fix this. The way this is set up is quite different to how flex manages the content pane I think, so we might just have to apply some changes to get the behavior to be the same or at least similar. I did not check this in Flex.


-- 
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-unsubscribe@royale.apache.org

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