toolTip: incorerct displaying for panelBarItem
----------------------------------------------
Key: RF-6060
URL:
https://jira.jboss.org/jira/browse/RF-6060
Project: RichFaces
Issue Type: Bug
Environment: myfaces
tomcat
jsp
FF 3
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
For the code below. The toolTip appears only when the second tab collapsed. If the second
panelBarItem opened, toolTip is not displayed.
<rich:panelBar width="300" height="200">
<rich:panelBarItem>
<h:outputText value="Item 1"></h:outputText>
</rich:panelBarItem>
<rich:panelBarItem>
<f:facet name="label">
<h:panelGroup id="panelBarItemTitle">
<h:outputText value="label" />
<rich:toolTip>
<h:outputText value="tooltip content" />
</rich:toolTip>
</h:panelGroup>
</f:facet>
<h:outputText value="panel bar item content" />
</rich:panelBarItem>
<rich:panelBarItem>
<h:outputText value="Item 1"></h:outputText>
</rich:panelBarItem>
</rich:panelBar>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira