[svn:fx-4.x] 15074: Recommit fix for http://bugs.adobe.com/jira/browse/ SDK-25919.
Revision: 15074
Revision: 15074
Author: klin@adobe.com
Date: 2010-03-26 13:58:01 -0700 (Fri, 26 Mar 2010)
Log Message:
***********
Recommit fix for http://bugs.adobe.com/jira/browse/SDK-25919. For a non-mirroring application, we were calling invalidateLayoutDirection at startup even though we start out with the right layout. The fix is to default oldLayoutDirection to "ltr" so that we skip some of these calls at start up. We also need to make oldLayoutDirection mx_internal so that subclasses that don't call super.validateDisplayList() can update oldLayoutDirection correctly.
QE notes: No
Doc notes: No
Bugs: SDK-25919
Reviewer: Hans
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-25919
http://bugs.adobe.com/jira/browse/SDK-25919
Modified Paths:
**************
flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UIComponent.as
