See screenshots and code below
- bug: the longest item in a list style navigationPane is always missing its
  bullet

- bug: on IE if you wrap the navigationPane in a panelBox the navigationPane
  gets clipped

- usability issue: please make the xml defined menu model hotswapable (like the
  style sheets) I really don't want to redeploy when testing/configuring it

snippet from xhtml/facelet file:
        <tr:form>
                <tr:panelBox text="Basic Data" background="medium">
                        <tr:navigationPane var="node" value="#{rootMenu}" level="1" 
hint="list">
                                <f:facet name="nodeStamp">
                                        <tr:commandNavigationItem text="#{node.label}" 
action="#{node.doAction}"/>
                                </f:facet>
                        </tr:navigationPane>
                </tr:panelBox>
        </tr:form>


BTW: The screenshot also shows that the panelBox header on IE has an ugly white 
line above the header.

<<inline: firefox.png>>

<<inline: ie.png>>

Reply via email to