[richfaces-issues] [JBoss JIRA] (RF-12554) <rich:tooltip> inside <ui:repeat> doesn't work without a dummy usage outside

Gurinder Randhawa (JIRA) issues at jboss.org
Sun Apr 27 23:12:33 EDT 2014


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

Gurinder Randhawa commented on RF-12554:
----------------------------------------

WE are using tooltipster javascript plugin in our xhtml (richfaces 4,3,5)

We use <div class="tooltip" title="QUESTION TOOL TIP INSIDE REPEAT"> A. QUESTION TOOL TIP INSIDE REPEAT </div> which doesn't work inside a ui:repeat or a4j:repeat tag. The javascript is loaded in our template and is firing, but results are not rendered in styled format. The tooltip works everywhere else. 
                
> <rich:tooltip> inside <ui:repeat> doesn't work without a dummy usage outside
> ----------------------------------------------------------------------------
>
>                 Key: RF-12554
>                 URL: https://issues.jboss.org/browse/RF-12554
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.2.3.Final
>            Reporter: Bojan Antonovic
>            Priority: Minor
>
> To make it work, you have to write once the dummy
> {code}
> <rich:panel><rich:tooltip><!--bla--></rich:tooltip></rich:panel>
> {code}
> then you can use as often as you wish:
> {code}
> <ui:repeat>
> <rich:tooltip> ...
> </ui:repeat>
> {code}

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