Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30D1510388 for ; Thu, 5 Sep 2013 18:00:57 +0000 (UTC) Received: (qmail 28372 invoked by uid 500); 5 Sep 2013 18:00:57 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 28318 invoked by uid 500); 5 Sep 2013 18:00:56 -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 28288 invoked by uid 99); 5 Sep 2013 18:00:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 18:00:56 +0000 Date: Thu, 5 Sep 2013 18:00:56 +0000 (UTC) From: "Peter Ent (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-33707) Alert.js titlebar is undefined error in createElement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ent updated FLEX-33707: ----------------------------- Assignee: Peter Ent > Alert.js titlebar is undefined error in createElement > ----------------------------------------------------- > > Key: FLEX-33707 > URL: https://issues.apache.org/jira/browse/FLEX-33707 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache Flex 4.9.0 > Environment: Chrome 29, Win 7 x64 > Reporter: Pratyoosh Sharma > Assignee: Peter Ent > Priority: Minor > Attachments: Alert.js, Alert.patch > > > Flex Alert component has a minor problem in the createElement method where it does not explicitly mentions this on the addElement method call > E.g. > this.titleBar = new org.apache.flex.html.staticControls.TitleBar(); > this.addElement(titleBar); > Instead of > this.titleBar = new org.apache.flex.html.staticControls.TitleBar(); > this.addElement(this.titleBar); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira