Hello Stephen,
About the panelBox on IE, what version of IE are you using? When I worked on
it IE 7 was not out yet. Therefore, maybe the simple skin requires some
tweaking to fit the new version.
Regards,
~ Simon
On 8/13/07, Stephen Friedrich <[EMAIL PROTECTED]> wrote:
>
> 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.
>
>