Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33789

Logical error: self-reference in GridHeaderViewLayout

    XMLWordPrintableJSON

Details

    Description

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

      Attachments

        Activity

          People

            jmclean Justin Mclean
            marcus_sparkus Marcus Wilkinson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: