Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Create a combobox in Flex Builder 2. "mx:ComboBox" <mx:ComboBox id="dimensionComboBox" dataProvider="
" change = "menuHandler(event)" paddingBottom="1"/>
2. Migrate project to Flex builder 3.
3. Using the flex compiler use these options -include-libraries "C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs\automation.swc" "C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs\automation_agent.swc" "C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs\qtp.swc" "C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs\automation_dmv.swc"
4. Compile the project.
Notes: Taking out the include statement the combo box works as expected.
QTP 9.2
Flux Builder 3.0
Actual Results:
Compile the project and play it. Notice that the combo box no longer works and you can not pull it down.
Expected Results:
The combo box should work correctly.
Workaround (if any):