You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Aleksey (JIRA)" <ji...@apache.org> on 2014/04/14 01:54:15 UTC

[jira] [Updated] (FLEX-34222) Entering values into ComboBox not present in dataProvider does not work

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

Aleksey updated FLEX-34222:
---------------------------

    Description: 
An example:
<?xml version="1.0"?>
<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">
    <s:ComboBox id="test">
        <s:dataProvider>
            <s:ArrayList>
                <fx:Number>2</fx:Number>
                <fx:Number>4</fx:Number>
                <fx:Number>6</fx:Number>
                <fx:Number>8</fx:Number>
            </s:ArrayList>
        </s:dataProvider>
    </s:ComboBox>
</s:WindowedApplication>

First type in "3" press Enter, type in "5" and press Enter - displayed value changes back to "3".

> Entering values into ComboBox not present in dataProvider does not work
> -----------------------------------------------------------------------
>
>                 Key: FLEX-34222
>                 URL: https://issues.apache.org/jira/browse/FLEX-34222
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: ComboBox
>    Affects Versions: Apache Flex 4.12.0
>            Reporter: Aleksey
>
> An example:
> <?xml version="1.0"?>
> <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">
>     <s:ComboBox id="test">
>         <s:dataProvider>
>             <s:ArrayList>
>                 <fx:Number>2</fx:Number>
>                 <fx:Number>4</fx:Number>
>                 <fx:Number>6</fx:Number>
>                 <fx:Number>8</fx:Number>
>             </s:ArrayList>
>         </s:dataProvider>
>     </s:ComboBox>
> </s:WindowedApplication>
> First type in "3" press Enter, type in "5" and press Enter - displayed value changes back to "3".



--
This message was sent by Atlassian JIRA
(v6.2#6252)