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/30 11:52:25 UTC

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

Marcus Wilkinson created FLEX-33789:
---------------------------------------

             Summary: 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
             Fix For: Apache Flex 4.11.0


const columns:IList = columns;

columns always evaluates to null. 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)