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

Justin Mclean commented on FLEX-18324:
--------------------------------------

Still an issue in Apache Flex 4.9.1. Ends up with 'NaN".

Code to test:

<?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:layout>
                <s:VerticalLayout />
        </s:layout>
                
        <s:Label text="Halo NumericStepper"/>
        <mx:NumericStepper/>

        <s:Label text="Gumbo FxNumericStepper"/>
        <s:NumericStepper/>             
                
</s:Application>

                
> Halo NumericStepper clears value is an illegal character is typed in textInput
> ------------------------------------------------------------------------------
>
>                 Key: FLEX-18324
>                 URL: https://issues.apache.org/jira/browse/FLEX-18324
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: NumericStepper
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Browser: Firefox 3.x
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Trivial
>              Labels: easytest
>
> Steps to reproduce:
> 1. Run the attached SWF or compile and run attached MXML file
> 2. Increment the NumericStepper using the increment button 
> 3. Tab to the NumericStepper and press a character key (i.e. "a")
> 4. Tab away from NumericStepper
>  
>  Actual Results:
> Value of NumericStepper is reset to 0
>  
>  Expected Results:
> Value of NumericStepper should not change (note: FxNumericStepper exhibits 
> this expected behavior)
>  
>  
>  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

Reply via email to