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/06/26 16:55:45 UTC

[10/50] [abbrv] git commit: [flex-asjs] [refs/heads/master] - View needs to be an IMXMLDocument so it doesn't instantiate its children until it is placed in the DOM. Otherwise the children don't calculate sizes correctly

View needs to be an IMXMLDocument so it doesn't instantiate its children until it is placed in the DOM.  Otherwise the children don't calculate sizes correctly


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

Branch: refs/heads/master
Commit: 48affe2644b2f6eb2ad548a3b0dc9490b0e85d02
Parents: 44e236a
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 5 23:50:38 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 5 23:50:38 2017 -0700

----------------------------------------------------------------------
 .../projects/Basic/src/main/flex/org/apache/flex/core/View.as      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/48affe26/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/View.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/View.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/View.as
index 27882f3..13c3e52 100644
--- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/View.as
+++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/View.as
@@ -39,7 +39,7 @@ package org.apache.flex.core
      *  @playerversion AIR 2.6
      *  @productversion FlexJS 0.0
      */
-	public class View extends ViewBase
+	public class View extends ViewBase implements IMXMLDocument
 	{		
 		public function View()
 		{