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