[richfaces-issues] [JBoss JIRA] Created: (RF-5836) Client toolTip does not work inside scrollableDataTable.
Alexander Dubovsky (JIRA)
jira-events at lists.jboss.org
Wed Jan 21 07:39:04 EST 2009
Client toolTip does not work inside scrollableDataTable.
--------------------------------------------------------
Key: RF-5836
URL: https://jira.jboss.org/jira/browse/RF-5836
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
ToolTip for following column works fine inside rich:dataTable but does not work inside rich:scrollableDataTable:
<rich:column>
<f:facet name="header">
<h:outputText value="Make" />
</f:facet>
<h:outputText value="#{car.make}" />
<rich:toolTip>
<h:outputText value="#{car.make}" />
</rich:toolTip>
</rich:column>
--
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
More information about the richfaces-issues
mailing list