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

DefaultItemRenderer no longer has a white background

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • Spark: DataGroup
    • None
    • Affected OS(s): All OS Platforms
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run:

      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark">

      <s:Rect width="100%" height="100%"><s:fill><s:SolidColor color="0xFF0000" /></s:fill></s:Rect>

      <s:DataGroup itemRenderer="spark.skins.spark.DefaultItemRenderer">
      <s:layout>
      <s:VerticalLayout />
      </s:layout>
      <s:dataProvider>
      <s:ArrayCollection>
      <fx:String>item 0</fx:String>
      <fx:String>item 1</fx:String>
      <fx:String>item 2</fx:String>
      <fx:String>item 3</fx:String>
      <fx:String>item 4</fx:String>
      <fx:String>item 5</fx:String>
      <fx:String>item 6</fx:String>
      <fx:String>item 7</fx:String>
      <fx:String>item 8</fx:String>
      <fx:String>item 9</fx:String>
      </s:ArrayCollection>
      </s:dataProvider>
      </s:DataGroup>

      </s:Application>

      Actual Results:

      In build 4.0.0.11203 there is a white background behind each renderer
      In build 4.0.0.11208 there is no white background behind each renderer

      Expected Results:

      There should be a white background behind each renderer

      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: