Henning Nöth created TOBAGO-2278: ------------------------------------ Summary: Dropdown menus can not be opened in tc:sheet header Key: TOBAGO-2278 URL: https://issues.apache.org/jira/browse/TOBAGO-2278 Project: MyFaces Tobago Issue Type: Bug Components: Core, JavaScript Affects Versions: 6.2.0, 5.10.0 Reporter: Henning Nöth
Example: {code:xml} <tc:column label="Name"> <f:facet name="bar"> <tc:button label="Dropdown" omit="true"> <tc:link label="Entry"/> <tc:link label="Entry"/> </tc:button> </f:facet> <tc:out value="#{object.name}"/> </tc:column> {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)