[ https://issues.apache.org/jira/browse/FLEX-35139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643440#comment-15643440 ]
Justin Mclean commented on FLEX-35139: -------------------------------------- The Tour De flex component [1] (which I was involved in) acts the same way as the Flex and AIR examples I've run in testing this issue. Again it depends if you are have clicked in the field or selected the text in the field. It's possible it could be browser dependant but in that case it's likely you need to report the issue to Adobe if it's an issue with the runtime. If you can't provide a fix for this issue perhaps you can convince another volunteer to fix it but IMO it's not a bug and sorry but it's unlikely I'll spend any more time on this issue. 1. http://flex.apache.org/tourdeflex/?app=mx/controls/NumericStepperExample > mx:NumericStepper copy paste issue > ---------------------------------- > > Key: FLEX-35139 > URL: https://issues.apache.org/jira/browse/FLEX-35139 > Project: Apache Flex > Issue Type: Bug > Components: mx: NumericStepper > Affects Versions: Apache Flex 4.15.0 > Environment: Project AIR 20.0 under Windows platform > Reporter: Giuseppe Rusciano > Labels: easytest > > I have two mx:NumericStepper in my project. I try to copy and past a value as > 0.4 from the first numeric stepper into the second. > Graphically, before focus out fix all, I have this behaviour, in the second > numeric stepper I have 00.40.4 > Steps to Reproduce: > I've created this AIR project: > <?xml version="1.0" encoding="utf-8"?> > <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx"> > <mx:HBox width="100%"> > <mx:NumericStepper id="myNS1" stepSize=".01" width="100"/> > <mx:NumericStepper id="myNS2" stepSize=".01" width="100"/> > </mx:HBox> > </s:WindowedApplication> > When the project starts: > 1. I'm writing in the first numeric stepper the value 0.4 > 2. I'm pressing CTRL+A to select all and CTRL + C to copy the value 0.4 > 3. I'm focusing on the second numeric stepper and I'm pressing CTRL + V to > paste the value at step 2. > 4. The graphical output is 00.40.4 > 5. If I'm focusing out from the second numeric stepper, the result becomes > 0.4 (correctly) -- This message was sent by Atlassian JIRA (v6.3.4#6332)