[
http://jira.jboss.com/jira/browse/RF-3243?page=all ]
Nick Belaevski updated RF-3243:
-------------------------------
Fix Version/s: 3.2.1
Assignee: Sergey Halipov
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