[svn:fx-trunk] 12395: Fix for https://bugs.adobe.com/jira/browse/SDK-24361.
Revision: 12395
Revision: 12395
Author: klin@adobe.com
Date: 2009-12-02 15:34:53 -0800 (Wed, 02 Dec 2009)
Log Message:
***********
Fix for https://bugs.adobe.com/jira/browse/SDK-24361. My previous fix in 11954 is dependent on ScrollBar and Slider being added to the stage because of the calls to localToGlobal and globalToLocal. This caused issues in AIR where a scroll bar would update and get back unreasonable values from those methods. I've added an addedToStageHandler that forces a redraw whenever the component is added to the stage.
QE notes: No
Doc notes: No
Bugs: SDK-24361
Reviewer: Glenn
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-24361
http://bugs.adobe.com/jira/browse/SDK-24361
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TrackBase.as
