nihavend opened a new issue #797: Strange behavior of form item due to label retrieved from resource URL: https://github.com/apache/royale-asjs/issues/797 While using resource from locale, form layout behaves strange. Here is the example, for the source : ``` <mx:FormItem id="id_userName" label="Kullanici Adi"> <s:TextInput id="userName"/> </mx:FormItem> ```  when change to : ``` <mx:FormItem id="id_userName" label="{resourceManager.getString('messages', 'userName')}"> <s:TextInput id="userName"/> </mx:FormItem> ``` 
---------------------------------------------------------------- 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
