You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/30 19:48:15 UTC

[40/50] git commit: [flex-asjs] [refs/heads/tlf] - add activation events even on setting text

add activation events even on setting text


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

Branch: refs/heads/tlf
Commit: bbbc47d00bba7273f3d3dae82bdb6ffddbade15a
Parents: 1a39080
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 30 11:31:42 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 30 11:31:42 2017 -0700

----------------------------------------------------------------------
 .../org/apache/flex/textLayout/container/TextContainerManager.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bbbc47d0/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/container/TextContainerManager.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/container/TextContainerManager.as b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/container/TextContainerManager.as
index 4488faf..457dd88 100644
--- a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/container/TextContainerManager.as
+++ b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/container/TextContainerManager.as
@@ -594,8 +594,8 @@ package org.apache.flex.textLayout.container
 				//TODO do we need to fix this?
 //				if (_container is InteractiveObject)
 //					_container.mouseChildren = false;
-				addActivationEventListeners();
 			}
+			addActivationEventListeners();
 			_text = text ? text : ""; 
 			_damaged = true;
 			_textDamaged = false;