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

Brian Leathem (JIRA) issues at jboss.org
Wed Jul 9 15:57:24 EDT 2014


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

Brian Leathem reassigned RF-13715:
----------------------------------

    Assignee: Pavol Pitonak


This is likely a CSS issue.  QE please provide a metamer sample that can be used for analysis.

> <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
>            Assignee: Pavol Pitonak
>              Labels: tooltip
>
> 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