FLEX-33307: solves a kazillion issues with MXFTETextInput that pop up when trying to compile 'spark.swc' with Falcon. Not sure if this is a valid difference between the old compiler and Falcon, or if I'm just working around an issue that needs fixin'
Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/82fb7f8b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/82fb7f8b Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/82fb7f8b Branch: refs/heads/develop Commit: 82fb7f8bd51265bcf02dbab1e1ac1388ff47981c Parents: 633f525 Author: Erik de Bruin <[email protected]> Authored: Mon Sep 23 15:34:23 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Mon Sep 23 15:34:23 2013 +0200 ---------------------------------------------------------------------- frameworks/projects/spark/src/mx/controls/MXFTETextInput.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/82fb7f8b/frameworks/projects/spark/src/mx/controls/MXFTETextInput.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/mx/controls/MXFTETextInput.as b/frameworks/projects/spark/src/mx/controls/MXFTETextInput.as index 404694f..3ef3612 100644 --- a/frameworks/projects/spark/src/mx/controls/MXFTETextInput.as +++ b/frameworks/projects/spark/src/mx/controls/MXFTETextInput.as @@ -65,7 +65,7 @@ use namespace mx_internal; * @playerversion AIR 1.5 * @productversion Flex 4 */ -public class MXFTETextInput extends TextInput implements ITextInput +public class MXFTETextInput extends spark.components.TextInput implements ITextInput { include "../../spark/core/Version.as";
