You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/03/19 02:41:20 UTC

[39/50] [abbrv] git commit: [flex-sdk] [refs/heads/new_android_skins] - - 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 vie

- 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/new_android_skins
Commit: 656cde85ebe4b57b76ad6c467781258968ad391f
Parents: 910b163
Author: mamsellem <ma...@systar.com>
Authored: Fri Mar 14 17:01:40 2014 +0100
Committer: mamsellem <ma...@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