[richfaces-issues] [JBoss JIRA] (RF-13524) the tooltip freezes when changing page.

Carlos Mauro Cárdenas Fernández (JIRA) issues at jboss.org
Fri Jan 31 10:43:29 EST 2014


Carlos Mauro Cárdenas Fernández created RF-13524:
----------------------------------------------------

             Summary: the tooltip freezes when changing page.
                 Key: RF-13524
                 URL: https://issues.jboss.org/browse/RF-13524
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: accessibility, component, component-a4j-core, component-tables
    Affects Versions: 4.2.2.Final, 4.0.0.CR1
         Environment: Windows Vista, Web Sphere 8.5, Java jdk 1.5, maven 
            Reporter: Carlos Mauro Cárdenas Fernández
            Priority: Critical


I have a tooltip implemented on a main page, but when you click the link tooltip box gets stuck on next page
 
<h:outputText value="#{it.get(newItem.strCampoNombre)}" rendered="#{newItem.strCampoTipo == '1' or newItem.strCampoTipo == '5' or newItem.strCampoTipo == '4' or newItem.strCampoTipo == '9' or newItem.strCampoTipo == '10' or newItem.strCampoTipo == '11'}" />
<h:outputText value="#{it.get((newItem.strCampoToolTip))}" rendered="#{newItem.strCampoTipo == '8'}" />
<rich:tooltip styleClass="tooltip" layout="block" rendered="#{newItem.strCampoTipo == '8'}" showDelay="500" onhide="false" hideEvent="mouseleave">
<span class="wrap"> <h:outputText value="#{it.get(newItem.strCampoNombre)}" /> </span>
</rich:tooltip>
 
problem.png
 
I tried to change the  tooltip parameter but didnt find the solution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list