- FIXED - FLEX-34145 Mobile Theme: TextInput with layoutDirection="rtl" becomes 
mirror on focus out.
- Fixed stage text placement error when layoutDirection was set at the app of 
view level.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/656cde85
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/656cde85
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/656cde85

Branch: refs/heads/release4.12.0
Commit: 656cde85ebe4b57b76ad6c467781258968ad391f
Parents: 910b163
Author: mamsellem <maurice.amsel...@systar.com>
Authored: Fri Mar 14 17:01:40 2014 +0100
Committer: mamsellem <maurice.amsel...@systar.com>
Committed: Fri Mar 14 17:01:40 2014 +0100

----------------------------------------------------------------------
 .../src/spark/components/supportClasses/ScrollableStageText.as      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/656cde85/frameworks/projects/mobilecomponents/src/spark/components/supportClasses/ScrollableStageText.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/mobilecomponents/src/spark/components/supportClasses/ScrollableStageText.as
 
b/frameworks/projects/mobilecomponents/src/spark/components/supportClasses/ScrollableStageText.as
index becc9e6..1e35a50 100644
--- 
a/frameworks/projects/mobilecomponents/src/spark/components/supportClasses/ScrollableStageText.as
+++ 
b/frameworks/projects/mobilecomponents/src/spark/components/supportClasses/ScrollableStageText.as
@@ -1567,6 +1567,7 @@ public class ScrollableStageText extends UIComponent  
implements IStyleableEdita
                 proxy.transform.matrix = mirrorMatrix;
             }
         }
+    }
 
     /** Dispose the proxy resources once it has been removed from the stage */
     protected function disposeProxy():void

Reply via email to