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>
I noticed that too and filed this bug yesterday https://jira.jboss.org/jira/browse/RF-4459 So far no one has commented on the issue, but hopefully it can be fixed.