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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
