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

[jira] [Assigned] (FLEX-33789) Logical error: self-reference in GridHeaderViewLayout

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

Justin Mclean reassigned FLEX-33789:
------------------------------------

    Assignee: Justin Mclean

> Logical error: self-reference in GridHeaderViewLayout
> -----------------------------------------------------
>
>                 Key: FLEX-33789
>                 URL: https://issues.apache.org/jira/browse/FLEX-33789
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: DataGrid
>    Affects Versions: Apache Flex 4.10.0
>            Reporter: Marcus Wilkinson
>            Assignee: Justin Mclean
>              Labels: DataGrid, header
>             Fix For: Apache Flex 4.11.0
>
>
> const columns:IList = columns;
> columns always evaluates to null which results in the rest of the method never being evaluated. Recommend changing to:
> const columns:IList = grid.columns;
> https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridHeaderViewLayout.as#L607
> I cannot find any inherited property, field or parameter called 'columns'.



--
This message was sent by Atlassian JIRA
(v6.1#6144)