[
https://issues.apache.org/jira/browse/TOBAGO-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Nöth resolved TOBAGO-2423.
----------------------------------
Fix Version/s: 6.8.0
Resolution: Fixed
> Grid layout: rendered=false components block space
> --------------------------------------------------
>
> Key: TOBAGO-2423
> URL: https://issues.apache.org/jira/browse/TOBAGO-2423
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 6.7.2
> Reporter: Henning Nöth
> Assignee: Henning Nöth
> Priority: Major
> Fix For: 6.8.0
>
>
> If a component inside a grid layout is not rendered, the following component
> are not moving up.
> Example:
> {code:xml}
> <tc:gridLayout columns="1fr 1fr">
> <tc:in id="in1" rendered="false"/>
> <tc:in id="in2"/>
> <tc:in id="in3"/>
> <tc:in id="in4"/>
> </tc:gridLayout>
> {code}
> Expectation: The "in2" component should be rendered in the upper left corner.
> Actual: In the upper left corner no component is rendered. The "in2"
> component is rendered in the upper right corner.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)