You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Marcus Wilkinson (JIRA)" <ji...@apache.org> on 2013/09/09 17:45:00 UTC

[jira] [Updated] (FLEX-33722) Dragging a row with an itemRenderer which extends DefaultGridItemRenderer causes null pointer in mx.utils::MatrixUtil$/isDeltaIdentity()

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

Marcus Wilkinson updated FLEX-33722:
------------------------------------

    Attachment: FLEX-33722.mxml

In the example, just drag an item around to induce a fatal error
                
> Dragging a row with an itemRenderer which extends DefaultGridItemRenderer causes null pointer in mx.utils::MatrixUtil$/isDeltaIdentity()
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-33722
>                 URL: https://issues.apache.org/jira/browse/FLEX-33722
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Drag and Drop, Spark: DataGrid
>    Affects Versions: Apache Flex 4.10.0
>            Reporter: Marcus Wilkinson
>              Labels: datagrid, drag, itemrenderer, nullpointerexception
>             Fix For: Apache Flex 4.11.0
>
>         Attachments: FLEX-33722.mxml
>
>
> See attached for an example. I think this is down to two things:
> https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/spark/src/spark/components/gridClasses/DataGridDragProxy.as
> element.getLayoutMatrix() is returning null. Doing a check for a null matrix, and returning an identity matrix seems to help
> https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/spark/src/spark/components/gridClasses/DataGridDragProxy.as#L201
> I think this should be inside the loop, (at line 198)

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