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

Halo ComboBox drop down appears to be empty when using Flex 4.1 SDK w/ Flex 3 compatibilty Mode checked

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 4.1 (Release)
    • None
    • mx: ComboBox
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows 7
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:
      Compile and run this code using the Flex 4.1 SDK with the "Use Flex 3 Compatibility Mode" option checked.

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      >
      <mx:Script>
      <![CDATA[

      import mx.collections.ArrayCollection;
      import com.flextras.alternateRenderer.AutoCompleteItemRenderer;

      [Bindable]
      private var menuOptionsData : ArrayCollection = new ArrayCollection ([

      {label: 'Sales', data: 'S', url: '../lumber/Sales'}

      ,

      {label: 'Purchasing', data: 'S', url: '../lumber/Sales'}

      ,

      {label: 'Logistics', data: 'S', url: '../lumber/Sales'}

      ,

      {label: 'Management', data: 'S', url: '../lumber/Sales'}

      ]

      );

      ]]
      >
      </mx:Script>

      <mx:ComboBox id="menuOptionsCombo" dataProvider="

      {menuOptionsData}

      " labelField="label" />

      </mx:Application>

      Actual Results:
      Click the ComboBox to display the drop down and you will see no visual representation of the itemRenderer for the ComboBox. Drop down appears to have the proper number of items in it. And moving the mouse or arrow keys appear to highlight the items as expected. Just the 'renderer' looks blank.

      Expected Results:
      I would expect to see the drop down, with items in it.

      Workaround (if any):
      Use Flex 4 SDK, or don't use "Flex 3 compatibility mode"

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: