Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9B18DB26 for ; Mon, 12 Nov 2012 15:55:16 +0000 (UTC) Received: (qmail 71913 invoked by uid 500); 12 Nov 2012 15:55:15 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 71037 invoked by uid 500); 12 Nov 2012 15:55:14 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 70784 invoked by uid 99); 12 Nov 2012 15:55:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 15:55:12 +0000 Date: Mon, 12 Nov 2012 15:55:12 +0000 (UTC) From: "Carol Frampton (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <1123270633.100935.1352735712946.JavaMail.jiratomcat@arcas> In-Reply-To: <1453628232.91533.1352464452381.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (FLEX-33248) Spark GridItemEditor cannot edit nested properties 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-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495357#comment-13495357 ] Carol Frampton commented on FLEX-33248: --------------------------------------- I think what you've attached is fine. I'm in the process of updating the file so a patch probably wouldn't work anyway. I can do a diff to find the changes. > Spark GridItemEditor cannot edit nested properties > -------------------------------------------------- > > Key: FLEX-33248 > URL: https://issues.apache.org/jira/browse/FLEX-33248 > Project: Apache Flex > Issue Type: Bug > Components: Spark: DataGrid > Affects Versions: Apache Flex 4.8 (parity release) > Reporter: Maxime Cowez > Priority: Minor > Attachments: GridItemEditor.as > > > To reproduce: > > > > > > > > This will throw a "no such property" error when the user tries to edit a cell, because GridItemEditor tries to access `_data[column.dataField]` in the `data` setter. > I filed it as a bug and not as an improvement, because it is inconsistent with `GridItemRenderer`'s behaviour, which does render the nested property correctly. > Note that the `save()` method is also affected: the item's property is accessed in the same way there. -- 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