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

Brian Leathem (JIRA) issues at jboss.org
Thu Jun 5 18:26:15 EDT 2014


    [ https://issues.jboss.org/browse/RF-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973904#comment-12973904 ] 

Brian Leathem commented on RF-13524:
------------------------------------

Can you please provide a simple-as-possible yet runnable sample to reproduce this issue?

> 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: component-output
>    Affects Versions: 4.0.0.CR1, 4.2.2.Final
>         Environment: Windows Vista, Web Sphere 8.5, Java jdk 1.5, maven 
>            Reporter: Carlos Mauro Cárdenas Fernández
>              Labels: waiting_on_user
>
> I have a tooltip implemented on a main page, but when you click the link tooltip box gets stuck on next page
>  
> {code}
> <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>
> {code} 
> problem.png
>  
> I tried to change the  tooltip parameter but didnt find the solution.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)



More information about the richfaces-issues mailing list