Author: pyaschenko
Date: 2009-03-11 11:23:52 -0400 (Wed, 11 Mar 2009)
New Revision: 12923
Modified:
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
Log:
https://jira.jboss.org/jira/browse/RF-6487
Modified:
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
===================================================================
---
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2009-03-11
14:24:18 UTC (rev 12922)
+++
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2009-03-11
15:23:52 UTC (rev 12923)
@@ -250,6 +250,8 @@
this.toolTip.style.visibility = "hidden";
this.toolTip.style.display = 'block';
this.setToolTipPosition(e);
+ } else {
+ this.toolTipContent.innerHTML = "";
}
var event = A4J.AJAX.CloneObject(e, false);
var ajaxOptions = this.ajaxOptions;