You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2008/11/07 09:52:44 UTC

[jira] Updated: (TRINIDAD-1265) safari:buttons in navigation pane display only vertically

     [ https://issues.apache.org/jira/browse/TRINIDAD-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated TRINIDAD-1265:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.10-core
                   1.2.10-core
         Assignee: Matthias Weßendorf
           Status: Resolved  (was: Patch Available)

> 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
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>             Fix For: 1.2.10-core, 1.0.10-core
>
>         Attachments: trinidadNavigationPane_safari_7268626.patch
>
>
> 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.