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

XML literals passed into functions are not compiled correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Apache FalconJX 0.7.0
    • FalconJX
    • None

    Description

      XML.appendChild(<pop><child name="Sam"/></pop>);
      becomes:
      XML.appendChild('<pop><child name="Sam"/></pop>');
      instead of:
      XML.appendChild(new XML('<pop><child name="Sam"/></pop>'));

      Attachments

        Activity

          People

            aharui Alex Harui
            harbs Harbs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: