[
https://issues.apache.org/jira/browse/TOBAGO-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327546#comment-16327546
]
Hudson commented on TOBAGO-1842:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #1245 (See
[https://builds.apache.org/job/Tobago%20Trunk/1245/])
TOBAGO-1842 Wrong content if using tc:tabGroup with tc:style * fix issue
(hnoeth: rev 9f4f0a11c140c3590a97fe57ff99aad8afdcb75a)
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/TabGroupRenderer.java
* (add)
tobago-example/tobago-example-demo/src/main/webapp/content/40-test/2500-tab/tabgroup-style.xhtml
* (add)
tobago-example/tobago-example-demo/src/main/webapp/content/40-test/2500-tab/tabgroup-style.test.js
> Wrong content 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: 3.0.6, 4.0.0
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Priority: Major
>
> 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)