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

"for each" not working in XMLList

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Apache FalconJX 0.6.0
    • Apache FalconJX 0.8.0
    • FalconJX
    • None

    Description

      I don't have a full test case right now, but I believe the following will fail.

      var newList:XMLList = new XMLList();
      newList.appendChild(<foo/>);
      var xmlItem:XML;
      for each(xmlItem in oldList)
      newList.appendChild(xmlItem);

      If necessary, I can put together a (non)working test case.

      Attachments

        Activity

          People

            Unassigned Unassigned
            harbs Harbs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: