Author: amarkhel
Date: 2009-06-25 10:09:30 -0400 (Thu, 25 Jun 2009)
New Revision: 14725
Modified:
branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
Log:
Fix RF-7244
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-06-25
14:09:04 UTC (rev 14724)
+++
branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2009-06-25
14:09:30 UTC (rev 14725)
@@ -275,7 +275,10 @@
}
else
{
- this.setToolTipVisible();
+ if (this.toolTipDefaultContent)
+ {
+ this.setToolTipVisible();
+ }
this.ajaxFunction(event);
}
} else {