Olaf Krüger created FLEX-35136:
----------------------------------
Summary: DropDownLIst doesn't work without "VerticalLayout" bead
Key: FLEX-35136
URL: https://issues.apache.org/jira/browse/FLEX-35136
Project: Apache Flex
Issue Type: Bug
Components: FlexJS
Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.6.0, Apache FlexJS
0.8.0
Reporter: Olaf Krüger
Fix For: Apache FlexJS 0.8.0
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>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)