0 Replies Latest reply on Oct 6, 2008 11:06 AM by liuliu

    bug  selectbooleancheckbox and contextmenu in the same page

    liuliu

      hi,

      I found a bug when event of contextmenu is onclick, selectbooleancheckbox in the page does not work anymore.

      here is the code to show it.

      <a4j:form id="form">
      
       <h:selectBooleanCheckbox />
      
       <t:graphicImage id="imgActionHeader" value="../../image/menu/signer.gif" style="border:0px; cursor:pointer" />
       <rich:contextMenu id="menu" attachTo="imgActionHeader" event="onclick">
       <rich:menuItem value="toto" />
       </rich:contextMenu>
      </a4j:form>