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/13 06:00:19 UTC

[03/12] git commit: [flex-asjs] [refs/heads/release0.8.0] - SizeToContent doesn't really work anymore in JS. There is no layout or other pass that sets the unspecified width or height (and probably shouldn't be), but then overflow:hidden will hide thing

SizeToContent doesn't really work anymore in JS.  There is no layout or other pass that sets the unspecified width or height (and probably shouldn't be), but then overflow:hidden will hide things because the unspecified width or height will be zero


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

Branch: refs/heads/release0.8.0
Commit: f1fb2a5797da01d49f074438252e501232659198
Parents: b8b0a27
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 12 21:25:37 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 12 22:46:58 2017 -0700

----------------------------------------------------------------------
 examples/flexjs/FlexJSStore/src/main/flex/SupportView.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f1fb2a57/examples/flexjs/FlexJSStore/src/main/flex/SupportView.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/FlexJSStore/src/main/flex/SupportView.mxml b/examples/flexjs/FlexJSStore/src/main/flex/SupportView.mxml
index 439c153..30adb78 100755
--- a/examples/flexjs/FlexJSStore/src/main/flex/SupportView.mxml
+++ b/examples/flexjs/FlexJSStore/src/main/flex/SupportView.mxml
@@ -56,7 +56,7 @@ The width and height are hard-coded in the root tag to help the Design view.
 			
 				<js:Label y="10" text="Check Location" className="sectionHeader" x="20"/>
 				
-				<js:Container height="150" y="64" style="margin:auto">
+				<js:Container height="200" width="100%" y="64" style="margin:auto">
                     <js:beads>
                         <js:VerticalColumnLayout numColumns="2" />
                     </js:beads>