You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Jeremy Wischusen (JIRA)" <ji...@apache.org> on 2013/04/30 14:24:16 UTC

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

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

Jeremy Wischusen commented on FLEX-14871:
-----------------------------------------

Still occurring using SDK 4.9.1 on Mac OS X 10.7.5.
                
> 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