[richfaces-issues] [JBoss JIRA] (RF-12199) rich:tooltip does not work inside h:graphicImage

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue May 8 13:02:17 EDT 2012


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

Brian Leathem updated RF-12199:
-------------------------------

       Fix Version/s: 4.2.2.Final
         Description: 
I created a simple richfaces app using maven archetype 'richfaces-archetype-simpleapp'

Nesting rich:tooltip within h:graphicImage does not work; used mark up
{code}
                        <h:graphicImage id="img1" name="projectavatar.png" library="images">
                            <rich:tooltip>
                                <span>tooltip1</span>
                            </rich:tooltip>
                        </h:graphicImage>
{code}

wrapping h:graphicImage within a4j:outputPanel is no workaround

{code}
                        <a4j:outputPanel>
                            <h:graphicImage id="img2" name="projectavatar.png" library="images">
                                <rich:tooltip>
                                    <span>tooltip2</span>
                                </rich:tooltip>
                            </h:graphicImage>
                        </a4j:outputPanel>
{code}

  was:
I created a simple richfaces app using maven archetype 'richfaces-archetype-simpleapp'

Nesting rich:tooltip within h:graphicImage does not work; used mark up

                        <h:graphicImage id="img1" name="projectavatar.png" library="images">
                            <rich:tooltip>
                                <span>tooltip1</span>
                            </rich:tooltip>
                        </h:graphicImage>

wrapping h:graphicImage within a4j:outputPanel is no workaround

                        <a4j:outputPanel>
                            <h:graphicImage id="img2" name="projectavatar.png" library="images">
                                <rich:tooltip>
                                    <span>tooltip2</span>
                                </rich:tooltip>
                            </h:graphicImage>
                        </a4j:outputPanel>

            Assignee: Luca Nardelli
    Git Pull Request: https://github.com/richfaces/components/pull/30  (was: https://github.com/richfaces/components/pull/30)

    
> rich:tooltip does not work inside h:graphicImage
> ------------------------------------------------
>
>                 Key: RF-12199
>                 URL: https://issues.jboss.org/browse/RF-12199
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.2.1.Final
>         Environment: RF 4.2.1.Final, GF 3.1.1
>            Reporter: Bernhard Thalmayr
>            Assignee: Luca Nardelli
>             Fix For: 4.2.2.Final
>
>
> I created a simple richfaces app using maven archetype 'richfaces-archetype-simpleapp'
> Nesting rich:tooltip within h:graphicImage does not work; used mark up
> {code}
>                         <h:graphicImage id="img1" name="projectavatar.png" library="images">
>                             <rich:tooltip>
>                                 <span>tooltip1</span>
>                             </rich:tooltip>
>                         </h:graphicImage>
> {code}
> wrapping h:graphicImage within a4j:outputPanel is no workaround
> {code}
>                         <a4j:outputPanel>
>                             <h:graphicImage id="img2" name="projectavatar.png" library="images">
>                                 <rich:tooltip>
>                                     <span>tooltip2</span>
>                                 </rich:tooltip>
>                             </h:graphicImage>
>                         </a4j:outputPanel>
> {code}

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