[ 
https://issues.jboss.org/browse/RF-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Leathem updated RF-13524:
-------------------------------

    Labels: waiting_on_user  (was: jboss richfaces tooltip)


> 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)

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to