[richfaces-svn-commits] JBoss Rich Faces SVN: r14392 - branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu May 28 08:48:06 EDT 2009
Author: amarkhel
Date: 2009-05-28 08:48:06 -0400 (Thu, 28 May 2009)
New Revision: 14392
Modified:
branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
Log:
Fix RF-3279
Modified: branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
===================================================================
--- branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2009-05-28 12:41:10 UTC (rev 14391)
+++ branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2009-05-28 12:48:06 UTC (rev 14392)
@@ -250,10 +250,7 @@
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 event = A4J.AJAX.CloneObject(e, false);
var ajaxOptions = this.ajaxOptions;
if(this.clientAjaxParams){
if(e.clientX){
@@ -267,6 +264,7 @@
Object.extend(ajaxOptions['parameters'], this.clientAjaxParams);
}
+ }
if (this.delay>0)
{
this.setToolTipPosition(e);
More information about the richfaces-svn-commits
mailing list