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

Justin Mclean resolved FLEX-28561.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Apache Flex 4.10.0

Fixed by other changes in develop branch.
                
> CLONE -Spark NumericStepper : unable to use decimals as stepSize - Displays 
> NaN
> -------------------------------------------------------------------------------
>
>                 Key: FLEX-28561
>                 URL: https://issues.apache.org/jira/browse/FLEX-28561
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: NumericStepper
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easytest
>             Fix For: Apache Flex 4.10.0
>
>
> Steps to reproduce:
> Simple application with a numeric stepper :
> <?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" 
> minWidth="955" minHeight="600">
>       <fx:Declarations>
>               <!-- Place non-visual elements (e.g., services, value objects) 
> here -->
>       </fx:Declarations>
>       <s:NumericStepper maximum="50" stepSize="0.05"/>
> </s:Application>
>  
>  Actual Results:
> First click on up arrow is ok (gives 0.05). Next click gives "NaN" and it 
> never changes after.
> Manual input of a number with decimals also changes into "NaN"
>  
>  
>  Expected Results:
> Can input or use arrows to decimals number
>  
>  
>  Workaround (if any):
>  Compile with 4.1

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