1 Reply Latest reply on Sep 12, 2008 12:22 PM by cdollar393

    toolTip hideDelay problem

    mail.micke

      Hi

      hideDelay doesn't seem to be working properly.

      After first show it gets hidden, but second time it is displayed it never goes away. I get the same behaviour in both FF3 and IE6.

      <a4j:outputPanel id="mmCrossBTb">
       <h:graphicImage value="../_icons/datasheet.gif" align="middle"/>
      </a4j:outputPanel>
      <rich:toolTip hideDelay="2000" for="mmCrossBTb" mode="ajax" layout="block" direction="bottom-right">
       <f:facet name="defaultContent">
       Fetching content...
       </f:facet>
       <lch:couTimebuckets tbList="#{couOverviewBacking.expMm.timebucketsCrossBorder}"/>
      </rich:toolTip>
      


      The source tag just renderes a simple table.

      - Micke