carlosrovira commented on issue #759: <j:TabBar> seems broken when set in 
<j:Group> SDK 0.9.7 royale-asjs_jsonly #1053
URL: https://github.com/apache/royale-asjs/issues/759#issuecomment-600733721
 
 
   Hi, 
   quick fix is you need 
   `<j:View width="100%" height="100%">`
   
   explanation: recently I added code to make containers smarter, so we can 
nest them using % sizes, but that requires that although before you can left a 
continer does not have width or height declared, now it is a must.
   
   View is the one that is not allowing to view the rest, since now Group has 
"overflow: hidden". That seems the most natural and close to how Flex do this 
kind of things
   
   HTH
   
   Carlos
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to