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 2020/11/23 18:35:13 UTC

[GitHub] [royale-asjs] yishayw opened a new issue #949: Spark Radio Buttons Not Measured Correctly When Nested In Group

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


   In the below app, the label overflows to the next line
   
   ```
   <s:Application 
   	xmlns:fx="http://ns.adobe.com/mxml/2009"
   	xmlns:s="library://ns.apache.org/royale/spark"
   	>
   	<s:Group>
   		<s:CheckBox label="AUTO PAGEMASTER" />
   	</s:Group>
   </s:Application>
   ```
   
   Removing Group wrapper fixes it.


----------------------------------------------------------------
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:
users@infra.apache.org