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>
   ```
   
![image](https://user-images.githubusercontent.com/5983818/78425071-bac85400-767a-11ea-902b-7ec9d392c079.png)
   
   
   when change to :
   
   ```
       <mx:FormItem id="id_userName" 
label="{resourceManager.getString('messages', 'userName')}">
             <s:TextInput id="userName"/>
       </mx:FormItem>
   ```
   
   
![image](https://user-images.githubusercontent.com/5983818/78425078-cddb2400-767a-11ea-948e-da020e8e9f74.png)
   
   

----------------------------------------------------------------
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