af|navigationPane height is set to 25px in base-desktop.xss for browser-type IE
-------------------------------------------------------------------------------

                 Key: ADFFACES-426
                 URL: https://issues.apache.org/jira/browse/ADFFACES-426
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Skinning
    Affects Versions: 1.0.1-incubating-core-SNAPSHOT, 1.0.0-incubating-core
         Environment: Internet Explorer 6 and Internet Explorer 7
            Reporter: Markus Döring


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.

Reply via email to