[
https://jira.jboss.org/browse/RF-5836?page=com.atlassian.jira.plugin.syst...
]
Dario Rodono' commented on RF-5836:
-----------------------------------
Wrapping content of the scrollabledatatable column in rich:panel works fine for me
Using a4j:outputPanel doesn't work
Tested with Richfaces 3.3.3 Final
Client toolTip does not work inside scrollableDataTable.
--------------------------------------------------------
Key: RF-5836
URL:
https://jira.jboss.org/browse/RF-5836
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-ScrollableDataTable
Affects Versions: 3.3.1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Fix For: Future_3.X
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/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira