You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by yi...@apache.org on 2016/11/28 07:38:11 UTC

[1/2] git commit: [flex-asjs] [refs/heads/develop] - Don't use scrolling on JS side until layout is figured out.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 99dc3584a -> ce807561d


Don't use scrolling on JS side until layout is figured out.


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

Branch: refs/heads/develop
Commit: c813c2f90c0df68f0a3e65574138ba88d7f87065
Parents: 62150cf
Author: yishayw <yi...@hotmail.com>
Authored: Mon Nov 28 09:36:04 2016 +0200
Committer: yishayw <yi...@hotmail.com>
Committed: Mon Nov 28 09:36:04 2016 +0200

----------------------------------------------------------------------
 frameworks/projects/HTML/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c813c2f9/frameworks/projects/HTML/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/resources/defaults.css b/frameworks/projects/HTML/src/main/resources/defaults.css
index 29e75cc..9c017e2 100644
--- a/frameworks/projects/HTML/src/main/resources/defaults.css
+++ b/frameworks/projects/HTML/src/main/resources/defaults.css
@@ -255,7 +255,7 @@ Accordion
 	IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.beads.DataItemRendererFactoryForArrayData");
 	IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory");
 	IItemRenderer: ClassReference("org.apache.flex.html.supportClasses.AccordionItemRenderer");
-	IViewport: ClassReference("org.apache.flex.html.supportClasses.ScrollingViewport");
+	IViewport: ClassReference("org.apache.flex.html.supportClasses.ClippingViewport");
 	IViewportModel: ClassReference("org.apache.flex.html.beads.models.ViewportModel");
 	IAccordionCollapseBead: ClassReference("org.apache.flex.html.beads.AccordionCollapseBead");
 	border-style: solid;


[2/2] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop

Posted by yi...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop


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

Branch: refs/heads/develop
Commit: ce807561d6a0f75765280c7fd26fe9bd79e880ad
Parents: c813c2f 99dc358
Author: yishayw <yi...@hotmail.com>
Authored: Mon Nov 28 09:38:05 2016 +0200
Committer: yishayw <yi...@hotmail.com>
Committed: Mon Nov 28 09:38:05 2016 +0200

----------------------------------------------------------------------
 .../flexjs/MDLExample/src/main/flex/Chips.mxml  |   3 +
 .../main/flex/org/apache/flex/mdl/ButtonChip.as | 101 +++++++++++++++++++
 .../src/main/flex/org/apache/flex/mdl/Chip.as   |   1 -
 .../src/main/resources/mdl-manifest.xml         |   2 +-
 4 files changed, 105 insertions(+), 2 deletions(-)
----------------------------------------------------------------------