You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Nicolas LE BAS (JIRA)" <de...@myfaces.apache.org> on 2007/05/22 19:08:16 UTC

[jira] Commented: (TOMAHAWK-1006) t:panelNavigation2 does not render separators in list mode

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497931 ] 

Nicolas LE BAS commented on TOMAHAWK-1006:
------------------------------------------

Since I'm not familiar with the apache procedures, can someone please check and commit this ?


> 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.