Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Launch QTP and then your flex application
2. Identify a 'SparkComboBox' spark component on the application to retrieve the 'width' property at runtime
Sample code:
Browser("Adobe").SparkApplication("Adobe").FlexCanvas("test").SparkComboBox("test").GetROProperty("width")
Actual Results:
GetROProperty("width") returns no value.
But using QTP Object Spy, the width property showing correct value.
Expected Results:
GetROProperty("width") should return correct value
Workaround (if any):
None