You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/28 10:08:57 UTC

[royale-asjs] branch develop updated: jewel-table: comment for the future

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 900c745  jewel-table: comment for the future
900c745 is described below

commit 900c745a349e534864dbaabf4576cea2db0025a0
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Aug 28 12:08:46 2020 +0200

    jewel-table: comment for the future
---
 frameworks/projects/Jewel/src/main/sass/components/_table.sass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Jewel/src/main/sass/components/_table.sass b/frameworks/projects/Jewel/src/main/sass/components/_table.sass
index 265a3af..4c997e9 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_table.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_table.sass
@@ -100,6 +100,7 @@ j|Table
     IDataProviderItemRendererMapper: ClassReference("org.apache.royale.jewel.beads.itemRenderers.TableItemRendererFactoryForCollectionView")
     IViewport: ClassReference("org.apache.royale.jewel.supportClasses.scrollbar.ScrollingViewport")
     // IViewportModel: ClassReference("org.apache.royale.html.beads.models.ViewportModel")
+    // this bead was created for SWF, so we should try to avoid this for JS in the future
     IContentView: ClassReference("org.apache.royale.jewel.supportClasses.table.TBodyContentArea")