Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1.Run the attached mxml file.
2.Start recording in qtp.
3.Click on the empty datagrid.Drag and drop an image onto the application.
4.Click on the populated datagrid.
5.The script recorded will be
Browser("Browser").FlexApplication("haloapp").FlexDataGrid("_haloapp_DataGrid1").HeaderClick 0
Browser("Browser").FlexApplication("haloapp").DragStart "_haloapp_Image4"
Browser("Browser").FlexApplication("haloapp").DragDrop
Browser("Browser").FlexApplication("haloapp").FlexDataGrid("_haloapp_DataGrid1").HeaderClick 0
6.Now Place the cursor on the first line and insert a checkpoint on the empty datagrid displayed in the active screen.
Actual Results:The table checkpoint properties displays 1 element in the datagrid.
Expected Results:The table checkpoint should not display any elements as the datagrid is empty at this point in the script
Issue is present in sdk 4.0.0.9593 and dmv 248466
Workaround (if any):