[svn:fx-trunk] 13136: Fix for FLEXENT-1196 ( Replay of click on NavigatorContent does not close the combobox)
Revision: 13136
Revision: 13136
Author: deeptika@adobe.com
Date: 2009-12-21 17:40:28 -0800 (Mon, 21 Dec 2009)
Log Message:
***********
Fix for FLEXENT-1196 (Replay of click on NavigatorContent does not close the combobox)
We need not record OPEN event when it is triggered from a KeyBoard event that types a character. Replaying the type event would automatically open the drop down.
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/FLEXENT-1196
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkComboBoxAutomationImpl.as
flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkDropDownListBaseAutomationImpl.as
