[
https://issues.apache.org/jira/browse/TOBAGO-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263647#comment-13263647
]
Dom W. commented on TOBAGO-1106:
--------------------------------
My apologies, this is no bug. I forgot to set rendered to false on an adjoining
tc:menuSeparator and thus having two menu separators next to each other like
that:
<tc:menuBar>
<tc:menu label="Menu1">
<tc:menuItem label="Sub1" />
</tc:menu>
<tc:menuSeparator/>
<tc:menu label="Menu2" rendered="false">
<tc:menuItem label="Sub2" />
</tc:menu>
<tc:menuSeparator/>
<tc:menu label="Menu3">
<tc:menuItem label="Sub3" />
</tc:menu>
</tc:menuBar>
> tc:menu still occupies some space, when rendered is set to "false"
> ------------------------------------------------------------------
>
> Key: TOBAGO-1106
> URL: https://issues.apache.org/jira/browse/TOBAGO-1106
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.0.39
> Environment: Firefox 11.0, Ubuntu 11.10 64bit
> Reporter: Dom W.
> Priority: Minor
>
> A tc:menu still occupies some space (about 5 pixels) in the menubar, when
> rendered is set to "false". The additional space is visible between the left
> and right tc:menu of the "unrendered" tc:menu.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira