You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Carol Frampton (JIRA)" <ji...@apache.org> on 2013/01/22 22:50:21 UTC

[jira] [Resolved] (FLEX-33248) Spark GridItemEditor cannot edit nested properties

     [ https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carol Frampton resolved FLEX-33248.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Apache Flex 4.10.0

Author: cframpton
Date: Tue Jan 22 21:42:26 2013
New Revision: 1437191

URL: http://svn.apache.org/viewvc?rev=1437191&view=rev
Log:
FLEX-33248 again since the prior fix didn't work in all cases.  DataGrid mustella tests all pass.

Modified:
    flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridItemEditor.as

Modified: flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridItemEditor.as
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridItemEditor.as?rev=1437191&r1=1437190&r2=1437191&view=diff

                
> 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:
>     <s:DataGrid editable="true">
>         <s:columns>
>             <s:ArrayList>
>                 <s:GridColumn dataField="someProperty.nestedProperty" />
>             </s:ArrayList>
>         </s:columns>
>     </s:DataGrid>
> 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