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

SpinnerList doesn't show correct data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Adobe Flex SDK Previous
    • None
    • Mobile: SpinnerList
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run a new Flex mobile project with this view:

      <?xml version="1.0" encoding="utf-8"?>
      <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      title="AndroidDateSpinnerView">

      <s:SpinnerList id="daySpinner">
      <s:dataProvider>
      <s:ArrayList>
      <s:source>
      [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31]
      </s:source>
      </s:ArrayList>
      </s:dataProvider>
      </s:SpinnerList>

      </s:View>

      2.
      3.

      Actual Results:

      Only values 1, 2, 3 are visible, some duplicates.

      Expected Results:

      A spinner list that allows you to spin to any of the values in the dataProvider

      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: