You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Mario Specht (JIRA)" <ji...@apache.org> on 2013/09/05 14:02:53 UTC

[jira] [Commented] (FLEX-33712) DataGrid with itemRenderer Drag and Drop error

    [ https://issues.apache.org/jira/browse/FLEX-33712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759011#comment-13759011 ] 

Mario Specht commented on FLEX-33712:
-------------------------------------

The column in the renderer is null. If I change the code the following way:

	if(column)
		albumName.text = data[column.dataField];

I get a null pointer exception in MatrixUtil.as:543 

                
> DataGrid with itemRenderer Drag and Drop error
> ----------------------------------------------
>
>                 Key: FLEX-33712
>                 URL: https://issues.apache.org/jira/browse/FLEX-33712
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: DataGrid
>    Affects Versions: Apache Flex 4.10.0
>            Reporter: Mario Specht
>         Attachments: FlexDataGrid.fxp
>
>
> Create a dataGrid and assign a simple itemRenderer for a column. Enble drag and drop and try to drag one item. A null pointer exception occurs in the renderer.

--
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