[ http://issues.apache.org/jira/browse/MYFACES-1061?page=all ]
Jim Wright updated MYFACES-1061:
--------------------------------
Attachment: tabbedPaneRendererpatch.txt
Sorry I attached the wrong patch before here is the correct patch for this
issue tabbedPaneRendererPatch.txt
> TabbedPane active sub header uses wrong user defined styleClass
> ---------------------------------------------------------------
>
> Key: MYFACES-1061
> URL: http://issues.apache.org/jira/browse/MYFACES-1061
> Project: MyFaces
> Type: Bug
> Components: Tomahawk
> Versions: 1.1.1
> Environment: All
> Reporter: Jim Wright
> Attachments: HTMLPanelTabRendererPatch, tabbedPaneRendererpatch.txt
>
> When you specify your own styleClass for the activeSubStyle class like this :
> <t:panelTabbedPane id="pageTabs" selectedIndex="0"
> activeTabStyleClass="activeTab"
> inactiveTabStyleClass="inactiveTab"
> disabledTabStyleClass="disabledTab"
> activeSubStyleClass="activeSub"
> inactiveSubStyleClass="inactiveSub"
> tabContentStyleClass="tabContent">
> the rendered result clearly shows the active sub header cell using the user
> defined styleClass for an inactive sub header cell:
> <tr>
> <td id="tabsForm:_id13_headerCell_sub"
> class="myFaces_panelTabbedPane_subHeaderCell
> myFaces_panelTabbedPane_subHeaderCell_first inactiveSub
> myFaces_panelTabbedPane_subHeaderCell_inactive"> </td>
> <td id="tabsForm:_id15_headerCell_sub"
> class="myFaces_panelTabbedPane_subHeaderCell inactiveSub
> myFaces_panelTabbedPane_subHeaderCell_inactive"> </td>
> <td id="tabsForm:_id17_headerCell_sub"
> class="myFaces_panelTabbedPane_subHeaderCell inactiveSub
> myFaces_panelTabbedPane_subHeaderCell_active"> </td>
> <td id="tabsForm:_id24_headerCell_sub"
> class="myFaces_panelTabbedPane_subHeaderCell inactiveSub
> myFaces_panelTabbedPane_subHeaderCell_inactive"> </td>
> <td class="myFaces_panelTabbedPane_subHeaderCell
> myFaces_panelTabbedPane_subHeaderCell_last inactiveSub"> </td>
> </tr>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira