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 2014/04/16 01:45:15 UTC

[jira] [Resolved] (FLEX-34228) spark datagrid syntax

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

Justin Mclean resolved FLEX-34228.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Apache Flex 4.13.0

Also few a few other instances. Check in tests pass.

> spark datagrid syntax
> ---------------------
>
>                 Key: FLEX-34228
>                 URL: https://issues.apache.org/jira/browse/FLEX-34228
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: DataGrid
>    Affects Versions: Apache Flex 4.12.0
>            Reporter: Jeff Spicer
>            Assignee: Justin Mclean
>            Priority: Minor
>              Labels: easyfix
>             Fix For: Apache Flex 4.13.0
>
>
> steps to duplicate:
> 1. create a new s:DataGrid.
> 2. type "skinClass" attribute and let intellitype create a new skin for the datagrid
> 3. line 302 reads:
> override public function get contentItems():Array {return contentFill};
> should be:
> override public function get contentItems():Array {return contentFill;}
> semi-colon is misplaced at the end of the line



--
This message was sent by Atlassian JIRA
(v6.2#6252)