[
http://jira.jboss.com/jira/browse/RF-3243?page=all ]
Sergey Halipov resolved RF-3243.
--------------------------------
Resolution: Cannot Reproduce Bug
Your example works well for me both of Javascript and tooltip. Try to correct tag name,
replace rich:tooltip with rich:toolTip (upper T).
Tool tip is not opened when i use Javsscript event .
----------------------------------------------------
Key: RF-3243
URL:
http://jira.jboss.com/jira/browse/RF-3243
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Jdk 1.5
Tomcat 6.1
Jsf 1.2
Facelets
Reporter: Mariappan Pandy
Assigned To: Sergey Halipov
Fix For: 3.2.1
Code snippet
<a:jsfGraphicImage id="toolTip"
value="#{image['HelpIcon']}" />
<rich:tooltip for="toolTip" followMouse="true"
direction="top-right" onshow="test()">
<f:facet name="header">
<a:jsfOutputText value="#{text['TooltipGuide']}"/>
</f:facet>
<f:verbatim>
<DIV class="jsfOutputHelp">
#{text['TooltipGuide']}
</DIV>
</f:verbatim>
</rich:tooltip >
I was trying to call java script method when opening/closing tooltip but the method get
called also the tooltip never opens.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira