[ 
https://issues.apache.org/jira/browse/FLEX-28012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742731#comment-13742731
 ] 

Justin Mclean commented on FLEX-28012:
--------------------------------------

Still an issue in Apache flex 4.10. Same code to show issue:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                           xmlns:s="library://ns.adobe.com/flex/spark" 
                           xmlns:mx="library://ns.adobe.com/flex/mx">
        
        <s:Form>
                <s:FormItem required="true">
                        <s:TextInput />
                </s:FormItem>
                <s:FormItem required="true">
                        <s:TextInput />
                </s:FormItem>
        </s:Form>
        
</s:Application>

The issue is that it's hard coded in the skin.
        <s:Image id="indicatorDisplay" verticalCenter="0"
                       toolTip="Required" toolTip.errorStates=""
                       includeIn="requiredStates,errorStates"/>
                
> FormItemSkin and StackedFormItemSkib indicatorDisplay's toolTip is not 
> localized
> --------------------------------------------------------------------------------
>
>                 Key: FLEX-28012
>                 URL: https://issues.apache.org/jira/browse/FLEX-28012
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: Form
>    Affects Versions: Adobe Flex SDK 4.5.1 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easyfix, easytest
>
> Steps to reproduce:
> 1.Create a Spark Form.
> 2.Add a FormItem and a StackedFormItem and make them required.
> 3.Mouse over every required "star".
>  
>  Actual Results:
>  The displayed toolTip is always "Required" even if you change compilation 
> locale.
>  
>  Expected Results:
>  The displayed toolTip when mousing over the required "star" is localised 
> selected on user locale.
>  
>  Workaround (if any):
>  Create a new skin and localise the indicatorDisplay toolTip !!!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to