Henning Nöth created TOBAGO-2147: ------------------------------------ Summary: Image is not shown in sheet Key: TOBAGO-2147 URL: https://issues.apache.org/jira/browse/TOBAGO-2147 Project: MyFaces Tobago Issue Type: Bug Components: Core Affects Versions: 2.5.0 Reporter: Henning Nöth
A tc:image is not shown in a sheet column if the image is wrapped within a tc:panel. {code:xml} <tc:sheet ...> ... <tc:column> <tc:panel> <tc:image value="image.jpg" height="16px" width="16px"/> </tc:panel> </tc:column> ... </tc:sheet> {code} The panel is rendered with CSS "position: relative" and without a height set. The image has CSS "position: absolute". This leads to a panel with zero height. -- This message was sent by Atlassian Jira (v8.20.10#820010)