2 Replies Latest reply on Jun 18, 2008 5:19 PM by dgreenbean

    simpleTogglePanel marker in IE when position: relative

    dgreenbean

      Hi,

      Using IE 7 and RichFaces 3.2.1.GA, the marker for a simpleTogglePanel is not displayed when the panel is inside any component with "position: relative" specified as a style. This does not happen in Mozilla. The rest of the functionality of the marker is still there, but the user has no way of seeing it. This is an example of my JSF page:

      <html>
       <f:view>
       <head></head>
       <body>
       <div style="position: relative;">
       <rich:simpleTogglePanel id="somePanel" switchType="client">
       <h:outputText value="Hello World!" />
       </rich:simpleTogglePanel>
       </div>
       </body>
       </f:view>
      </html>
      


      I have tried setting the style of the panel to "position: static", but that did not help. Does anyone have any ideas for tricks to fix this?

      Thank you,
      David