You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/04/17 04:26:13 UTC

[jira] [Updated] (FLEX-14871) CurrencyValidator not work with ',' decimal separator

     [ https://issues.apache.org/jira/browse/FLEX-14871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean updated FLEX-14871:
---------------------------------

    Labels: easytest  (was: )
    
> CurrencyValidator not work with ',' decimal separator
> -----------------------------------------------------
>
>                 Key: FLEX-14871
>                 URL: https://issues.apache.org/jira/browse/FLEX-14871
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: General
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Browser: Internet Explorer 7.x
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easytest
>
> Steps to reproduce:
> 1. Create a new project with: n.1 TextInput, n.1 Button and n.1 CurrencyValidator
> 2. Setup decimalSeparator attribute of CurrencyValidator with this char: ","
> <mx:TextInput id="importo" textAlign="right" text="0,00"></mx:TextInput>
> <mx:Button y="0" label="OK" id="submit" />
> <mx:CurrencyValidator id="importoV" 
> 			source="{importo}" 
> 			property="text" 
> 			trigger="{submit}" 
> 			triggerEvent="click"  
> 			decimalSeparator=',' 
> 			required="true"/>
>  
>  Actual Results:
>  Decimal separator ',' is not accepted
>  
>  Expected Results:
>  Decimal separator ',' is accepted
>  
>  Workaround (if any):

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