Jeff Spicer created FLEX-33521:
----------------------------------

             Summary: spark datagrid itemRenderer as a declaration or as 
in-line tags is not recognized when it's inside a module
                 Key: FLEX-33521
                 URL: https://issues.apache.org/jira/browse/FLEX-33521
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: DataGrid
    Affects Versions: Adobe Flex SDK 4.6 (Release)
         Environment: Windows vista home premium
            Reporter: Jeff Spicer
            Priority: Minor


When a spark datagrid is inside a module, the in-line tag item renderers are 
not recognized.

<GridColumn>
    <ItemRenderer>
        <fx:Component>
            <GridItemRenderer>
                <Label text="test, test, 1,2,3"/>
            </GridItemRenderer>
        </Component>
    <ItemRenderer>
</GridColumn>

Result:  The datagrid is not displayed.
Expected result: The datagrid should display.

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

Reply via email to