[richfaces-issues] [JBoss JIRA] Updated: (RF-5630) DataTable: sorting/filtering breaks in Safari with tooltip in HTML mode

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Jan 9 19:39:04 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-5630:
-------------------------------

    Description: 
1. Try to sort the table
1a. Compare with common re-rendering

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

  was:
<!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>



> 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
>
>
> 1. Try to sort the table
> 1a. Compare with common re-rendering
> <!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

        



More information about the richfaces-issues mailing list