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

Sizing in a SpinnerListContainerSkin is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 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. Create a new Flex mobile project with this view:

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

      <s:SpinnerListContainer id="sc1" width="100%" height="100%">
      <s:SpinnerList id="target" width="100%" height="100%">
      <s:dataProvider>
      <s:NumericDataProvider minimum="0" maximum="100" />
      </s:dataProvider>
      </s:SpinnerList>
      </s:SpinnerListContainer>

      </s:View>

      2.
      3.

      Actual Results:

      The SpinnerList expands to its natural size (see attached)

      Expected Results:

      The SpinnerList should be restricted to the size of the view

      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: