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

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

    Priority: Major  (was: Critical)

    
> 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.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: jboss, richfaces, tooltip
>
> 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 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

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

Reply via email to