[richfaces-issues] [JBoss JIRA] Created: (RF-3243) Tool tip is not opened when i use Javsscript event .

Mariappan Pandy (JIRA) jira-events at lists.jboss.org
Fri Apr 25 02:47:09 EDT 2008


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


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

        



More information about the richfaces-issues mailing list