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 3D857185A4 for ; Wed, 13 May 2015 14:36:03 +0000 (UTC) Received: (qmail 90312 invoked by uid 500); 13 May 2015 14:36:03 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 90289 invoked by uid 500); 13 May 2015 14:36:03 -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 90279 invoked by uid 99); 13 May 2015 14:36:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2015 14:36:03 +0000 Date: Wed, 13 May 2015 14:36:03 +0000 (UTC) From: "Mihai Chira (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: 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=14542013#comment-14542013 ] Mihai Chira commented on FLEX-33248: ------------------------------------ [~trevor] do you have a code sample to reproduce this issue? I'm working on FLEX-34838, and could take a look at this too. Are you referring to, say, Date objects, or other types? > 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 > Assignee: Carol Frampton > Priority: Minor > Fix For: Apache Flex Next, Apache Flex 4.10.0 > > Attachments: Company.as, Employee.as, FLEX33248.mxml, 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 was sent by Atlassian JIRA (v6.3.4#6332)