aharui commented on issue #1021:
URL: https://github.com/apache/royale-asjs/issues/1021#issuecomment-752672144


   If heightIsSizedToContent, then the component should resize/layout in 
response to the change.  If not sized to content because it is percent sized, 
it would wait for the parent to layout first.
   
   By setting height=100, then it is explicitly sized, not sized to content, 
but the framework may not be catching that and forcing a layout on the parent, 
but it should be.  The height change should cause "heightChange" event which 
should be picked up by myChildGroup.  That needs to trigger a re-measure and 
layout of the myVGroup.  myChildGroup's measuredHeight should be 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:
us...@infra.apache.org


Reply via email to