[
https://issues.apache.org/jira/browse/TOBAGO-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Nöth resolved TOBAGO-2381.
----------------------------------
Fix Version/s: 5.15.0
6.7.0
Resolution: Fixed
> Resizing columns in nested sheets also resize parent colum
> ----------------------------------------------------------
>
> Key: TOBAGO-2381
> URL: https://issues.apache.org/jira/browse/TOBAGO-2381
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: JavaScript
> Affects Versions: 5.14.0, 6.6.0
> Reporter: Henning Nöth
> Assignee: Henning Nöth
> Priority: Major
> Fix For: 5.15.0, 6.7.0
>
>
> If a sheet is nested inside a sheet, than the resizing of the inner sheet
> doesn't work properly. Resizing of the outer sheet works. If a column of the
> inner sheet is resized than the column of the parent sheet will also change.
> {code:xml}
> <tc:sheet columns="1fr 1fr" ...>
> <tc:column>...</tc:column>
> <tc:column label="Nested Sheet">
> <tc:sheet columns="1fr 1fr">
> <tc:column>...</tc:column>
> <tc:column>...</tc:column>
> </tc:sheet>
> </tc:column>
> </tc:sheet>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)