[richfaces-issues] [JBoss JIRA] Updated: (RF-5749) Datascroller inside footer of extendedDataTable displays incorrect under Safari

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Jan 16 12:16:06 EST 2009


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

Nick Belaevski updated RF-5749:
-------------------------------

    Fix Version/s: Future


> Datascroller inside footer of extendedDataTable displays incorrect under Safari
> -------------------------------------------------------------------------------
>
>                 Key: RF-5749
>                 URL: https://jira.jboss.org/jira/browse/RF-5749
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.GA
>            Reporter: Alexander Dubovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: 43.png
>
>
> Source:
> <h:form>
> 		<rich:extendedDataTable value="#{exDataTable.value}" var="car"
> 			rows="20">
> 			<rich:column sortable="true" sortBy="#{car.make}"
> 				filterBy="#{car.make}" filterEvent="onkeyup">
> 				<f:facet name="header">
> 					<h:outputText value="Make" />
> 				</f:facet>
> 				<h:outputText value="#{car.make}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="Model" />
> 				</f:facet>
> 				<h:outputText value="#{car.model}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="Price" />
> 				</f:facet>
> 				<h:outputText value="#{car.price}" />
> 			</rich:column>
> 			<f:facet name="footer">
> 				<rich:datascroller></rich:datascroller>
> 			</f:facet>
> 		</rich:extendedDataTable>
> 	</h:form>
> # Open page anf verify datascroller view
> Result: see screen shot.

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