[richfaces-issues] [JBoss JIRA] (RF-13715) <rich:tooltip> not working inside <rich:tab> header facet

Martin Höller (JIRA) issues at jboss.org
Tue Jul 8 03:39:24 EDT 2014


Martin Höller created RF-13715:
----------------------------------

             Summary: <rich:tooltip> not working inside <rich:tab> header facet
                 Key: RF-13715
                 URL: https://issues.jboss.org/browse/RF-13715
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.3.7
         Environment: Firefox 26, Chromium 31, Opera 12.16
            Reporter: Martin Höller


A tooltip doesn't show up, when it's used in a header-facet of a <rich:tab> component. The following code demonstrates the problem:
{code:xml}
    <rich:tabPanel>
      <rich:tab>
        <f:facet name="header">
          <h:panelGroup id="foo">
            myTab
            <rich:tooltip>
              some tooltip
            </rich:tooltip>
          </h:panelGroup>
        </f:facet>

        tab content
      </rich:tab>
    </rich:tabPanel>
{code}
The same tooltip works in the tab's content.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the richfaces-issues mailing list