Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 12E75200BF1 for ; Mon, 19 Dec 2016 11:18:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 11850160B18; Mon, 19 Dec 2016 10:18:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 816FC160B30 for ; Mon, 19 Dec 2016 11:18:00 +0100 (CET) Received: (qmail 94250 invoked by uid 500); 19 Dec 2016 10:17:59 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 94196 invoked by uid 99); 19 Dec 2016 10:17:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2016 10:17:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8923C2C03E7 for ; Mon, 19 Dec 2016 10:17:59 +0000 (UTC) Date: Mon, 19 Dec 2016 10:17:59 +0000 (UTC) From: "Devsena (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-35203) XML() class is broken javascript mode in 0.8 dev MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 19 Dec 2016 10:18:01 -0000 [ https://issues.apache.org/jira/browse/FLEX-35203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devsena updated FLEX-35203: --------------------------- Attachment: XMLError.png > XML() class is broken javascript mode in 0.8 dev > ------------------------------------------------ > > Key: FLEX-35203 > URL: https://issues.apache.org/jira/browse/FLEX-35203 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0 > Reporter: Pan Li > Assignee: Alex Harui > Fix For: Apache FlexJS 0.8.0 > > Attachments: Test1.js, XMLError.png > > > {code} > > > var foo : XML = new XML(); > > ]]> > > {code} > above code result in runtime javascript error > Uncaught ReferenceError: XML is not defined > the same code works in swf mode -- This message was sent by Atlassian JIRA (v6.3.4#6332)