You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Andras Janurik (JIRA)" <ji...@apache.org> on 2014/09/02 15:45:21 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14118203#comment-14118203 ] 

Andras Janurik commented on FLEX-34222:
---------------------------------------

Any plans for this bug? It would be important for us this bug to be fixed...
Or can you please give us the fix Justin made so we can use it as a workaround? Thanks.

> 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
>            Assignee: Justin Mclean
>              Labels: easytest
>             Fix For: Apache Flex 4.13.0
>
>
> An example:
> {code}
> <?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>
> {code}
> 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.3.4#6332)