3 Replies Latest reply on Apr 3, 2009 5:49 AM by ihpled

    tabPanel z-index problem on ie6, ie7 and ie8

    ihpled

      It seems there is a z-index problem if you put a menu inside a tabPanel and you put another tabPanel under the first one. The menu opened inside the firs tabPanel shows up "under" the second tabPanel.
      This a code sample:

      <rich:tabPanel>
      <rich:tab label="Tab1">
      <rich:dropDownMenu value="Menu">
      <rich:menuItem value="Test Item" />
      <rich:menuItem value="Test Item" />
      <rich:menuItem value="Test Item" />
      </rich:dropDownMenu>
      </rich:tab>
      </rich:tabPanel>
      <rich:tabPanel>
      <rich:tab label="Tab2">
      </rich:tab>
      </rich:tabPanel>

      try it yourself!
      This problem affects only ie browsers (I tested latest firefox and chrome and it seems all ok)
      I hope you solve this annoying problem!

      Thanks in advance.