Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
Smoke 107: Multiple SDK ( Active ) Smoke Test
1. Create a new flex project with no server option
2. In code view, add <mx:AdvancedDataGrid />
3. switch to design view
– Verify: DV renders correctly
4. add:
<mx:AdvancedDataGrid x="103" y="105" id="adg1" designViewDataType="tree">
<mx:columns>
<mx:AdvancedDataGridColumn headerText="Column 1" dataField="col1"/>
<mx:AdvancedDataGridColumn headerText="Column 2" dataField="col2"/>
<mx:AdvancedDataGridColumn headerText="Column 3" dataField="col3"/>
</mx:columns>
</mx:AdvancedDataGrid>
to the main application file
5. Switch to Design View
6. Verify there is nothing is shown in DV
7. Drag any other component into DV
8. Verify nothing happens
9. Project > Properties and go to the Compiler Pane
9. Click the Use a specific SDK radio button and choose a flex 2.0.1 SDK
10. Hit OK
11. Verify a Compile was triggered (look in the right hand corner for "Rebuilding Workspace")
12. Verify there is a Red X in DV
13. Project > Properties and go to the Compiler Pane
14. Click the Use a specific SDK radio button and choose a Moxie SDK
15. Hit OK
16. Verify a Compile was triggered (look in the right hand corner for "Rebuilding Workspace")
Actual Results:
DV does not render with no exception logged
Expected Results:
DV renders and displays ADG
Workaround (if any):