2 Replies Latest reply on Oct 22, 2008 7:49 AM by dsantos

    contextMenu problem ?

      Hi,
      Im using rich:contextMenu... and when showing the "rich:contextMenu" the content is displayed below of the div="content".
      But this occurs only on IE 6 and FF it works fine!


      
      #menu {
       width: 245px;
       height: 600px;
       float: left;
       max-width: 245px;
       overflow: hidden;
      }
      
      
      <div id="menu">
      
       < .................. >
      
       <rich:treeNode>
       <h:outputText value="Node"/>
       <rich:componentControl event="oncontextmenu" for="menuList" operation="show">
       </rich:componentControl>
       </rich:treeNode>
      
      
       <rich:contextMenu attached="false" id="menuList" submitMode="ajax" hideDelay="5">
       <rich:menuItem submitMode="none" selectStyle="NormalLabel" >
      
       <h:outputText value="Observation"/>
      
       </rich:menuItem>
      
       </rich:contextMenu>
      </div>
      
      
      
      <div id="content">
      
      </div>
      
      


      can someone help me?
      Tks!