Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34285

removeItem in XMLListAdapter is calling removeItemAt as an array instead of a method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Apache Flex 4.10.0
    • None
    • Data Binding

    Description

      XMLListAdapater.as contains the line:

      var _item:Object = removeItemAt[getItemIndex(item)];

      when it should be:

      var _item:Object = removeItemAt(getItemIndex(item));

      Attachments

        1. FLEX-34285.patch
          0.9 kB
          Dave Keen

        Activity

          People

            Unassigned Unassigned
            devdave Dave Keen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: