You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2014/07/07 10:49:34 UTC

[jira] [Resolved] (FLEX-34285) removeItem in XMLListAdapter is calling removeItemAt as an array instead of a method

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

Justin Mclean resolved FLEX-34285.
----------------------------------

    Resolution: Fixed

Applied patch, XMLListCollection tests pass, checked into develop.

> removeItem in XMLListAdapter is calling removeItemAt as an array instead of a method
> ------------------------------------------------------------------------------------
>
>                 Key: FLEX-34285
>                 URL: https://issues.apache.org/jira/browse/FLEX-34285
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Data Binding
>    Affects Versions: Apache Flex 4.10.0
>            Reporter: Dave Keen
>            Priority: Minor
>              Labels: easyfix, easytest
>         Attachments: FLEX-34285.patch
>
>
> XMLListAdapater.as contains the line:
> var _item:Object = removeItemAt[getItemIndex(item)];
> when it should be:
> var _item:Object = removeItemAt(getItemIndex(item));



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