[richfaces-issues] [JBoss JIRA] (RF-10833) rich:tooltip doesn't work inside h:outputText

Bernhard Thalmayr (JIRA) jira-events at lists.jboss.org
Wed Apr 25 15:05:17 EDT 2012


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

Bernhard Thalmayr commented on RF-10833:
----------------------------------------

I tested both of the suggested solutions with RF 4.2.1 final,GF 3.1.1 and none of them worked. I used the following markup...

                    <p>
                        <h:outputText id="ot1" value="outputText1">
                            <rich:tooltip id="tt1">
                                <span>tooltip1</span>
                            </rich:tooltip>
                        </h:outputText>
                    </p>
                    
                    <p>
                        <a4j:outputPanel>
                            <h:outputText value="outputText2">
                                <rich:tooltip id="tt2">
                                    <span>tooltip2</span>
                                </rich:tooltip>
                            </h:outputText>
                        </a4j:outputPanel>
                    </p>
                
> rich:tooltip doesn't work inside h:outputText
> ---------------------------------------------
>
>                 Key: RF-10833
>                 URL: https://issues.jboss.org/browse/RF-10833
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.0.Final
>         Environment: richfaces-4.0.0.Final, myfaces-2.0.5-SNAPSHOT, mojarra-2.1.1-b03,tomcat-7.0.11
>            Reporter: Rene O
>            Assignee: Ilya Shaikovsky
>
> If I use rich:tooltip inside h:outputText it doesn't show up. But inside a commandlink it works for example.
> This doesn't work:
> <h:outputText value="testvalue" >
>    <rich:tooltip>testtooltiptext</rich:tooltip>
> </h:outputText>
> But this works:
> <a4j:commandLink value="testlink" ...>
>    <rich:tooltip>testtooltiptext</rich:tooltip>
> </a4j:commandLink>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list