You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/07/19 07:39:12 UTC

[royale-asjs] branch develop updated (b434803 -> 421ded3)

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from b434803  Merge pull request #1123 from Laturine/fix-proxy-documentation
     new c81b9c1  Can't use Basic DataGroup for List IContentView for SWF;  it's missing selection model.  No reason to override this, anyway.
     new b22bd11  JS side already guarantees that contentView is defined (even if not in defaults.css), and some classes--like VirtualListView--expect it, so guarantee contentView on the SWF side, now.
     new e1f1f3d  Enforce casting (of host) to ILayoutParent, to detect invalid hosts, on JS side (already happens on SWF side).
     new 49537b1  Formally implement ILayoutParent in Spark Containers (already has the function, getLayoutHost), such as List.
     new 321e808  Change needed to use skinClass style in skin MXML with SWF target.
     new 421ded3  Merge pull request #1129 from estanglerbm/container-swf-fixes

The 12704 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/royale/org/apache/royale/html/supportClasses/Viewport.as  | 3 +++
 .../projects/Core/src/main/royale/org/apache/royale/core/LayoutBase.as | 1 -
 frameworks/projects/MXRoyale/src/main/royale/mx/core/FlexCSSStyles.as  | 2 ++
 frameworks/projects/SparkRoyale/src/main/resources/defaults.css        | 1 -
 .../SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as | 3 ++-
 .../src/main/royale/spark/components/SkinnableDataContainer.as         | 3 ++-
 6 files changed, 9 insertions(+), 4 deletions(-)