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

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Jan 15 05:53:04 EST 2009


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