[ 
https://issues.apache.org/jira/browse/TOBAGO-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Kieselhorst resolved TOBAGO-367.
---------------------------------------
    Resolution: Won't Fix

Cell is deprecated since Tobago 1.5. Please use a appropriate grid layout 
constraints.

> cell spanY attribute results in rendering error
> -----------------------------------------------
>
>                 Key: TOBAGO-367
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-367
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.10
>            Reporter: Dennis Hauser
>            Priority: Minor
>         Attachments: spanY_error.jpg
>
>
> When using spanY attribute of <tc:cell> to span a cell over several rows, the 
> followig tags are spanned over several rows as well.
> The example renders a group of radio buttons on the left sie, spanning 2 
> rows. To its right there should be 2 tc:in, but the first tc:in is spanning 
> over 2 rows as well.
>                       <tc:box label="Trading Start Time">
>                               <f:facet name="layout">
>                                       <tc:gridLayout rows="fixed;fixed;*" 
> columns="fixed;fixed;*" />
>                                       <%--radiobuttons left, 2-3 ins right  
> --%>
>                               </f:facet>
>                               <tc:cell spanY="2">
>                                       <tc:selectOneRadio
>                                               
> value="#{tradingScheduleController.startTimeType}">
>                                               <f:selectItems 
> value="#{tradingScheduleController.timeTypeItems}" />
>                                       </tc:selectOneRadio>
>                               </tc:cell>
>                               <tc:cell>
>                               <tc:in label="Days before delivery" value="1" />
>                               </tc:cell>
>                               <tc:cell />
>                               <tc:cell>
>                               <tc:in label="Time" value="15:00" />
>                               </tc:cell>
>                               <tc:cell />
>                               <tc:cell spanX="3" />
>                       </tc:box>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to