Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-181

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 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
    • 1.2.10-core, 1.0.10-core
    • Skinning
    • None
    • Internet Explorer 6 and Internet Explorer 7

    Description

      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%

      Attachments

        1. menu-ff.jpg
          156 kB
          Markus Döring
        2. menu-ie.jpg
          150 kB
          Markus Döring

        Activity

          People

            matzew Matthias Wessendorf
            markusd Markus Döring
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: