DataTable: sorting/filtering breaks in Safari with tooltip in HTML mode
-----------------------------------------------------------------------

                 Key: RF-5630
                 URL: https://jira.jboss.org/jira/browse/RF-5630
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: Safari, Facelets, HTML mode
            Reporter: Nick Belaevski
            Assignee: Nick Belaevski
             Fix For: Future


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";
        xmlns:ui="http://java.sun.com/jsf/facelets";
        xmlns:h="http://java.sun.com/jsf/html";
        xmlns:f="http://java.sun.com/jsf/core";
        xmlns:rich="http://richfaces.org/rich";
        xmlns:a4j="http://richfaces.org/a4j";>




<a4j:log popup="false" level="ALL" style="width: 800px; height: 
300px;"></a4j:log>

<f:view contentType="text/html">
        <h:form id="form">
                <rich:dataTable id="table" value="#{forum5Bean.lotOfData}" 
var="item">
                        <rich:column sortBy="#{item}">
                                <f:facet name="header">
                                        Header
                                </f:facet>
                                
                                #{item} - #{forum5Bean.time}
                        
                                <rich:toolTip layout="block" rendered="true">
                                #{forum5Bean.time}
                                </rich:toolTip>
                        </rich:column>
                
                </rich:dataTable>
        
                <a4j:commandLink value="Re-render" reRender="table" />
        </h:form>

</f:view>
</html>

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to