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 EA9F910654 for ; Wed, 4 Sep 2013 10:01:54 +0000 (UTC) Received: (qmail 75226 invoked by uid 500); 4 Sep 2013 10:01:54 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 75195 invoked by uid 500); 4 Sep 2013 10:01:54 -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 74896 invoked by uid 99); 4 Sep 2013 10:01:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 10:01:53 +0000 Date: Wed, 4 Sep 2013 10:01:53 +0000 (UTC) From: "Marcus Wilkinson (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLEX-33705) DataGridDragProxy created item renderer without a reference to the column MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Marcus Wilkinson created FLEX-33705: --------------------------------------- Summary: DataGridDragProxy created item renderer without a reference to the column Key: FLEX-33705 URL: https://issues.apache.org/jira/browse/FLEX-33705 Project: Apache Flex Issue Type: Bug Components: Drag and Drop, Spark: DataGrid Affects Versions: Apache Flex 4.10.0 Reporter: Marcus Wilkinson Fix For: Apache Flex 4.11.0 spark.components.gridClasses.DataGridDragProxy:createChildren() This method instantiates IGridItemRenderer instances for visual feedback on dragging from a spark datagrid. IGridItemRenderer has a property column:GridColumn which is not set and will be null for any item renderer created through this mechanism. Since we have a reference to the column at instantiation time I don't see any problem with assigning it to the instantiated item renderer. Attached is an example of the issue, and a patch which will assign the column to the item renderer instance -- 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