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

harbs 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 7c4e2de  We’re setting y, so position needs to be absolute
7c4e2de is described below

commit 7c4e2de2efb54c03a568851b41db9f74696b922e
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Nov 11 13:01:31 2018 +0200

    We’re setting y, so position needs to be absolute
---
 .../main/royale/org/apache/royale/html/beads/layouts/DataGridLayout.as   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/layouts/DataGridLayout.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/layouts/DataGridLayout.as
index cc0b595..faf1595 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/layouts/DataGridLayout.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/layouts/DataGridLayout.as
@@ -154,6 +154,7 @@ package org.apache.royale.html.beads.layouts
                        }
                        COMPILE::JS {
                                (header as UIBase).percentWidth = 100;
+                               listArea.element.style.position = "absolute";
                        }
                        // header's height is set in CSS
                        

Reply via email to