Henning Noeth created TOBAGO-1842:
-------------------------------------
Summary: Wrong content of tab is shown if using tc:tabGroup with
tc:style
Key: TOBAGO-1842
URL: https://issues.apache.org/jira/browse/TOBAGO-1842
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 4.0.0, 3.0.6
Reporter: Henning Noeth
If a page is loaded with the following example, the content of the second tab
is shown while the first tab is selected.
{code:xml}<tc:tabGroup>
<tc:style customClass="someCssClass"/>
<tc:tab label="One">
First tab.
</tc:tab>
<tc:tab label="Two">
Second tab.
</tc:tab>
</tc:tabGroup>{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)