safari:buttons in navigation pane display only vertically
---------------------------------------------------------

                 Key: TRINIDAD-1265
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1265
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.9-core
         Environment: Windows and linux
            Reporter: Agam Dass
            Priority: Minor


Problem
-------
Safari: commandNavigationItems are always displayed vertically when placed
inside a NavigationPane

The same buttons are displayed horizontally in FIrefox

To Reproduce
------------
1. use the foll in the page
        <h:form>
          <tr:panelAccordion>
            <tr:showDetailItem text="showDetailItem 1"/>
            <tr:showDetailItem text="showDetailItem 2">
              <tr:outputText value="asgsdfg"/>
            </tr:showDetailItem>
          </tr:panelAccordion>
          <tr:navigationPane title="navpane">
            <tr:commandNavigationItem text="commandNavigationItem 1"/>
            <tr:commandNavigationItem text="commandNavigationItem 1"/>
            <tr:commandNavigationItem text="commandNavigationItem 1"/>
            <tr:commandNavigationItem text="commandNavigationItem 1"/>
          </tr:navigationPane>
        </h:form>
2. Run the page and note the items are displayed vertically 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to