Bernhard Stadler created TOBAGO-1372:
----------------------------------------
Summary: tc:sheet with rowSpan in "auto" row gets 0 height
Key: TOBAGO-1372
URL: https://issues.apache.org/jira/browse/TOBAGO-1372
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 2.0.0-beta-1
Environment: JSF 2.0.1.1 / Servlet 3.0.1 / Jetty
Reporter: Bernhard Stadler
I have a tobago page having a grid layout with "auto" rows and "*" columns.
When I put a tc:sheet with a rowSpan >= 2 on it, the table doesn't get
rendered. Without rowSpan, this works nicely.
When I try removing the rowSpan from tc:sheet and putting the sheet inside a
panel with rowSpan >= 2, the sheet does get rendered, but subsequent elements
overlap the table as if it had height = 0px.
The only workaround I found is giving the sheet rowSpan=1 (instead of n >= 2)
and adding a panel with rowSpan=n-1. (However, this doesn't work too well for
my use case).
I'll attach examples for both cases.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)