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/06 16:21:50 UTC

[jira] Resolved: (TRINIDAD-181) af|navigationPane height is set to 25px in base-desktop.xss for browser-type IE

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

Matthias Weßendorf resolved TRINIDAD-181.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.10-core
                   1.2.10-core
         Assignee: Matthias Weßendorf

fixed in recent trunks.

> af|navigationPane height is set to 25px in base-desktop.xss for browser-type IE
> -------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-181
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-181
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT, 1.0.1-core, 1.0.2-core, 1.0.3-core, 1.0.4-core, 1.0.5-core, 1.0.6-core, 1.0.7-core
>         Environment: Internet Explorer 6 and Internet Explorer 7
>            Reporter: Markus Döring
>            Assignee: Matthias Weßendorf
>             Fix For: 1.2.10-core, 1.0.10-core
>
>         Attachments: menu-ff.jpg, menu-ie.jpg
>
>
> In the base-desktop.xss the height for af|navigationPane is set to 25px:
> <styleSheet browsers="ie">
>    ...
>   <style selector="af|navigationPane">
>     <property name="height">25px</property>
>   </style>
> </styleSheet>
> This cause the <tr:navigationPane hint="list"> to be to small in all IE versions. Only the very first <tr:commandNavigaitonItem> is displayed.
> workaround:
> custom skin with the following line:
> af|navigationPane {height:100%;}
> this is tested and works fine with Gekko Enging (Firefox, Mozilla), IE 6 and IE7.
> fix:
> remove the fixed height in the base-desktop.xss or set it to 100%

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