You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernhard Stadler (JIRA)" <de...@myfaces.apache.org> on 2014/02/26 09:40:20 UTC

[jira] [Comment Edited] (TOBAGO-1372) tc:sheet with rowSpan in "auto" row gets 0 height

    [ https://issues.apache.org/jira/browse/TOBAGO-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13912632#comment-13912632 ] 

Bernhard Stadler edited comment on TOBAGO-1372 at 2/26/14 8:39 AM:
-------------------------------------------------------------------

tobago-sheet-rowSpan-bug.xhtml: Sheet  with rowSpan "auto" row 

tobago-sheet-panel-rowSpan-bug.xhtml: Attempted workaround with panel. 


was (Author: bstadler):
Sheet  with rowSpan "auto" row resp. attempted workaround with panel. 

> 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
>         Attachments: Sheet in panel with rowSpan=2.jpg, Sheet with rowSpan=2.jpg, tobago-sheet-panel-rowSpan-bug.xhtml, tobago-sheet-rowSpan-bug.xhtml
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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)