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

DropDownLIst doesn't work without "VerticalLayout" bead

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • Apache FlexJS 0.6.0, Apache FlexJS 0.7.0, Apache FlexJS 0.8.0
    • Apache FlexJS 0.8.0
    • FlexJS
    • None

    Description

      Test case:
      <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:js="library://ns.apache.org/flexjs/basic">

      <js:valuesImpl>
      <js:SimpleCSSValuesImpl />
      </js:valuesImpl>

      <js:initialView>
      <js:View>
      <js:beads>
      <!-- Without this bead the DropDownList doesn't work -->
      <js:VerticalLayout />
      </js:beads>
      <js:DropDownList>
      <js:dataProvider>
      <fx:Array>
      <fx:String>One</fx:String>
      <fx:String>Two</fx:String>
      <fx:String>Three</fx:String>
      </fx:Array>
      </js:dataProvider>
      </js:DropDownList>
      </js:View>
      </js:initialView>
      </js:Application>

      Attachments

        Activity

          People

            pete21 Piotr Zarzycki
            okrueger@edscha.com Olaf Krüger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: