[svn:fx-trunk] 11804: Fix for https://bugs.adobe.com/jira/browse/SDK-24205.
Revision: 11804
Revision: 11804
Author: klin@adobe.com
Date: 2009-11-13 15:37:14 -0800 (Fri, 13 Nov 2009)
Log Message:
***********
Fix for https://bugs.adobe.com/jira/browse/SDK-24205. ComboBox checked to see if the focusOut target was itself, but if the ComboBox is editable then the target is actually the TextField. I altered it to check if the target is contained by the ComboBox instead. This allows the dropDown to close if the user tabs out of the ComboBox with the dropDown open. Same fix in DateField.
QE notes: No
Doc notes: No
Bugs: SDK-24205
Reviewer: Ryan
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-24205
http://bugs.adobe.com/jira/browse/SDK-24205
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
