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 59106200BE0 for ; Tue, 8 Nov 2016 18:54:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 57F45160AD0; Tue, 8 Nov 2016 17:54:00 +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 B1FB0160B0C for ; Tue, 8 Nov 2016 18:53:59 +0100 (CET) Received: (qmail 51020 invoked by uid 500); 8 Nov 2016 17:53:58 -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 51004 invoked by uid 99); 8 Nov 2016 17:53:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 17:53:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A19FD2C1F56 for ; Tue, 8 Nov 2016 17:53:58 +0000 (UTC) Date: Tue, 8 Nov 2016 17:53:58 +0000 (UTC) From: "Yishay Weiss (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-35168) [FlexJS] TextFieldItemRenderer does not implement IUIBase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Nov 2016 17:54:00 -0000 [ https://issues.apache.org/jira/browse/FLEX-35168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15648260#comment-15648260 ] Yishay Weiss commented on FLEX-35168: ------------------------------------- I updated, cleaned and re-ran and there's no error. I'm still not clear about this, though. The compiler error seems right to me because TextFieldItemRenderer impelemnts IChild which has: function get parent():org.apache.flex.core.IParent; It also extends CSSTextField which extends flash.text.TextField which ultimately extends DisplayObject DisplayObject,parent returns a DisplayObjectContainer which is not an IParent. So the compiler error is correct, in my opinion. It looks like the build somehow skips TextFieldItemRenderer altogether. > [FlexJS] TextFieldItemRenderer does not implement IUIBase > --------------------------------------------------------- > > Key: FLEX-35168 > URL: https://issues.apache.org/jira/browse/FLEX-35168 > Project: Apache Flex > Issue Type: Bug > Reporter: Yishay Weiss > Labels: sprite-refactor > > If I set it to implement it there's a conflict in IChild.parent() implementation and the swf compilation fails. -- This message was sent by Atlassian JIRA (v6.3.4#6332)