[
https://issues.apache.org/jira/browse/TOMAHAWK-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas LE BAS updated TOMAHAWK-1006:
-------------------------------------
Status: Open (was: Patch Available)
> t:panelNavigation2 does not render separators in list mode
> ----------------------------------------------------------
>
> Key: TOMAHAWK-1006
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1006
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Panel Navigation2
> Affects Versions: 1.1.5
> Reporter: Nicolas LE BAS
>
> example code :
> <t:panelNavigation2 layout="list" separatorClass="MenuHeader"
> activeItemClass="MenuActive" openItemClass="MenuOpen">
> <h:outputText value="Section 1" />
> <t:commandNavigation2 styleClass="MenuLink">
> <h:outputText value="Menu 1"/>
> <t:commandNavigation2 styleClass="MenuButton">
> <h:outputText value="SubMenu 1"/>
> </t:commandNavigation2>
> </t:commandNavigation2>
> <h:outputText value="Section 2" />
> <t:commandNavigation2 styleClass="MenuButton">
> <h:outputText value="Menu 2"/>
> </t:commandNavigation2>
> </t:panelNavigation2>
> HtmlNavigationMenuRendererUtils.renderChildrenListLayout ignores separators,
> while renderChildrenTableLayout handles them.
> It's a major issue since I can't propertly address hierarchical menus with
> CSS in table mode (somehow the sequence of "#160;" just keep getting in the
> way...)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.